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 | |
|---|---|---|
| AI/ML | 112 | |
| Global Science | 112 | |
| Weltgeschichte | 109 | |
| EU Gesundheit | 105 | |
| Weltraumwissenschaft | 103 | |
| Naturwissenschaften | 102 | |
| Klimawissenschaft | 100 | |
| Schweizer Energie | 93 | |
| Schweizer Verkehr | 91 | |
| Schweizer Finanzmarkt | 89 | |
| Schweizer Politik | 87 | |
| Schweizer Landwirtschaft | 85 | |
| Schweizer Bildung | 81 | |
| Internationales Recht | 81 | |
| Schweizer Gesundheitswesen | 72 | |
| US-Recht & Regulierung | 71 | |
| Weltwirtschaft | 64 | |
| Cybersecurity | 56 | |
| Quantencomputing | 53 | |
| Biotechnologie | 47 | |
| Erneuerbare Energien | 47 | |
| Schweizer Digitalpolitik | 45 | |
| Schweizer Recht | 43 | |
| AI Safety | 39 | |
| Schweizer Immobilienmarkt | 5 | |
| AI/ML (English) | 3 | |
| EU-Recht | 2 | |
| EU Law & Regulation | 1 |
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"
}