ConvRadar
Connects to Google Analytics 4 to provide conversion diagnostics, funnel analysis, traffic quality assessment, device and geo breakdowns, product performance, and more.
Provides Core Web Vitals and page speed data via the PageSpeed Insights API, integrated with GA4 mobile vs desktop conversion gap analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ConvRadarwhere's my biggest funnel drop?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ConvRadar โ Conversion Analyst inside Claude
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.
๐ Website: https://convradar.com
๐ฌ Try without signup (3 free messages): https://convradar.com/chat
๐ MCP endpoint:
https://mcp.convradar.com/mcp๐ง Contact: https://convradar.com
This 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.
Screenshots
Live output from the connector โ funnel audit on the demo tenant in Claude.ai,
traffic-quality verdict in ChatGPT. Full set with paired prompts in media/.



Related MCP server: Google Analytics MCP Server
What ConvRadar does
ConvRadar is a hosted Model Context Protocol (MCP) server. It connects to your Google Analytics 4 property over OAuth (read-only) and exposes 32 conversion-diagnostic tools to any MCP client.
Runs a full audit on demand โ funnel drops, traffic-quality regressions, device gaps, landing-page leaks, product/category performance.
Compares segments, periods and benchmarks. Answers in plain English with GA4 numbers attached.
Records hypotheses so the next conversation picks up where the last one ended.
Works with any GA4 property
ConvRadar isn't e-commerce-only. On connect it detects what kind of property you have and adapts the metrics, funnel and benchmarks to match โ so the numbers make sense whether or not you sell anything on-site.
E-commerce โ product and category performance, the add-to-cart โ checkout โ purchase funnel, revenue and AOV.
SaaS โ sign-ups, trials and activation as the conversion funnel; engagement where there's no cart.
Lead generation โ form submits, demo requests, contact and quote events mapped into a real lead funnel.
Mobile & web apps โ app engagement, key-event completion and retention-shaped questions.
Content, media and everything else โ engagement, read depth and whatever key events you've defined.
If a property has no e-commerce tracking, ConvRadar won't hand you a misleading 0% conversion rate or $0 revenue. It leads with engagement and the key events you actually fire, and tells you when a metric isn't available instead of reporting a zero as fact.
Try without installing
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.
Connect your client
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.
Claude Desktop / Cursor / Cline
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.
Claude.ai (web)
Add a Custom Connector in Settings โ Connectors:
URL:
https://mcp.convradar.com/mcpAuth: OAuth 2.1 (handled automatically)
ChatGPT (Plus / Pro)
Add a Custom MCP Connector in Settings โ Connectors with URL https://mcp.convradar.com/mcp.
Tools
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 |
| Run a complete conversion audit across funnel, traffic, devices, geos and products. |
| GA4 property metadata for the connected account. |
| Headline metrics (sessions, users, conversions, revenue) for a period. |
| Snapshot of the account's current conversion state. |
| The configured funnel with step-by-step drop-off. |
| Identify the biggest funnel-step regression and likely cause. |
| Split traffic by source, medium and campaign. |
| Score traffic sources by engagement and conversion quality. |
| Step-changes in traffic quality over a window. |
| Sessions and conversions by device category. |
| Sessions and conversions by country and region. |
| Top landing pages with engagement and conversion. |
| Product-level revenue and funnel drop-off. |
| Per-product views / add-to-cart / purchases. |
| Ad-hoc metric and dimension query against GA4. |
| Plain-English summary of a dataset slice. |
| Compare two GA4 segments side by side. |
| Compare a metric to industry or cohort benchmark. |
| Statistically significant conversion anomalies. |
| Capture supporting evidence from a public URL. |
| List stored hypotheses for the account. |
| Read a stored hypothesis by ID. |
| Core Web Vitals via PageSpeed Insights, tied to your GA4 mobile-vs-desktop conversion gap. |
| Page speed + AI UX review of the live page โ works before GA4 has any data. |
| Real desktop + mobile screenshots of a page via an anti-bot browser (visual proof). |
| Fetch a queued screenshot capture by request id. |
| What to look for on each page type before recording a verification. |
| Record page observables and get hypothesis verdicts. |
| Track a hypothesis: surfaced โ testing โ confirmed / rejected. |
| Save an AI-suggested hypothesis alongside the verified library. |
| Journal a shipped site change for later impact measurement. |
| Pre/post statistical verdict for a logged change. |
First prompts to try
After connecting, try:
Run a full audit of my account.
Where's my biggest funnel drop?
Did mobile conversion drop last week?
Compare desktop and mobile checkout conversion for the last 30 days.
What should I A/B test next?
Auth
Protocol: OAuth 2.1, Bearer token in
Authorizationheader.Scopes:
read:metrics,write:hypotheses.Discovery (RFC 9728):
GET https://mcp.convradar.com/.well-known/oauth-protected-resource.No per-user URLs โ
mcp-remote(or the client's built-in OAuth flow) handles the login on first run.
The OAuth flow only requests read-only GA4 access โ ConvRadar can never modify your analytics data.
Pricing
Free right now โ ConvRadar is in open beta. No card, no trial countdown, no usage caps. Connect GA4 and use every tool.
When the beta ends it becomes $9.99 / month flat (7-day free trial, cancel anytime, no usage caps). Beta users get advance notice before that kicks in.
Stack
GA4 Data API (read-only) ยท Claude/ChatGPT MCP ยท Stripe billing ยท OAuth 2.1.
Status
MCP endpoint: production at
https://mcp.convradar.com/mcpSource: closed. This repository contains the public manifest, install instructions and tool catalogue only.
Support
Visit https://convradar.com to get in touch.
License
The contents of this repository (README, manifest, configuration snippets) are released under the MIT License. The hosted ConvRadar service itself is proprietary.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceConnects Google Analytics 4 data to Claude, Cursor and other MCP clients, enabling natural language queries of website traffic, user behavior, and analytics data with access to 200+ GA4 dimensions and metrics.Last updated10230Apache 2.0
- AlicenseBqualityDmaintenanceEnables LLM applications to query Google Analytics 4 data through standard MCP interfaces, supporting real-time data, custom reports, and metadata discovery.Last updated51521MIT
- Alicense-qualityBmaintenanceConnects MCP clients like Claude Desktop to Google Analytics 4 Data API, enabling natural language queries for reports, top pages, traffic sources, conversions, realtime users, and period comparisons.Last updatedMIT
- Alicense-qualityDmaintenanceEnables querying Google Analytics 4 data using natural language through MCP clients like Claude and Cursor, supporting 200+ dimensions and metrics for traffic, user behavior, and e-commerce analysis.Last updatedMIT
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
OpenAI Ads MCP for ChatGPT Ads campaigns, creatives, audiences, insights, and conversions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pikaivan/convradar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server