Skip to content

Add Swiss Truth MCP — verified knowledge base for AI agents#3916

Open
swisstruthorg wants to merge 1 commit intomodelcontextprotocol:mainfrom
swisstruthorg:add-swiss-truth-mcp
Open

Add Swiss Truth MCP — verified knowledge base for AI agents#3916
swisstruthorg wants to merge 1 commit intomodelcontextprotocol:mainfrom
swisstruthorg:add-swiss-truth-mcp

Conversation

@swisstruthorg
Copy link
Copy Markdown

Swiss Truth MCP

URL: https://swisstruth.org/mcp
GitHub: https://github.com/swisstruthorg/swiss-truth-mcp
PyPI: https://pypi.org/project/swiss-truth-mcp/

What it does

Swiss Truth MCP is a verified knowledge base for AI agents — a "Wikipedia for AI" that helps reduce hallucinations by providing certified, source-backed facts via MCP.

8 MCP tools:

  • search_knowledge — semantic search across 12+ knowledge domains (Swiss law, health, finance, climate, AI/ML, world science and more)
  • verify_claim — fact-check a statement: returns supported / contradicted / unknown
  • verify_claims_batch — verify up to 20 claims in parallel
  • verify_response — check a full response paragraph for hallucination risk (low / medium / high)
  • get_claim — retrieve a claim with full provenance (validator, institution, SHA256 hash)
  • list_domains — browse available knowledge domains
  • submit_claim — submit new facts for expert review
  • get_claim_status — track validation status

Key properties

  • Public, no API key required
  • Multilingual — DE, EN, FR, IT, ES, ZH auto-detected
  • 5-stage validation pipeline — AI pre-screen → source verification → expert peer review → SHA256 signing + confidence decay
  • MCP auto-discovery via /.well-known/mcp.json

Quick setup (Claude Desktop)

{
  "mcpServers": {
    "swiss-truth": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://swisstruth.org/mcp"]
    }
  }
}

Alphabetically placed after Substack/Medium and before System Health.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant