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 | |
|---|---|---|
| Naturwissenschaften | 185 | |
| Weltgeschichte | 182 | |
| AI/ML | 177 | |
| EU & Global Health | 177 | |
| EU Law & Regulation | 175 | |
| International Law | 170 | |
| EU Law & Regulation | 168 | |
| AI Safety & Alignment | 166 | |
| Schweizer Politik | 134 | |
| Global Science | 133 | |
| Space Science | 133 | |
| Schweizer Verkehr | 127 | |
| Schweizer Recht | 124 | |
| Cybersecurity | 124 | |
| Quantum Computing | 117 | |
| Biotechnology | 117 | |
| AI Safety & Alignment | 117 | |
| US Law & Regulation | 117 | |
| Datenschutz CH & EU | 117 | |
| Blockchain & Kryptowährungen | 115 | |
| Schweizer Immobilienmarkt | 114 | |
| Psychische Gesundheit | 114 | |
| Klimawissenschaft | 113 | |
| Schweizer Landwirtschaft | 113 | |
| AI/ML (English) | 113 | |
| Schweizer Gesundheitswesen | 112 | |
| Renewable Energy | 112 | |
| Schweizer Steuern | 112 | |
| Schweizer Finanzmarkt | 111 | |
| Swiss Innovation & Forschung | 111 | |
| Schweizer Bildung | 110 | |
| Schweizer Krypto & Blockchain | 110 | |
| Schweizer Digitalisierung | 109 | |
| Global Economics | 107 | |
| Schweizer Energie | 105 | |
| Ernährung & Lebensmittel | 104 | |
| Arbeitsrecht & Beschäftigung | 103 | |
| Schweizer Umwelt & Naturschutz | 100 |
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"
}