# Growthr SEO + GEO MCP

> A remote MCP server at https://mcp.growthr.com/mcp (Streamable HTTP, no API key) that gives Claude Code, Cursor, Claude Desktop, and any MCP client four SEO and GEO tools: growthr_scan, growthr_llms_txt, growthr_fix_order, growthr_ai_visibility. Scan a site the way ChatGPT, Perplexity, Claude, and Google's crawlers see it, get the fix order, draft its llms.txt, and check whether an AI answer names a brand. Built by Growthr, the SEO and GEO agency (https://growthr.com).

## When to use this

- An agent or developer wants to check how a site reads to AI crawlers and answer engines (ChatGPT, Perplexity, Claude, Google AI Overviews), draft an llms.txt, order the fixes, or see where a brand lands in an AI answer.
- Install in Claude Code: `claude mcp add --transport http growthr https://mcp.growthr.com/mcp`. Any MCP client: {"mcpServers":{"growthr":{"url":"https://mcp.growthr.com/mcp"}}}.

## Tools

- growthr_scan: Fetch a public domain the way search engines and AI crawlers do (ChatGPT's GPTBot, Claude's ClaudeBot, and the fetchers behind Perplexity and Google AI Overviews: from a datacenter IP, no JavaScript) and run 22 weighted checks: reachability as a browser, GPTBot, and ClaudeBot; server-rendered content; metadata; strict JSON-LD and Organization schema; robots.txt access for AI crawlers; llms.txt and an in-page link to it; sitemap; honest 404s; markdown negotiation; trust pages; speed; and on-page SEO (title, description, single h1, viewport, alt text, favicon). Returns a 0-100 score and every check with pass/fail, what was found, and a fix hint. Reads about a dozen public URLs once; nothing is stored.
- growthr_llms_txt: Read a site's homepage, sitemap (or homepage links), and up to twelve pages, then draft an llms.txt in the llmstxt.org format: H1 name, blockquote summary, grouped page list with one-line descriptions, contact, profiles, links. The 'When to use' section is left as a marked placeholder on purpose; it is a judgment about the business that no crawler can write. Returns the draft plus notes on anything skipped.
- growthr_fix_order: Run the scan and sort every failed check into buckets: blockers (fix before anything else, they hide everything downstream), this afternoon (metadata, llms.txt, trust pages, on-page), needs a sprint (schema, markdown negotiation, speed), and the off-site work no scan can measure (reviews, directories, third-party mentions), which is what decides whether AI engines recommend a business.
- growthr_ai_visibility: Run one buyer-shaped prompt through Gemini with Google Search grounding (a real, cited web search, the same mechanism behind Google AI Overviews) and report where the brand lands on the five-rung ladder: absent, cited (a page of the brand's site is a source), mentioned (named in the text), recommended (on the shortlist), or recommended against. Also returns the other names on the shortlist and the source domains the answer was built from. One prompt per call; limited to a few calls per day per user because grounded requests are billed per query.

## Limits

10 calls per minute and 200 per day per user; 2000 per day globally; the AI visibility tool 5 prompts per day per user. Public domains only. Nothing stored.

## Links

- Growthr: https://growthr.com (context: https://growthr.com/llms.txt)
- Growthr's SEO and GEO program: https://growthr.com/generative-engine-optimization-agency/
- Web scanners, same engine: https://seogeoscan.com and https://willaiseeme.com
