Citation Intelligence Mcp
@AutomateLab-tech
关于 Citation Intelligence Mcp
Free MCP server that tells your agent what LLMs cite, across Perplexity, Claude, ChatGPT, Gemini, Google AI Overviews, and Bing. One server, 6 AI citation sources, all via standard MCP tools. No API key required — open source and self-hostable.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"citation-intelligence": {
"command": "npx",
"args": [
"-y",
"@automatelab/citation-intelligence"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Citation Intelligence MCP?
A free, self-hosted MCP server that tells your agent which URLs get cited by AI search engines—across Perplexity, Google AI Overviews, ChatGPT, Claude, Gemini, and Bing. It’s for developers, SEOs, and content creators who need programmatic citation data without a hosted dashboard.
How to use Citation Intelligence MCP?
Install via npx -y @automatelab/citation-intelligence (requires Node 20+). Set environment variables for desired API keys (Perplexity, SerpAPI, Anthropic, OpenAI, Gemini, Bing, Brave). Use any MCP-compatible client (e.g., Claude Desktop, Cursor, Claude Code) with stdio transport.
Key features of Citation Intelligence MCP?
- Query cross-engine citation consensus matrix
- Domain-level citation check with per-engine breakdown
- Predict citation likelihood without firing an LLM
- Trend and freshness analysis for citations
- AI crawler access and schema audit tools
- Local caching with configurable TTL
Use cases of Citation Intelligence MCP?
- Check if your own domain is cited by AI search engines for target queries
- Identify competing domains cited across multiple engines for a query
- Monitor citation trends over time for editorial or GEO planning
- Audit your site’s AI crawler accessibility and structured data health
- Programmatically compare citation visibility between any set of URLs
FAQ from Citation Intelligence MCP
What does the surface field mean in responses?
It tells you how the data was collected: consumer_scrape (real UI proxy), api_proxy (API call, directional), web_rank (traditional SERP), or static_signal (offline). Always check this before drawing conclusions.
Do I need paid API keys to use the server?
No. Several engines have free tiers: Perplexity (free Sonar on signup), SerpAPI (100 free Google AI Overview lookups/month), Gemini (free tier), Bing (free), Brave (2000/month). Only Claude and ChatGPT require paid keys.
Where is my citation data stored?
All data stays on your machine. API calls go directly from your computer to the vendor. A local cache file lives at ~/.config/citation-intelligence/cache.json. No data is uploaded to any third-party backend.
Can I run Citation Intelligence MCP without any API keys?
Yes. The citations.predict tool scores citation likelihood from public signals (Wikipedia, schema.org, llms.txt, GitHub) and requires zero keys. Other tools become available as you set each key.
Is this server compatible with Claude Desktop?
Yes. Add it to the Claude Desktop config via stdio transport using the npx command and your chosen environment variables. Any MCP client that supports stdio works the same way.
AI 与智能体 分类下的更多 MCP 服务器
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
评论