Verified Knowledge Base for AI Agents — No More Hallucinations

Created By
Swiss Truth Org2 months ago
Stop AI hallucinations with certified, source-backed facts. Swiss Truth MCP gives your AI agent access to a curated knowledge base covering Swiss law, health, finance, climate, AI/ML, and more. 8 tools, no API key needed, public and free.
Overview

What is Swiss Truth MCP?

Swiss Truth MCP is a verified knowledge base for AI agents — certified facts with confidence scores, source references, and SHA256 integrity hashes. Connect your AI agent to a curated, expert-reviewed knowledge base and stop hallucinations before they happen.

🇨🇭 Public. Free. No API key required.


Why Use It?

AI agents hallucinate — especially on niche topics like Swiss law, insurance, or tax regulations. Swiss Truth MCP gives agents access to certified, peer-reviewed facts with:

  • ✅ Confidence scores (0–1) per claim
  • ✅ Primary source references (government sites, academic papers)
  • ✅ SHA256 integrity hashes for tamper detection
  • ✅ Expert validator name + institution
  • ✅ Multilingual support (DE, EN, FR, IT)

8 Available Tools

ToolPurpose
search_knowledgeSearch for verified facts by natural language query
verify_claimFact-check a statement: supported / contradicted / unknown
verify_claims_batchVerify multiple claims at once
verify_responseFact-check an entire AI-generated response
get_claimRetrieve a single claim with full provenance
list_domainsList all available knowledge domains
submit_claimSubmit a new fact for expert review
get_claim_statusTrack the validation status of a submitted claim

Knowledge Domains

Swiss law · Swiss health insurance · Swiss finance & taxes · Swiss education · Swiss energy · Swiss transport · Swiss politics · Swiss agriculture · Climate · AI/ML · World science · World history


Quick Connect

HTTP (Remote, no install):

https://swisstruth.org/mcp

Via Smithery CLI:

npx -y @smithery/cli@latest run martin111ma-za5d/swiss-truth-mcp --client claude

Example Queries

  • "Is health insurance mandatory in Switzerland?"
  • "What is the legal notice period for employment contracts in Switzerland?"
  • "How does RAG reduce hallucinations?"
  • "What are Switzerland's CO2 emission targets?"

Server Config

{
  "mcpServers": {
    "swiss-truth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "martin111ma-za5d/swiss-truth-mcp",
        "--client",
        "claude"
      ]
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
Swiss Truth Org
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

34 minutes ago