streamable-httpMITupdated 28d ago
Fact verification for AI agents โ give it a claim, get a verdict (supported / disputed / unverifiable) with a 0-100 confidence and cited sources. It classifies each claim's domain and cross-references the FoundryNet Data Network plus a general web search.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with Fact Verification MCP?
Fact Verification MCP
Fact verification for AI agents โ give it a claim, get a verdict
(supported / disputed / unverifiable) with a 0-100 confidence and cited
sources. It classifies each claim's domain and cross-references the FoundryNet
Data Network plus a general web search.
Part of the FoundryNet Data Network. Verification results carry a verifiable provenance attestation. See also: financial-signals-mcp, cyber-intel-mcp, patent-intel-mcp, gov-contracts-mcp, compliance-mcp, brand-intel-mcp, weather-intel-mcp, academic-intel-mcp, oss-intel-mcp, social-intel-mcp.
Connect
- MCP endpoint (Streamable HTTP):
https://fact-check-mcp-production.up.railway.app/mcp - Registry:
io.github.FoundryNet/fact-check-mcp - Agent card:
https://fact-check-mcp-production.up.railway.app/.well-known/agent-card.json
Claude Desktop / Cursor / Claude Code
claude mcp add --transport http fact-check https://fact-check-mcp-production.up.railway.app/mcp
{ "mcpServers": { "fact-check": { "url": "https://fact-check-mcp-production.up.railway.app/mcp" } } }
Tools
| Tool | Price | What it does |
|---|---|---|
verify_claim |
$0.02 | Verify a claim โ verdict, confidence, cited sources, explanation |
batch_verify |
$0.01/claim (min $0.05) | Verify many claims in one call |
source_check |
$0.01 | Assess a source URL โ domain age (RDAP), trust signals, bias indicators |
daily_brief |
$5 | Curated daily brief โ top disputed/most-verified claims, trending topics |
brief_summary |
$0.50 | Structured top-5 signals from today's brief โ a cheap sample of daily_brief |
mint_info |
free | FoundryNet Data Network attestation info |
Free tier: 10 verifications/day per agent. Then metered: the tool returns an
HTTP-402 payment challenge โ pay it, re-call with the same args plus
payment_tx=<signature>. An Authorization: Bearer fnet_โฆ key bypasses the paywall.
How it works
Each claim is classified by domain and cross-referenced against the most relevant FoundryNet data source and a general web search:
- company claims โ
brand-intel-mcp - finance claims โ
financial-signals-mcp - patents claims โ
patent-intel-mcp - regulation claims โ
compliance-mcp
The verdict is synthesized from source agreement and returned with the citations that drove it. Results are cached for 24h (keyed by a normalized-claim hash) and carry a verifiable provenance attestation so a buyer can verify the result was produced by this server, unaltered.
The general web-search backend needs a
WEB_SEARCH_API_KEY(Brave Search API). Without it, claims with no FoundryNet corroboration returnunverifiablewith a note rather than a guess.
Sources
On demand: a general web search (Brave Search API) + the FoundryNet Data Network sibling servers (called over their public MCP endpoints). Source-credibility checks use keyless RDAP for domain age. Cached in a standalone Supabase project.
Discovery
MCP registry: io.github.FoundryNet/fact-check-mcp
Built by FoundryNet ยท forge@foundrynet.io
Live network activity
Real-time verified work across 17 servers and autonomous agents. See foundrynet.io.
Install
Add Fact Verification MCP to your client. Pick the one you use.
claude mcp add --transport http fact-verification-mcp https://fact-check-mcp-production.up.railway.app/mcpcodex mcp add fact-verification-mcp --url https://fact-check-mcp-production.up.railway.app/mcp{
"mcpServers": {
"fact-verification-mcp": {
"url": "https://fact-check-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"fact-verification-mcp": {
"type": "http",
"url": "https://fact-check-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"fact-verification-mcp": {
"url": "https://fact-check-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"fact-verification-mcp": {
"serverUrl": "https://fact-check-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
Fact Verification MCP exposes 6 tools to a connected agent.
- verify_claim
- $0.02
- batch_verify
- $0.01/claim (min $0.05)
- source_check
- $0.01
- daily_brief
- $5
- brief_summary
- $0.50
- mint_info
- **free**
Score
67 / 100
Good
- Documentation22/25
- Maintenance14/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 19, 2026 |