We built a free, MIT-licensed MCP server for tracking which URLs ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews, and Bing cite for any query.
12 tools across three jobs:
- Track citations: check_citations, am_i_cited, ai_overview, cited_for
- Predict citations: predict_citation, compare_domains, wikipedia_mentions
- Find leaks: gsc_citation_gap, audit_sitemap, citation_trend
Three of the tools run on a local cache and cost zero. The rest use your own API keys (Anthropic, OpenAI, Gemini, SerpAPI) at roughly $0.01 to $0.03 per query. Hosted alternatives (Profound, AthenaHQ, Otterly, Ahrefs Brand Radar) start at $295/month.
Install:
`npx -y @automatelab/citation-intelligence`
Wires into Claude Code, Claude Desktop, Cursor, n8n, or any MCP host.
Launch write-up: https://automatelab.tech/launching-the-citation-intelligence-mcp/
Feedback welcome.