CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
swisstruthorg avatar

Swiss Truth Mcp

swisstruthorg/swiss-truth-mcp
6 toolsauthSTDIOregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 tools
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 params

Search 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...

Parameters* required
domainstring
Optional domain filter. Available: 'swiss-health', 'swiss-law', 'swiss-finance', 'swiss-education', 'swiss-energy', 'swiss-transport', 'swiss-politics', 'swiss-agriculture', 'climate', 'ai-ml', 'wo...
languagestring
Optional language override: 'de', 'en', 'fr', 'it', 'es', 'zh'. If omitted, language is auto-detected from the query. Response includes 'detected_language' and 'language_fallback' (true if no resul...
limitinteger
Number of results to return (max 20, default 5).default: 5
min_confidencenumber
Minimum confidence threshold 0.0–1.0. Default 0.8. Use 0.95+ for critical facts.default: 0.8
querystring
Natural language query in DE, EN, FR, or IT. Phrase it as a question for best results.
get_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 params

Retrieve 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...

Parameters* required
claim_idstring
UUID of the claim, obtained from search_knowledge results.
list_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 params

Submit 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...

Parameters* required
claim_textstring
The factual statement — one single, clear, verifiable claim. Max 2000 characters.
domain_idstring
Domain ID (e.g. 'ai-ml', 'swiss-health', 'climate'). Use list_domains to see all options.
languagestring
Language code: 'de', 'en', 'fr', or 'it'. Default: 'de'.default: de
questionstring
The canonical question this claim answers (e.g. 'How does Swiss mandatory health insurance work?'). Significantly improves retrieval quality.
source_urlsarray
Primary source URLs that directly support the claim (e.g. arxiv.org, bag.admin.ch). Strongly recommended. No Wikipedia.
verify_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 params

Fact-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...

Parameters* required
domainstring
Optional domain filter (e.g. 'swiss-health', 'ai-ml'). Omit to search all domains.
languagestring
Optional language override ('de', 'en', 'fr', etc.). Auto-detected if omitted.
textstring
The factual statement to verify. One clear, atomic claim.
get_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 params

Check 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.

Parameters* required
claim_idstring
UUID returned by submit_claim.

Swiss Truth MCP

Verified knowledge infrastructure for AI agents — certified facts, not hallucinations.

MCP Domains Claims Languages EU AI Act Auth LangChain CrewAI AutoGen

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.


Why agents use Swiss Truth

ProblemSwiss Truth Tool
🧠 LLM hallucination on factual questionssearch_knowledge — 2000+ certified facts, 30 domains
📎 Cannot cite sources or verify citationsget_citations — inline + APA with verified URLs
⏰ Stale training data on fast-changing topicscheck_freshness — detect outdated facts
⚖️ Non-compliant responses in regulated domainscheck_regulatory_compliance — FINMA, BAG, GDPR, EU AI Act
✅ Verify multiple claims before sending a responseverify_claims_batch — up to 20 claims in parallel
🔍 Full response hallucination riskverify_response — low / medium / high risk score

Quick Setup

MCP (Claude Desktop, Cursor, Windsurf, any MCP client)

{
  "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"
    }
  }
}

LangChain

pip install swiss-truth-langchain
from swiss_truth_langchain import SwissTruthToolkit

toolkit = SwissTruthToolkit()
tools = toolkit.get_tools()  # search, verify, batch verify, citations, freshness, compliance

CrewAI

pip install swiss-truth-crewai
from swiss_truth_crewai import SwissTruthSearchTool, SwissTruthVerifyTool
from crewai import Agent

researcher = Agent(
    role="Research Agent",
    tools=[SwissTruthSearchTool(), SwissTruthVerifyTool()]
)

AutoGen

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

OpenAI function-calling

import requests

tools = requests.get("https://swisstruth.org/openai-tools.json").json()
# Ready-to-use tool definitions for OpenAI API, LlamaIndex, etc.

14 MCP Tools

🔍 Retrieval

ToolDescription
search_knowledgeSemantic 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_claimFull provenance for a single claim: validator, institution, review date, SHA256.
get_knowledge_briefStructured, citable knowledge brief optimized for RAG pipelines.
list_domainsBrowse all 30 knowledge domains with certified claim counts.

✅ Verification

