Tools
Every tool the analytics MCP server exposes, with its parameters.
list_funnels
Lists the authenticated owner's funnels with their id, name and status. Call this first — funnel ids are required by the other analytics tools.
Takes no parameters.
visitors_overview
Returns visitor counts for a date range, for one funnel or for all of the owner's funnels. Omit funnelId to get totals across every funnel.
| Name | Type | Required | Description |
|---|---|---|---|
from | string | yes | Inclusive start date, YYYY-MM-DD (UTC) |
to | string | yes | Inclusive end date, YYYY-MM-DD (UTC) |
funnelId | string | no |