ConvRadar

ConvRadar

Enables conversational analysis of Google Analytics 4 data through MCP-compatible clients like Claude and ChatGPT, providing conversion diagnostics and insights.

Category
访问服务器

README

<p align="center"> <img src="https://convradar.com/logo-512.png" alt="ConvRadar logo" width="120" height="120" /> </p>

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

Funnel audit — executive summary and step table

Ranked conversion leaks

Traffic-quality verdict in ChatGPT

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/mcp
  • Auth: 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
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.
cr_check_page_speed Core Web Vitals via PageSpeed Insights, tied to your GA4 mobile-vs-desktop conversion gap.
cr_heuristic_check Page speed + AI UX review of the live page — works before GA4 has any data.
cr_capture_screenshots Real desktop + mobile screenshots of a page via an anti-bot browser (visual proof).
cr_get_screenshots Fetch a queued screenshot capture by request id.
cr_list_capture_sets What to look for on each page type before recording a verification.
cr_record_verification Record page observables and get hypothesis verdicts.
cr_mark_hypothesis_status Track a hypothesis: surfaced → testing → confirmed / rejected.
cr_save_ai_suggested Save an AI-suggested hypothesis alongside the verified library.
cr_log_change Journal a shipped site change for later impact measurement.
cr_verify_change_impact 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 Authorization header.
  • Scopes: read:metrics, write:hypotheses.
  • Discovery (RFC 9728): GET https://mcp.convradar.com/.well-known/oauth-protected-resource.
  • No per-user URLsmcp-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/mcp
  • Source: 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.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选