Analytics
convalytics.dev
Provides analytics data for projects, including usage, page views, and top referrers.
ENDPOINT 1
https://api.convalytics.dev/mcp
Known tools 15
list_projectsList all Convalytics projects on the team this token belongs to.
get_usageReturn the current month's custom-event usage, monthly quota, retention days, and plan name for the team.
top_pagesReturn the top pages for a specific project, ranked by views in a time window.
top_referrersReturn the top referring hosts for a specific project, ranked by visit count in a time window.
pageviews_countCount page views for a specific project in a time window.
events_countCount CUSTOM PRODUCT events for a specific project in a time window, optionally filtered to one event name and/or one user.
recent_eventsReturn the most recent custom events for a specific project, optionally filtered to one event name and/or one user.
user_activityComposite snapshot of a specific user's activity on a project.
weekly_digestComposite snapshot of a project's web analytics over a lookback window.
list_funnelsList active funnels defined on a project.
get_funnelReturn the full definition of one funnel by id: name, description, ordered steps, and conversion window.
create_funnelCreate a new funnel on a project.
update_funnelPatch an existing funnel.
delete_funnelSoft delete a funnel.
compute_funnelRun a funnel over a time window and return per-step visitor count, conversion from previous step, conversion from start, and average time to convert between steps.