ToolDescription
verify_claimFact-check a statement: supported / contradicted / unknown with confidence + evidence.
verify_claims_batchVerify up to 20 claims in parallel. Returns per-claim verdict + summary.
verify_responseCheck a full AI response for hallucination risk: low / medium / high.
find_contradictionsFind all certified claims that contradict a statement.

📎 Citation & Quality

ToolDescription
get_citationsProperly formatted inline + APA citations with verified source URLs.
check_freshnessDetect stale training data. Returns current / changed / unknown.
check_regulatory_complianceSwiss/EU compliance check (FINMA, BAG, GDPR, EU AI Act).

📥 Contribution & Feedback

ToolDescription
submit_claimSubmit a missing fact for expert review. Triggers AI pre-screening + URL verification.
get_claim_statusTrack review pipeline: draft → peer_review → certified.
report_agent_needReport missing domains or features — feedback shapes the roadmap.

30 Knowledge Domains

🇨🇭 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 Personas

Agent TypePrimary ToolsUse Case
Research Agentsearch_knowledge, get_knowledge_brief, get_citationsGround research in verified facts
Legal Compliancesearch_knowledge, check_regulatory_compliance, verify_claimFINMA, BAG, GDPR, EU AI Act
RAG Pipelineget_knowledge_brief, search_knowledge, get_citationsEnrich retrieval with validated facts
Fact-Checkingverify_claim, verify_claims_batch, verify_responsePrevent hallucinations
Health Advisorysearch_knowledge, check_regulatory_compliance, check_freshnessKVG, Krankenkasse, Swissmedic
Financial Agentsearch_knowledge, check_regulatory_compliance, verify_claimFINMA-compliant information

Discovery Endpoints

Swiss Truth is discoverable by agents and crawlers via standard endpoints:

EndpointStandardPurpose
/.well-known/mcp.jsonRFC 8615MCP auto-discovery
/.well-known/ai-plugin.jsonOpenAIGPT / Assistants API integration
/agents.jsonSwiss TruthAgent capability manifest
/llms.txtllmstxt.orgLLM crawler discovery
/openai-tools.jsonOpenAIFunction-calling tool definitions

Validation Pipeline

Every claim passes a 5-stage pipeline before certification:

Submit → AI Pre-Screen → URL Verification → Expert Review → Peer Review → Certified ✓
  • SHA256 integrity hash — detect tampering
  • Blockchain anchoring — weekly Merkle root on-chain
  • Confidence scoring — multi-dimensional quality score
  • Auto-renewal — expired claims re-verified daily
  • EU AI Act compliant — full audit trail

Knowledge Stats

MetricValue
Certified claims2000+
Domains30
Languages10
Validation stages5
Human validated✓
SHA256 integrity✓
Blockchain anchored✓
EU AI Act compliant✓
API key required✗

Example Queries

"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?"

Links

  • 🌐 Website: swisstruth.org
  • 📊 Trust & Stats: swisstruth.org/trust
  • 🔌 MCP Endpoint: https://swisstruth.org/mcp
  • 📦 npm package: npx -y mcp-remote https://swisstruth.org/mcp
  • 🐍 PyPI LangChain: pip install swiss-truth-langchain
  • 🐍 PyPI CrewAI: pip install swiss-truth-crewai
  • 🐍 PyPI AutoGen: pip install swiss-truth-autogen
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Configuration

SWISS_TRUTH_API_KEYsecret

Optional API key for write operations (submit_claim). Not required for read-only tools.

Categories
Documents & Knowledge
Registryactive
Packageswiss-truth-mcp
TransportSTDIO
AuthRequired
UpdatedApr 13, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
teleengco avatar
Contexta

teleengco/contexta-mcp

Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search.
templatefoxpdf avatar
Mcp Server

templatefoxpdf/mcp-server

MCP server for TemplateFox PDF generation API - Generate PDFs from templates via AI assistants
thegoatpsy avatar
mneme

thegoatpsy/mneme

Vault-native, accountable memory for Claude Code and MCP clients. Markdown is ground truth.
thomasjumper avatar
Agentbay Mcp

thomasjumper/agentbay-mcp

Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
tooloracle avatar
Zkevidenceoracle

tooloracle/zkevidenceoracle

ZKEvidenceOracle - 14 zero-knowledge proof tools for compliance evidence: Groth16, PLONK.
toonight avatar
Mnemoscope

toonight/mnemoscope

Predict context rot, sign every agent write, tier reads. Markdown-native, 100% local.