# ConvRadar

ConvRadar is an MCP server that turns your Google Analytics 4 data into a working conversation about conversion rate optimization. Instead of staring at dashboards trying to figure out why revenue dr…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add pikaivan/ConvRadar

# Browse available tools
npx -y smithery tool list pikaivan/ConvRadar

# Get full schema for a tool
npx -y smithery tool get pikaivan/ConvRadar cr_get_account_info

# Call a tool
npx -y smithery tool call pikaivan/ConvRadar cr_get_account_info '{}'
```

## Direct MCP Connection

Endpoint: `https://convradar--pikaivan.run.tools`

## Tools (22)

- `cr_get_account_info` — ConvRadar (GA4 analytics): the connected GA4 property's name, currency, timezone, available data window, AND the proper…
- `cr_get_overview_metrics` — ConvRadar (GA4 analytics): headline KPIs for the connected GA4 property — sessions, conversion rate, revenue, AOV — for…
- `cr_get_traffic_breakdown` — ConvRadar (GA4 analytics): top traffic sources for the connected GA4 property, broken down by (source, medium) with ses…
- `cr_get_device_breakdown` — ConvRadar (GA4 analytics): mobile vs desktop vs tablet for the connected GA4 property — session shares, per-device conv…
- `cr_get_landing_pages` — ConvRadar (GA4 analytics): top landing pages on the connected GA4 property — sessions, engagement rate, bounce rate, av…
- `cr_get_funnel` — ConvRadar (GA4 analytics): step-by-step e-commerce funnel with conversion rate at each step, the biggest leak, and the …
- `cr_get_geo_breakdown` — ConvRadar (GA4 analytics): top countries by sessions or revenue, with conversion rate per country.
- `cr_get_product_performance` — ConvRadar (GA4 analytics): top products by revenue, views, or purchases — with cart-to-view + purchase-to-view rates pe…
- `cr_compare_segments` — ConvRadar (GA4 analytics): compare two segments side-by-side on the same metrics with computed deltas.
- `cr_get_product_analysis` — ConvRadar (GA4 analytics): pre-computed product diagnosis — every SKU classified as underperforming / watchlist / healt…
- `cr_find_conversion_anomalies` — ConvRadar (GA4 analytics): finds statistically-significant anomalies (spikes and drops) in your daily metrics over the …
- `cr_diagnose_funnel_drop` — ConvRadar (GA4 analytics): given a current vs prior period, find which segments contribute most to a drop (or rise) in …
- `cr_compare_to_benchmark` — ConvRadar (GA4 analytics): compare your headline metrics (conversion rate, AOV, bounce rate, engagement rate) against i…
- `cr_detect_traffic_quality_change` — ConvRadar (GA4 analytics): detect anomalies in traffic mix and per-source sessions over time. Flags large shifts in tra…
- `cr_describe_data` — ConvRadar (GA4 analytics): describe what data is available for the connected GA4 property — list of fact tables with th…
- `cr_query_metrics` — ConvRadar (GA4 analytics): flexible aggregation over any ga4_fact_* table — pick metrics + optional dimensions and the …
- `cr_assess_traffic_quality` — ConvRadar (GA4 analytics): scores how much of the property's traffic looks like analytics noise (referral spam, interna…
- `cr_list_hypotheses` — ConvRadar (CRO library): browse the hypothesis catalog. Filter by category (e.g. 'pdp_clarity', 'checkout_friction') or…
- `cr_get_hypothesis` — ConvRadar (CRO library): full content for one hypothesis by id (e.g. 'H-PDP-001'). Returns description, applicable vert…
- `cr_capture_via_web_fetch` — ConvRadar (verification): fetch a URL server-side and return its HTML body so Claude can extract observables. Cached by…
- `cr_get_current_state` — ConvRadar (cross-session continuity): per-tenant snapshot of what's already in flight — last 30-day overview metrics, u…
- `cr_full_audit` — ConvRadar (golden first-run audit): runs a complete diagnostic in one call — headline KPIs vs prior period, biggest fun…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get pikaivan/ConvRadar <tool-name>
```

## Resources

- `convradar://hypothesis-library` — Paginated index of the verified hypothesis library, grouped by
- `convradar://playbook/funnel-diagnosis` — End-to-end methodology for diagnosing a conversion-funnel drop.
- `convradar://playbook/ab-test-design` — Methodology for designing a CRO A/B test: hypothesis statement,
- `convradar://current-state` — Per-tenant cross-session snapshot: last 30-day overview metrics,

## Prompts (5)

- `full_audit` — Run a complete CRO audit on the connected property: invokes
- `weekly_checkup` — Quick week-over-week status. Headline + active hypotheses + recent
- `diagnose_drop` — Focused diagnosis when a specific metric dropped. Narrows on
- `suggest_next_test` — Pick the next highest-leverage A/B test by reading user_hypotheses
- `verification-policy` — Guardrails for turning tool output into recommendations.
