Live - tracking ChatGPT, Gemini & ClaudeNew - Google AI Overviews & DeepSeek on the roadmapFree audit - see how AI sees youEvery metric ships a 95% confidence range
Platform · Documentation

The MCP server

CitedOS's MCP server exposes your workspace to any agent: list_brands, get_visibility, get_source_gap, list_prompts and add_prompt — over API-key auth.

CitedOS ships a workspace-scoped MCP server so your own agent — Claude Desktop, an IDE assistant, anything that speaks the Model Context Protocol — can read your visibility and source-gap data and add prompts, without touching the dashboard.

The tools

ToolWhat it doesAccess
list_brandsList the brands in your workspace, with their ids.Read-only
get_visibilityA brand's visibility — the share of ChatGPT/Gemini/Claude answers that mention it — with 95% confidence ranges and a per-engine breakdown (ChatGPT tagged as a proxy surface).Read-only
get_source_gapThe source-gap analysis: which on-page traits separate cited winners from your pages, whether you're present among cited domains, and a prioritized playbook.Read-only
list_promptsList the buyer-intent prompts tracked for a brand.Read-only
add_promptAdd a buyer-intent prompt to a brand's set; measured on the next cycle. The one write tool.Write

Authentication

The server authenticates with a CitedOS API key (mint one in Settings → API keys). The key maps to a single workspace, so every tool call is scoped to your data — the same authorization boundary the web app enforces, applied to non-browser clients. Set the key as an environment variable on the server. The same key also authenticates the Agent-traffic log-ingest endpoint — one key, both integrations.

Example

CITEDOS_API_KEY=ck_… DATABASE_URL=… npm run mcp

# Then, from your MCP client (e.g. Claude Desktop), the agent can call:
#   list_brands()                       → ids for your brands
#   get_visibility(brandId: "br_…")     → metrics + 95% confidence ranges
#   get_source_gap(brandId: "br_…")     → missing sources + playbook
#   add_prompt(brandId: "br_…", text: "best CI/CD tool for startups")

See where you stand in AI search — in 30 seconds.