Citation Intelligence MCP is a free, self-hosted MCP server that reports which URLs ChatGPT, Claude, Perplexity, Google AI Overviews, Gemini, and Bing cite for any query. Install with npx -y @automatelab/citation-intelligence and get 12 tools in any MCP-compatible client.
Quick Install
npx -y @automatelab/citation-intelligenceClaude Desktop Config
{
"mcpServers": {
"citation-intelligence-mcp": {
"command": "npx",
"args": [
"-y @automatelab/citation-intelligence"
]
}
}
}