ConvRadar MCP Server

GA4 conversion analyst inside Claude. Ask where your funnel is leaking, get numbers back.

Remote serverstreamable-http

What is the ConvRadar MCP server?

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.

The short version

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 tools it exposes

The server publishes 14 tools. What each one is for:

  • 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

Getting it running

Because 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.

How it compares

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.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch ConvRadar.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
cr_full_auditRun a complete conversion audit across funnel, traffic, devices, geos and products.
cr_get_account_infoGA4 property metadata for the connected account.
cr_get_overview_metricsHeadline metrics (sessions, users, conversions, revenue) for a period.
cr_get_current_stateSnapshot of the account's current conversion state.
cr_get_funnelThe configured funnel with step-by-step drop-off.
cr_diagnose_funnel_dropIdentify the biggest funnel-step regression and likely cause.
cr_get_traffic_breakdownSplit traffic by source, medium and campaign.
cr_assess_traffic_qualityScore traffic sources by engagement and conversion quality.
cr_detect_traffic_quality_changeStep-changes in traffic quality over a window.
cr_get_device_breakdownSessions and conversions by device category.
cr_get_geo_breakdownSessions and conversions by country and region.
cr_get_landing_pagesTop landing pages with engagement and conversion.
cr_get_product_analysisProduct-level revenue and funnel drop-off.
cr_get_product_performancePer-product views / add-to-cart / purchases.

How to install the ConvRadar MCP server

{
  "mcpServers": {
    "convradar": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.convradar.com/mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use ConvRadar to cr full audit.
  • Use ConvRadar to cr get account info.
  • Use ConvRadar to cr get overview metrics.

Frequently asked questions

It connects ConvRadar to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (cr_full_audit, cr_get_account_info, cr_get_overview_metrics, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with ConvRadar directly.