Citation & Source Verification — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
关于 Citation & Source Verification — hosted on Cloudflare Workers (HTTP + npm stdio)
MCP server for verification-mcp — see README
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"verification-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/verification-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Citation & Source Verification?
It is an MCP server that verifies factual claims and citations in real time by querying Wikipedia, Wikidata, Crossref, and the Wayback Machine. It is built for AI agents, journalists, and researchers needing automated fact-checking and source verification.
How to use Citation & Source Verification?
Point any MCP‑aware client at the hosted endpoint via mcp-remote or the npm launcher @insnapsprakhar/verification-mcp. Configure Cursor, Claude Desktop, or custom agents with the endpoint URL and a Bearer API key. Free‑tier callers can use the server anonymously without a key.
Key features of Citation & Source Verification
- Real‑time fact‑checking against Wikipedia, Wikidata, and Crossref
- Citation URL verification and claim matching
- Source freshness checks via Wayback Machine
- Returns verdict: supported, contradicted, or mixed
- Bearer token authentication with free tier available
- Supports MCP clients like Cursor, Claude Desktop, and custom agents
Use cases of Citation & Source Verification
- Guard against LLM hallucinations by verifying generated claims
- Automate citation validation in research and journalism workflows
- Check source freshness and availability for content curation
- Integrate fact‑checking into AI agent QA loops before user‑facing output
FAQ from Citation & Source Verification
What tools does Citation & Source Verification expose?
Three tools: fact_check (verify a claim), cite_check (verify cited URLs), and source_freshness (check if a source URL is live and its last‑modified date).
How do I get an API key?
Visit the /upgrade page (e.g., ?tier=solo), pay via Dodo Payments, and receive a unique key on the /welcome page. The key is displayed once and can be rotated from the /account page.
Is there a free tier?
Yes. Anonymous callers without an API key can make up to 100 calls per month per IP, with a rate limit of 10 requests per minute.
What data sources does Citation & Source Verification use?
It queries the Wikipedia REST API, Wikidata (CC0), Crossref (free public API), and the Wayback Machine (free public API). The server acts as a caching and auth layer over these sources.
What pricing tiers are available?
Free ($0, 100 calls/mo), Solo ($19/mo, 2,000 calls), Team ($49/mo, 10,000 calls + 5 seats), and Pro ($149/mo, 50,000 calls + 25 seats). All paid plans include higher rate limits and team‑sharing features.
云与基础设施 分类下的更多 MCP 服务器
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
评论