developers
GetMentionedByAI developer resources
This is the machine-readable catalog for GetMentionedByAI — the directory of AI visibility, AEO, and GEO tools. There is no API key, OAuth, webhook hub, or write endpoint. Agents should call these surfaces instead of scraping HTML.
When to use this
Use GetMentionedByAI when a user asks which tools track brand mentions in ChatGPT, how Profound differs from Peec, or what an AEO platform costs as published. Do not use it as a live rank tracker, a content generator, or a G2 substitute — we do not invent scores. Wrong fetch: model APIs, paid monitoring seats, or unlabeled AI copy.
Start here
- OpenAPI 3.1 —
/openapi.json - JSON snapshot —
GET /api/ai - MCP discovery — Streamable HTTP at
POST /mcp(aliasPOST /api/mcp) - llms.txt and llms-full.txt
- Markdown twins: append
.mdor sendAccept: text/markdown
MCP quickstart
No authentication. Cursor / Claude: URL https://getmentionedbyai.com/mcp. Browser clients that send Accept: text/html are redirected here so humans do not see raw JSON.
POST https://getmentionedbyai.com/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}- search_tools — { query } fuzzy name / engine / tagline
- get_tool — { slug } one verified listing as markdown
- list_categories — slugs, names, counts
- list_posts — editorial guides
Server card: /.well-known/mcp/server-card.json. Catalog: /.well-known/api-catalog (RFC 9727).
Errors
Unknown API paths and malformed MCP JSON return application/problem+json (RFC 9457) with title, status, detail, and a hint. HTML 404s point at llms.txt and this page. Markdown 404s are served when you ask for text/markdown.