INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://groundedaeo.com/api/mcp
Connect to this endpoint to inspect the live schema for get_citations and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.