-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
13 lines (13 loc) · 960 Bytes
/
Copy pathserver.json
File metadata and controls
13 lines (13 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.FoundryNet/fact-check-mcp",
"title": "Fact Verification MCP",
"description": "Verify factual claims with a verdict, confidence score, and cited sources — cross-referencing web search and the FoundryNet data network; supports batch verification and source-trust checks.",
"version": "1.0.0",
"homepage": "https://foundrynet.io",
"repository": { "url": "https://github.com/FoundryNet/fact-check-mcp", "source": "github" },
"categories": ["verification", "research", "data", "trust"],
"tags": ["fact verification", "claim checking", "source verification", "truth checking", "content verification"],
"keywords": ["fact verification", "claim checking", "source verification", "truth checking", "content verification"],
"remotes": [ { "type": "streamable-http", "url": "https://fact-check-mcp-production.up.railway.app/mcp" } ]
}