GA4 conversion analyst inside Claude. Ask where your funnel is leaking, get numbers back.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-pikaivan-convradar-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
GA4 conversion analyst inside Claude. Ask where your funnel is leaking, get numbers back.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / marketing
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Pikaivan/convradar-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
https://mcp.convradar.com/mcpThis repository is the public manifest for the hosted ConvRadar MCP server. The server itself is a managed service — there is no self-hosted binary. Use the configuration below to connect any MCP-compatible client to it.
ConvRadar is a hosted Model Context Protocol (MCP) server. It connects to your Google Analytics 4 property over OAuth (read-only) and exposes ~20 conversion-diagnostic tools to any MCP client.
Open the demo at https://convradar.com/chat — 3 free messages, no signup. The demo runs against a real GA4 property so the answers reflect real data.
ConvRadar is a remote OAuth-protected MCP. Any stdio-only client (Claude Desktop, Cursor, Cline, Continue) can connect via mcp-remote, which handles the OAuth handshake on first run.
Add this to your client's MCP config (claude_desktop_config.json, ~/.cursor/mcp.json, etc.):
{
"mcpServers": {
"convradar": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.convradar.com/mcp"]
}
}
}
Restart the client. On first tool call, a browser window opens for OAuth — sign in with the same Google account that owns your GA4 property.
Add a Custom Connector in Settings → Connectors:
https://mcp.convradar.com/mcpAdd a Custom MCP Connector in Settings → Connectors with URL https://mcp.convradar.com/mcp.
ConvRadar exposes the following tools. The MCP client picks the right one for each question; you don't usually call them by name.
| 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. |
cr_query_metrics | Ad-hoc metric and dimension query against GA4. |
cr_describe_data | Plain-English summary of a dataset slice. |
cr_compare_segments | Compare two GA4 s |