MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Swiss Truth MCP Server

by Swisstruthorg
Developer ToolsModerate5.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Verified knowledge base for AI agents — stop hallucinations with certified facts.

About

Verified knowledge base for AI agents — stop hallucinations with certified facts.

Security Report

5.0
Moderate5.0Moderate Risk

Valid MCP server (2 strong, 0 medium validity signals). 5 known CVEs in dependencies (0 critical, 5 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: SWISS_TRUTH_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-swisstruthorg-swiss-truth-mcp": {
      "env": {
        "SWISS_TRUTH_API_KEY": "your-swiss-truth-api-key-here"
      },
      "args": [
        "-y",
        "swiss-truth-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published April 13, 2026
Version 0.1.4
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
518
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
72
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
33
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local