GA4 conversion analyst inside Claude. Ask where your funnel is leaking, get numbers back.
GA4 conversion analyst inside Claude. Ask where your funnel is leaking, get numbers back. That is what the convradar mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Hosted MCP server that turns your Google Analytics 4 property into a conversation. Ask "where's my biggest funnel drop?" or "did mobile conversion drop last week?" in Claude, ChatGPT, Cursor or Cline — ConvRadar pulls the right slice, runs the diagnostic, and answers with numbers and a recommended action.
The server publishes 14 tools. What each one is for:
cr_full_audit — Run a complete conversion audit across funnel, traffic, devices, geos and productscr_get_account_info — GA4 property metadata for the connected accountcr_get_overview_metrics — Headline metrics (sessions, users, conversions, revenue) for a periodcr_get_current_state — Snapshot of the account's current conversion statecr_get_funnel — The configured funnel with step-by-step drop-offcr_diagnose_funnel_drop — Identify the biggest funnel-step regression and likely causecr_get_traffic_breakdown — Split traffic by source, medium and campaigncr_assess_traffic_quality — Score traffic sources by engagement and conversion qualitycr_detect_traffic_quality_change — Step-changes in traffic quality over a windowcr_get_device_breakdown — Sessions and conversions by device categorycr_get_geo_breakdown — Sessions and conversions by country and regioncr_get_landing_pages — Top landing pages with engagement and conversionBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. ConvRadar's toolset — cr_full_audit, cr_get_account_info, cr_get_overview_metrics and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Pikaivan; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against ConvRadar's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| cr_full_audit | Run a complete conversion audit across funnel, traffic, devices, geos and products. |
| cr_get_account_info | GA4 property metadata for the connected account. |
| cr_get_overview_metrics | Headline metrics (sessions, users, conversions, revenue) for a period. |
| cr_get_current_state | Snapshot of the account's current conversion state. |
| cr_get_funnel | The configured funnel with step-by-step drop-off. |
| cr_diagnose_funnel_drop | Identify the biggest funnel-step regression and likely cause. |
| cr_get_traffic_breakdown | Split traffic by source, medium and campaign. |
| cr_assess_traffic_quality | Score traffic sources by engagement and conversion quality. |
| cr_detect_traffic_quality_change | Step-changes in traffic quality over a window. |
| cr_get_device_breakdown | Sessions and conversions by device category. |
| cr_get_geo_breakdown | Sessions and conversions by country and region. |
| cr_get_landing_pages | Top landing pages with engagement and conversion. |
| cr_get_product_analysis | Product-level revenue and funnel drop-off. |
| cr_get_product_performance | Per-product views / add-to-cart / purchases. |
{
"mcpServers": {
"convradar": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.convradar.com/mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.