The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Corroborate MCP listing page.
The honest corroboration layer for AI agents. Hand it a claim; it tells you how independently that claim is actually being reported — and shows its work.
An AP story echoed by 40 outlets is one origin, not 40 citations. Other verifiers count citations; Corroborate counts independent origins — syndication-aware — then publishes its own error rates and discloses coverage gaps. That's the judgment layer raw search and citation-checkers skip.
Not a web search engine (use Exa/Tavily/Brave for that) and not a human fact-checking network. It's the narrow, honest primitive in between: how independently is this reported?
| 🔑 Zero API keys, zero accounts | Keyless engines (Google News RSS · GDELT · Hacker News). Nothing to sign up for. |
| 👁 Read-only | It reads public news. It cannot act, write, spend, or touch your data. |
| 🎯 Deterministic | No LLM in the loop — same evidence in, same verdict out. p50 ~0.4s. |
| 📖 Open source (MIT) | Read every line of the judgment. |
| 📊 Published error rates | We measure our own false-CONFIRMED / false-UNCORROBORATED rates on a public benchmark and print them below. Most "fact-check" tools don't. |
| 🚫 Never lies by omission | If sources are unreachable it returns an error, never a fake "UNCORROBORATED." |
Reporting corroboration, not truth. A claim every outlet syndicated from one wire story comes back SINGLE_SOURCE. A claim nobody covers comes back UNCORROBORATED even if true. The verdict states exactly what was measured, flags its weaknesses in notes, and sets coverage:"degraded" when an engine was down — so absence of evidence is never quietly sold as evidence of absence.
Requires Node ≥ 18. No keys, no config.
Claude Code
Claude Desktop / Cursor / any MCP client (claude_desktop_config.json, .cursor/mcp.json, …)
Try it with no MCP client
corroborate_claim — the verdict{ claim, window_days?=7, max_sources?=8 } →
| Field | Meaning |
|---|---|
corroboration | CONFIRMED (≥2 independent origins) · SINGLE_SOURCE (1) · UNCORROBORATED (0) |
n_independent_sources | Distinct story origins after syndication clustering — not article count |
confidence | 0–1. Rises with origins + cross-engine agreement; penalized for wide single-origin echo |
coverage | full, or degraded when an engine failed this call — a weak verdict may then reflect the outage, not the claim |
sources[].wire | Origin is a wire service (AP/Reuters/AFP/UPI) |
sources[].echoed_by_n_domains | How many domains carried this same story |
notes | Honest caveats: syndication collapse, breaking-news cascade (<24h), relevance-gate discards, engine outages |
find_sources — the raw evidence{ query, window_days?=7, max_sources?=10 } → deduped multi-engine list (outlet, domain, url, date), no verdict. The cheaper primitive when you want the coverage and your own judgment.
Against a public 40-claim labeled benchmark (benchmark/ — claims, labels, category definitions, and harness are all public; run it yourself with npm run benchmark). The time-sensitive claims are refreshed from current news so the numbers reflect real accuracy, not staleness. Latest run 2026-07-22:
| Metric | Result |
|---|---|
| Fabricated claims falsely CONFIRMED | 0/10 |
| Widely-reported true claims missed | 0/12 (11 CONFIRMED, 1 single-source) |
| Niche true claims detected | 7/8 |
| Stale claims correctly windowed | 2/5 |
| Distorted claims falsely CONFIRMED | 6/6 — read the warning ↓ |
| Latency | p50 0.4s · p95 <1s (≤8s worst case when the slow engine is up) |
⚠️ Respect the distorted-claim number — it's the honest ceiling of this tool's blind spot. In the latest run all 6 distorted claims came back CONFIRMED (6/6), because each one distorts a currently-reported event, and this tool checks whether independent reporting exists around a claim's topic and entities — it does not do stance detection. So "Samsung cancelled the Galaxy Z Fold8" (they unveiled it) or "OpenAI released GPT-6" confirms off the real coverage of the true story. The rule to live by: if a claim's topic is being reported, a distorted version of it will very likely CONFIRM. Read CONFIRMED as "this topic has independent coverage — now verify the specific facts against the returned sources," never as "this exact claim is true." Stance detection is the v1.1 roadmap item. (Recurring events like championships/elections can likewise match the current cycle's coverage — see the stale-claim leaks.)
notes.UNCORROBORATED — a window statement, not a falsity verdict.UNCORROBORATED.