This connects AI agents to a human-validated knowledge base of 2000+ certified facts across 30 domains, from Swiss law and FINMA regulations to EU AI Act compliance and climate science. You get 14 MCP tools including search_knowledge for semantic retrieval, verify_claim for fact-checking statements, verify_claims_batch for parallel validation of up to 20 claims, and check_regulatory_compliance for GDPR and Swiss regulatory checks. Every fact includes confidence scores, verified source URLs, and SHA256 hashes. It's built for agents that need to ground responses in provable facts rather than hallucinate, especially in regulated domains like finance, healthcare, and legal. No API key required, works via stdio or direct HTTP transport.
Public tool metadata for what this MCP can expose to an agent.
search_knowledgeSearch the Swiss Truth verified knowledge base for certified facts. USE THIS TOOL when you need reliable, source-backed information to avoid hallucination — especially for Swiss law, health, finance, politics, education, energy, transport, climate, AI/ML, and world science top...5 paramsSearch the Swiss Truth verified knowledge base for certified facts. USE THIS TOOL when you need reliable, source-backed information to avoid hallucination — especially for Swiss law, health, finance, politics, education, energy, transport, climate, AI/ML, and world science top...
limitintegerquerystringdomainstringlanguagestringmin_confidencenumberget_claimRetrieve a single verified claim with full provenance by its ID. USE THIS TOOL after search_knowledge when you need the complete citation: who validated it, which institution, on what date, and the SHA256 integrity hash. Also returns 'effective_confidence' (age-adjusted) to as...1 paramsRetrieve a single verified claim with full provenance by its ID. USE THIS TOOL after search_knowledge when you need the complete citation: who validated it, which institution, on what date, and the SHA256 integrity hash. Also returns 'effective_confidence' (age-adjusted) to as...
claim_idstringlist_domainsList all available knowledge domains with certified claim counts. USE THIS TOOL at the start of a session or when unsure which domain to search. Returns domain IDs (use in search_knowledge 'domain' parameter), names, and descriptions. Domains cover: Swiss law, health, finance,...List all available knowledge domains with certified claim counts. USE THIS TOOL at the start of a session or when unsure which domain to search. Returns domain IDs (use in search_knowledge 'domain' parameter), names, and descriptions. Domains cover: Swiss law, health, finance,...
No parameter schema in public metadata yet.
submit_claimSubmit a new factual claim for expert review and certification. USE THIS TOOL when you identify a knowledge gap — a fact that should be in the knowledge base but isn't. The claim goes through: AI pre-screening → URL verification → source content check → human expert peer revie...5 paramsSubmit a new factual claim for expert review and certification. USE THIS TOOL when you identify a knowledge gap — a fact that should be in the knowledge base but isn't. The claim goes through: AI pre-screening → URL verification → source content check → human expert peer revie...
languagestringquestionstringdomain_idstringclaim_textstringsource_urlsarrayverify_claimFact-check a claim against the Swiss Truth knowledge base. USE THIS TOOL in ReAct loops when you need to verify whether a statement is true, false, or unknown. Ideal for: checking AI-generated content, validating user inputs, or grounding responses. Returns: - 'verdict': 'supp...3 paramsFact-check a claim against the Swiss Truth knowledge base. USE THIS TOOL in ReAct loops when you need to verify whether a statement is true, false, or unknown. Ideal for: checking AI-generated content, validating user inputs, or grounding responses. Returns: - 'verdict': 'supp...
textstringdomainstringlanguagestringget_claim_statusCheck the current validation status of a submitted claim. USE THIS TOOL after submit_claim to track progress through the review pipeline: 'draft' → 'peer_review' → 'certified' (or back to 'draft' if rejected). Also returns confidence score and validator info once certified.1 paramsCheck the current validation status of a submitted claim. USE THIS TOOL after submit_claim to track progress through the review pipeline: 'draft' → 'peer_review' → 'certified' (or back to 'draft' if rejected). Also returns confidence score and validator info once certified.
claim_idstringVerified knowledge infrastructure for AI agents — certified facts, not hallucinations.
Swiss Truth is a human + AI validated knowledge base purpose-built for AI agents. Every fact passes a 5-stage validation pipeline, carries a confidence score, verified source URLs, and a SHA256 integrity hash. Connect in 30 seconds. No API key required.
| Problem | Swiss Truth Tool |
|---|---|
| 🧠 LLM hallucination on factual questions | search_knowledge — 2000+ certified facts, 30 domains |
| 📎 Cannot cite sources or verify citations | get_citations — inline + APA with verified URLs |
| ⏰ Stale training data on fast-changing topics | check_freshness — detect outdated facts |
| ⚖️ Non-compliant responses in regulated domains | check_regulatory_compliance — FINMA, BAG, GDPR, EU AI Act |
| ✅ Verify multiple claims before sending a response | verify_claims_batch — up to 20 claims in parallel |
| 🔍 Full response hallucination risk | verify_response — low / medium / high risk score |
{
"mcpServers": {
"swiss-truth": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://swisstruth.org/mcp"]
}
}
}
Or directly via HTTP:
{
"mcpServers": {
"swiss-truth": {
"type": "http",
"url": "https://swisstruth.org/mcp"
}
}
}
pip install swiss-truth-langchain
from swiss_truth_langchain import SwissTruthToolkit
toolkit = SwissTruthToolkit()
tools = toolkit.get_tools() # search, verify, batch verify, citations, freshness, compliance
pip install swiss-truth-crewai
from swiss_truth_crewai import SwissTruthSearchTool, SwissTruthVerifyTool
from crewai import Agent
researcher = Agent(
role="Research Agent",
tools=[SwissTruthSearchTool(), SwissTruthVerifyTool()]
)
pip install swiss-truth-autogen
from swiss_truth_autogen import register_swiss_truth_functions
register_swiss_truth_functions(assistant, user_proxy)
# Adds: search_knowledge, verify_claim, verify_claims_batch, get_knowledge_brief
import requests
tools = requests.get("https://swisstruth.org/openai-tools.json").json()
# Ready-to-use tool definitions for OpenAI API, LlamaIndex, etc.
| Tool | Description |
|---|---|
search_knowledge | Semantic search over 2000+ certified facts. Auto-detects language (DE/EN/FR/IT/ES/ZH/AR/RU/JA/KO). Returns confidence score, source URLs, SHA256 hash. |
get_claim | Full provenance for a single claim: validator, institution, review date, SHA256. |
get_knowledge_brief | Structured, citable knowledge brief optimized for RAG pipelines. |
list_domains | Browse all 30 knowledge domains with certified claim counts. |
| Tool | Description |
|---|---|
verify_claim | Fact-check a statement: supported / contradicted / unknown with confidence + evidence. |
verify_claims_batch | Verify up to 20 claims in parallel. Returns per-claim verdict + summary. |
verify_response | Check a full AI response for hallucination risk: low / medium / high. |
find_contradictions | Find all certified claims that contradict a statement. |
| Tool | Description |
|---|---|
get_citations | Properly formatted inline + APA citations with verified source URLs. |
check_freshness | Detect stale training data. Returns current / changed / unknown. |
check_regulatory_compliance | Swiss/EU compliance check (FINMA, BAG, GDPR, EU AI Act). |
| Tool | Description |
|---|---|
submit_claim | Submit a missing fact for expert review. Triggers AI pre-screening + URL verification. |
get_claim_status | Track review pipeline: draft → peer_review → certified. |
report_agent_need | Report missing domains or features — feedback shapes the roadmap. |
🇨🇭 Swiss (11): swiss-health · swiss-law · swiss-finance · swiss-education · swiss-energy · swiss-transport · swiss-politics · swiss-agriculture · swiss-digital · swiss-environment · labor-employment
🇪🇺 EU & Global (6): eu-law · eu-health · global-science · international-law · economics · us-law
🔬 Science & Tech (8): ai-ml · ai-safety · quantum-computing · cybersecurity · biotech · renewable-energy · space-science · blockchain-crypto
🌍 General (5): climate · world-science · world-history · mental-health · nutrition-food
| Agent Type | Primary Tools | Use Case |
|---|---|---|
| Research Agent | search_knowledge, get_knowledge_brief, get_citations | Ground research in verified facts |
| Legal Compliance | search_knowledge, check_regulatory_compliance, verify_claim | FINMA, BAG, GDPR, EU AI Act |
| RAG Pipeline | get_knowledge_brief, search_knowledge, get_citations | Enrich retrieval with validated facts |
| Fact-Checking | verify_claim, verify_claims_batch, verify_response | Prevent hallucinations |
| Health Advisory | search_knowledge, check_regulatory_compliance, check_freshness | KVG, Krankenkasse, Swissmedic |
| Financial Agent | search_knowledge, check_regulatory_compliance, verify_claim | FINMA-compliant information |
Swiss Truth is discoverable by agents and crawlers via standard endpoints:
| Endpoint | Standard | Purpose |
|---|---|---|
/.well-known/mcp.json | RFC 8615 | MCP auto-discovery |
/.well-known/ai-plugin.json | OpenAI | GPT / Assistants API integration |
/agents.json | Swiss Truth | Agent capability manifest |
/llms.txt | llmstxt.org | LLM crawler discovery |
/openai-tools.json | OpenAI | Function-calling tool definitions |
Every claim passes a 5-stage pipeline before certification:
Submit → AI Pre-Screen → URL Verification → Expert Review → Peer Review → Certified ✓
| Metric | Value |
|---|---|
| Certified claims | 2000+ |
| Domains | 30 |
| Languages | 10 |
| Validation stages | 5 |
| Human validated | ✓ |
| SHA256 integrity | ✓ |
| Blockchain anchored | ✓ |
| EU AI Act compliant | ✓ |
| API key required | ✗ |
"Is health insurance mandatory in Switzerland?"
"What does the EU AI Act require for high-risk AI systems?"
"How does RAG reduce LLM hallucinations?"
"What are the FINMA regulations for crypto assets?"
"What is the current status of quantum error correction?"
"How does Swiss mandatory health insurance work?"
https://swisstruth.org/mcpnpx -y mcp-remote https://swisstruth.org/mcppip install swiss-truth-langchainpip install swiss-truth-crewaipip install swiss-truth-autogenSWISS_TRUTH_API_KEYsecretOptional API key for write operations (submit_claim). Not required for read-only tools.
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.xjtlumedia/markdown-formatter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc