Claude Connectors Directory listing

Growth Radar for Claude

get_recommendations → verified /wins

Growth Radar is a cross-product SEO/GEO/AEO command centre as MCP tools. Call list_apps, then get_recommendations for a ranked backlog where every row carries step-by-step fix instructions and a verify condition. Mark items complete or dismissed with update_recommendation so the ship→score loop can grade them. Verified outcomes publish as shareable /wins Verified ROI cards (baseline → outcome) — the Forrester AEO foil, not another rank chart. Hosted MCP at https://growthradar.app/api/mcp. Auth: Bearer API token (POST /api/tokens after invite; not open). Early access — join the waitlist at growthradar.app.

What the MCP returns

Hosted tools already ship at https://growthradar.app/api/mcp. This listing documents get_recommendations and the closed loop into public /wins Verified ROI — no new tools here.

ToolReturns
list_appsEvery tracked app with open/dismissed recommendation counts, search-data freshness, and a caveat when empty does not mean healthy.
get_recommendationsRanked to-do list for one app (or all): diagnosis, surface, ordered steps, verify condition, and metric for the scoring loop.
update_recommendationactivate / complete / dismiss / reopen. Completing feeds auto-verify writebacks that become public /wins cards.

Verified /wins — Forrester AEO outcomes

When a recommendation is marked complete and clears its scoring horizon, auto-verify writebacks grade win / loss / flat. Shareable cards live at /wins — baseline → outcome with a signed delta. That is the foil to MCP directories that expose SEO tools without proving the metric moved (Ayzeo-style discovery without the ship→score loop).

Sample get_recommendations payload

Same shape the hosted MCP returns — a hypothesis with a playbook, not a work order.

{
  "id": 42,
  "app": "lexiclash",
  "kind": "seo",
  "title": "Improve CTR for /play (position ~6, CTR 0.4%)",
  "why": "Impressions exist but the snippet loses the click — title/meta under-sell the page.",
  "priority": 1,
  "score": 78,
  "status": "proposed",
  "fix": {
    "id": "seo-ctr-snippet",
    "diagnosis": "SERP snippet does not match searcher intent for the query cluster.",
    "surface": "app/routes/_index.tsx title + meta description",
    "steps": [
      "Rewrite the title to name the outcome the query implies.",
      "Tighten the meta description to one concrete benefit + CTA.",
      "Open a PR; do not merge from the agent."
    ],
    "verify": "Re-check GSC CTR for the page after ~28 days; record baseline → outcome.",
    "metric": "gsc_ctr",
    "effortMinutes": 25,
    "matched": true,
    "interventionKind": "title_rewrite"
  }
}

Install in Claude

Claude Code (hosted HTTP MCP)

One-click opens Claude's Add custom connector with the hosted URL. Or paste claude mcp add. Add the Authorization header yourself — same caveat as Cursor one-click.

Add to Claude Code
claude mcp add --scope user --transport http growth-radar \
  https://growthradar.app/api/mcp \
  --header "Authorization: Bearer YOUR_GROWTH_RADAR_API_TOKEN"

Project-scoped .mcp.json (type: "http" is required):

{
  "mcpServers": {
    "growth-radar": {
      "type": "http",
      "url": "https://growthradar.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_GROWTH_RADAR_API_TOKEN"
      }
    }
  }
}

Discovery: /.well-known/mcp.json.

Mint a token: sign in, then POST https://growthradar.app/api/tokens. Early access — the server fails closed without a valid bearer.

Example prompts

Three prompts for directory submission — each exercises a different tool.

  1. list_apps

    List my Growth Radar apps and flag any whose empty backlog might mean unmeasured, not healthy.

  2. get_recommendations

    Call get_recommendations for the highest-priority app and show the top fix with its steps and verify condition.

  3. update_recommendation

    After I ship the PR, call update_recommendation complete on that id so the scoring loop can grade it at 28 days.

Directory submission kit

Name
Growth Radar
Tagline
get_recommendations → verified /wins
Documentation URL
https://growthradar.app/for/claude
MCP URL
https://growthradar.app/api/mcp
Pricing
Early access — /pricing
Verified outcomes
/wins
Open Claude Connectors Directory submit form

Also see Cursor listing · /wins · GEO