Convradar Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Convradar Mcp (MCP Server) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="https://convradar.com/logo-512.png" alt="ConvRadar logo" width="120" height="120" /> </p>
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.
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/.
Funnel audit — executive summary and step table
Ranked conversion leaks
Traffic-quality verdict in ChatGPT
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.
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.
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.
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 segments side by side. |
cr_compare_to_benchmark | Compare a metric to industry or cohort benchmark. |
cr_find_conversion_anomalies | Statistically significant conversion anomalies. |
cr_capture_via_web_fetch | Capture supporting evidence from a public URL. |
cr_list_hypotheses | List stored hypotheses for the account. |
cr_get_hypothesis | Read a stored hypothesis by ID. |
After connecting, try:
Authorization header.read:metrics, write:hypotheses.GET https://mcp.convradar.com/.well-known/oauth-protected-resource.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.
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.
GA4 Data API (read-only) · Claude/ChatGPT MCP · Stripe billing · OAuth 2.1.
https://mcp.convradar.com/mcpVisit https://convradar.com to get in touch.
The contents of this repository (README, manifest, configuration snippets) are released under the MIT License. The hosted ConvRadar service itself is proprietary.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.