Verified knowledge base for AI agents — stop hallucinations with certified facts.
{
"mcpServers": {
"io-github-swisstruthorg-swiss-truth-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Verified knowledge base for AI agents — stop hallucinations with certified facts.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Stop your AI agent from hallucinating facts. Swiss Truth is a verified, source-backed knowledge base accessible via MCP — certified claims with confidence scores, primary source URLs, and SHA256 integrity hashes.
No API key. No setup. Connect in 30 seconds.
LLMs hallucinate facts, especially for country-specific, regulatory, and scientific topics. Swiss Truth gives your agent a ground-truth layer it can query before answering — returning only claims that have passed a 5-stage human + AI validation pipeline.
| Without Swiss Truth | With Swiss Truth |
|---|---|
| "Health insurance in Switzerland is optional, I think..." | "Health insurance is mandatory (KVG Art. 3) — confidence 0.99, source: bag.admin.ch" |
| Unknown answer on Swiss VAT rates | Certified claim with current rate + legal source |
| Unverified AI/ML definition | Peer-reviewed explanation with academic citation |
{
"mcpServers": {
"swiss-truth": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://swisstruth.org/mcp"]
}
}
}
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop — done.
search_knowledge — Semantic search over certified factssearch_knowledge("How does health insurance work in Switzerland?")
search_knowledge("Was ist RAG in der KI?") # DE auto-detected
search_knowledge("三权分立原则") # ZH auto-detected
Returns: ranked list of certified claims, each with:
confidence_score (0.0 – 1.0)source_urls (gov, academic, institutional — no Wikipedia)hash (SHA256 for tamper detection)language, domain, last_reviewedSupports: DE · EN · FR · IT · ES · ZH · AR · RU · JA · KO
verify_claim — Fact-check any statementverify_claim("Die Krankenversicherung in der Schweiz ist freiwillig.")
{
"verdict": "contradicted",
"confidence": 0.879,
"explanation": "Swiss law (KVG Art. 3) mandates health insurance for all residents.",
"evidence": [...],
"sources": ["https://www.bag.admin.ch/..."]
}
Returns: supported · contradicted · unknown
get_claim — Full provenance for a single claimget_claim("sha256:d21321db714d...")
Returns: claim text, domain, language, confidence, validator, institution, review date, all source URLs, SHA256 hash.
list_domains — Browse the knowledge baselist_domains()
Returns all 12 domains with certified claim counts. Use to understand coverage before querying.
submit_claim — Contribute to the knowledge baseSubmit a claim for expert review. Automatically triggers the full validation pipeline (dedup → AI pre-screen → source verification → human review → signing).
get_claim_status — Track validation progressCheck where your submitted claim is: draft → peer_review → certified
| Domain | ID | Focus |
|---|---|---|
| Swiss Health | swiss-health | KVG, mandatory insurance, Krankenkasse |
| Swiss Law | swiss-law | Federal law, cantonal rules, civil code |
| Swiss Finance | swiss-finance | AHV, 3-pillar system, taxes, banking |
| Swiss Politics | swiss-politics | Federal Council, direct democracy, elections |
| Swiss Education | swiss-education | University system, apprenticeships, Bologna |
| Swiss Energy | swiss-energy | Nuclear, renewables, energy strategy 2050 |
| Swiss Transport | swiss-transport | SBB, highways, LSVA |
| Swiss Agriculture | swiss-agriculture | Direct payments, organic, food sovereignty |
| Climate Science | climate | IPCC findings, temperature data, emissions |
| AI / ML | ai-ml | RAG, transformers, LLM concepts, benchmarks |
| Natural Sciences | world-science | Physics, chemistry, bio |
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.swisstruthorg/swiss-truth-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.