Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.groundedaeo/grounded-aeo

com.groundedaeo/grounded-aeo

Audit and fix a site for AI citation + SEO, verify it, then publish a v=AEO1 record.

Uptime
100.0%
2 direct probes · 30d
Response
1674ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

get_company_facts

Get the verified fact record for a company by domain from the Grounded AEO catalog. Returns the published (approved) facts with verification state and confidence: the data an AI agent should ground an…

get_fact

Get a single verified fact for a company by domain and fact key (e.g. "tagline", "description").

get_llms_txt

Get the auto-generated llms.txt for a cataloged company: a curated, AI-readable guide to the business.

check_aeo_record

Check any domain (cataloged or not) for a v=AEO1 DNS record at _aeo.<domain>, the open standard (aeorecord.org) declaring whether a verified fact record exists and at what trust tier. Verifies the Ed2…

check_serp

Check the live Google search results for any keyword: the top 10 organic results (rank, domain, title), the People Also Ask questions, related searches, and which non-organic blocks occupy the page, s…

search_catalog

Search the Grounded AEO catalog by company name or domain. Returns up to 10 matches with tier and verification state.

get_competitive_snapshot

Get the latest competitive intelligence for a cataloged domain: the owner's most recent ranking-footprint snapshot, the AI-prompt vs Google demand table for its watched keywords, and each tracked comp…

propose_briefs

Propose ranked content briefs for a cataloged domain, built from data already collected for it: tracked questions where the answer did not cite them, keywords with AI-prompt demand no tracked question…

generate_fixes

Get the paste-ready patches Grounded AEO generated from its own measurements of a cataloged domain: per-page <title>/<meta description> blocks for pages the crawl flagged, robots.txt Allow lines for A…

get_engine_visibility

Get the per-engine picture for a cataloged domain: whether each AI engine's crawler is allowed by robots.txt to read the site at all, and how many of the tracked questions that engine cited it on. Cla…

get_citations

Get the latest citation check per (question, engine) for a cataloged domain: the question asked, the engine, whether the answer cited this domain, the URL of theirs it cited, and the day checked. Clai…

get_cited_domains

Get who the answers cited instead: the domains that appeared in the stored answers for a cataloged domain's tracked questions, ranked by how many answers cited them, with the engines that did. Claimed…

get_keyword_gap

Get the keyword gap for a cataloged domain: phrases a tracked competitor holds a position for in our stored captures where this domain holds none ("absent"), or holds one at least 20 places further ba…

run_audit

Audit AND FIX a site for AI citation + SEO. Crawls the domain, scores AI-readability 0-10, checks for a v=AEO1 record, and returns the material needed to FIX it: `seoReport.headSnippet` is ready-to-pa…

generate_free_record

FINAL STEP of making a site AI-citable: generate a free, self-declared v=AEO1 DNS record and .well-known/aeo.json the user publishes on their own domain, so AI engines can verify the facts came from t…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.groundedaeo/grounded-aeo": {
      "url": "https://groundedaeo.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}