Swiss Truth is a certified knowledge base with source-backed, expert-reviewed claims and SHA256 integrity hashes — ready to plug into your agent via MCP.
View MCP Discovery API Reference~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAll numbers are computed from the live database and updated on every page load.
Every claim passes all five stages before receiving a certified status and being made available to AI agents.
All certified claims by domain. Claims without a domain assignment are not included in the MCP search results.
| Domain | Certified Claims | |
|---|---|---|
| Schweizer Recht | 91 | |
| Naturwissenschaften | 87 | |
| Schweizer Bildung | 82 | |
| Schweizer Energie | 82 | |
| AI/ML | 80 | |
| Schweizer Politik | 79 | |
| Schweizer Landwirtschaft | 76 | |
| Schweizer Finanzmarkt | 75 | |
| Schweizer Verkehr | 75 | |
| Weltgeschichte | 71 | |
| Klimawissenschaft | 66 | |
| Schweizer Gesundheitswesen | 59 |
Primary sources must directly support the claim. Wikipedia is excluded. We prioritize governmental institutions, academic publications, and peer-reviewed research.
Swiss Truth speaks MCP — the Model Context Protocol standard for AI tool use. No API key required.
/.well-known/mcp.json
endpoint follows RFC 8615 — compatible tools can discover and configure this server automatically.
Two ways to get notified when a new claim is certified — pick what fits your stack.
# All domains https://swisstruth.org/feed.rss # Filter by domain https://swisstruth.org/feed.rss?domain=swiss-health
# Subscribe curl -X POST https://swisstruth.org/webhooks \ -H "Content-Type: application/json" \ -d '{"url":"https://your-agent.example.com/hook", "label":"my-agent", "domain":"swiss-health"}' # Unsubscribe curl -X DELETE \ "https://swisstruth.org/webhooks/{id}?token={token}"
{
"event": "claim.certified",
"source": "swiss-truth-mcp",
"timestamp": "2026-04-10T12:00:00+00:00",
"claim": {
"id": "01626b41-...",
"text": "In der Schweiz ist die Krankenversicherung...",
"domain_id": "swiss-health",
"confidence_score": 0.99,
"hash_sha256": "sha256:d213...",
"source_references": ["https://bag.admin.ch/..."],
"language": "de"
},
"mcp_endpoint": "https://swisstruth.org/mcp"
}