← groundedaeo.com

INDIVIDUAL MCP TOOL

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.

groundedaeo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://groundedaeo.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_cited_domains and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

groundedaeo.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.grounded-aeo]
url = "https://groundedaeo.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "grounded-aeo": {
      "type": "http",
      "url": "https://groundedaeo.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: grounded-aeo
Remote MCP URL: https://groundedaeo.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "grounded-aeo": {
      "url": "https://groundedaeo.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "grounded-aeo": {
      "type": "http",
      "url": "https://groundedaeo.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_company_facts — Get the verified fact record for a company by domain from the Grounded AEO catalog.
  • get_fact — Get a single verified fact for a company by domain and fact key (e.g.
  • 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.
  • 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, so you can tell whether a query has an AI Overview or local pack slot at all.
  • search_catalog — Search the Grounded AEO catalog by company name or domain.
  • 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 competitor with their own latest snapshot.
  • 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 covers, People Also Ask questions nothing answers, and terms asked far more of AI assistants than of Google.