Swiss Truth MCP
Swiss Truth MCP
AIエージェントのための検証済みナレッジインフラ — ハルシネーションではなく、認定された事実を。
Swiss Truthは、AIエージェント専用に構築された人間とAIによる検証済みナレッジベースです。 すべての事実は5段階の検証パイプラインを通過し、信頼スコア、検証済みソースURL、およびSHA256整合性ハッシュを備えています。 30秒で接続可能。APIキーは不要です。
エージェントがSwiss Truthを使う理由
問題 | Swiss Truthツール |
🧠 事実に関する質問での LLMのハルシネーション |
|
📎 ソースの引用や検証ができない |
|
⏰ 急速に変化するトピックに関する古い学習データ |
|
⚖️ 規制分野でのコンプライアンス違反の回答 |
|
✅ 回答送信前の複数の主張の検証 |
|
🔍 回答全体のハルシネーションリスク |
|
Related MCP server: verification-mcp
クイックセットアップ
MCP (Claude Desktop, Cursor, Windsurf, その他のMCPクライアント)
{
"mcpServers": {
"swiss-truth": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://swisstruth.org/mcp"]
}
}
}またはHTTP経由で直接:
{
"mcpServers": {
"swiss-truth": {
"type": "http",
"url": "https://swisstruth.org/mcp"
}
}
}LangChain
pip install swiss-truth-langchainfrom swiss_truth_langchain import SwissTruthToolkit
toolkit = SwissTruthToolkit()
tools = toolkit.get_tools() # search, verify, batch verify, citations, freshness, complianceCrewAI
pip install swiss-truth-crewaifrom swiss_truth_crewai import SwissTruthSearchTool, SwissTruthVerifyTool
from crewai import Agent
researcher = Agent(
role="Research Agent",
tools=[SwissTruthSearchTool(), SwissTruthVerifyTool()]
)AutoGen
pip install swiss-truth-autogenfrom 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_briefOpenAI関数呼び出し
import requests
tools = requests.get("https://swisstruth.org/openai-tools.json").json()
# Ready-to-use tool definitions for OpenAI API, LlamaIndex, etc.14のMCPツール
🔍 検索
ツール | 説明 |
| 2000以上の認定事実に対するセマンティック検索。言語を自動検出 (DE/EN/FR/IT/ES/ZH/AR/RU/JA/KO)。信頼スコア、ソースURL、SHA256ハッシュを返します。 |
| 単一の主張に対する完全な来歴:検証者、機関、レビュー日、SHA256。 |
| RAGパイプライン向けに最適化された、引用可能な構造化ナレッジブリーフ。 |
| 認定された主張数を含む30のナレッジドメインすべてを閲覧。 |
✅ 検証
ツール | 説明 |
| ステートメントの事実確認:信頼度と証拠とともに |
| 最大20の主張を並列検証。主張ごとの判定と要約を返します。 |
| AIの回答全体をチェックし、ハルシネーションリスクを判定: |
| ステートメントと矛盾するすべての認定された主張を検索。 |
📎 引用と品質
ツール | 説明 |
| 検証済みソースURLを含む、適切にフォーマットされたインラインおよびAPA形式の引用。 |
| 古い学習データを検出。 |
| スイス/EUのコンプライアンスチェック (FINMA、BAG、GDPR、EU AI法)。 |
📥 貢献とフィードバック
ツール | 説明 |
| 専門家によるレビューのために不足している事実を送信。AIによる事前スクリーニングとURL検証をトリガーします。 |
| レビューパイプラインの追跡: |
| 不足しているドメインや機能を報告 — フィードバックがロードマップを形成します。 |
30のナレッジドメイン
🇨🇭 スイス (11): swiss-health · swiss-law · swiss-finance · swiss-education · swiss-energy · swiss-transport · swiss-politics · swiss-agriculture · swiss-digital · swiss-environment · labor-employment
🇪🇺 EU & グローバル (6): eu-law · eu-health · global-science · international-law · economics · us-law
🔬 科学 & 技術 (8): ai-ml · ai-safety · quantum-computing · cybersecurity · biotech · renewable-energy · space-science · blockchain-crypto
🌍 一般 (5): climate · world-science · world-history · mental-health · nutrition-food
エージェントペルソナ
エージェントタイプ | 主要ツール | ユースケース |
リサーチエージェント |
| 検証済みの事実に基づいた調査 |
法的コンプライアンス |
| FINMA、BAG、GDPR、EU AI法 |
RAGパイプライン |
| 検証済み事実による検索の強化 |
事実確認 |
| ハルシネーションの防止 |
健康アドバイザリー |
| KVG、Krankenkasse、Swissmedic |
金融エージェント |
| FINMA準拠の情報 |
ディスカバリーエンドポイント
Swiss Truthは、標準的なエンドポイントを通じてエージェントやクローラーが発見可能です:
エンドポイント | 標準 | 目的 |
| RFC 8615 | MCP自動検出 |
| OpenAI | GPT / Assistants API統合 |
| Swiss Truth | エージェント機能マニフェスト |
| llmstxt.org | LLMクローラー検出 |
| OpenAI | 関数呼び出しツール定義 |
検証パイプライン
すべての主張は、認定される前に5段階のパイプラインを通過します:
Submit → AI Pre-Screen → URL Verification → Expert Review → Peer Review → Certified ✓SHA256整合性ハッシュ — 改ざんの検出
ブロックチェーンアンカリング — 週次Merkleルートのオンチェーン記録
信頼スコア — 多次元品質スコア
自動更新 — 期限切れの主張を毎日再検証
EU AI法準拠 — 完全な監査証跡
ナレッジ統計
メトリック | 値 |
認定された主張 | 2000+ |
ドメイン | 30 |
言語 | 10 |
検証段階 | 5 |
人間による検証 | ✓ |
SHA256整合性 | ✓ |
ブロックチェーンアンカリング | ✓ |
EU AI法準拠 | ✓ |
APIキー必須 | ✗ |
クエリ例
"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?"リンク
🌐 ウェブサイト: swisstruth.org
📊 信頼と統計: swisstruth.org/trust
🔌 MCPエンドポイント:
https://swisstruth.org/mcp📦 npmパッケージ:
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceSearch 1,500+ pre-verified, cited knowledge units across 16 domains. 6 tools: query, batch query, get unit, list domains, suggest topics, report issues. Free, no API key required.62371MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to fact-check claims, verify citations, and check source freshness using Wikipedia, Wikidata, Crossref, and Wayback Machine.1

Qinisoofficial
AlicenseAqualityBmaintenanceThe deterministic fact-verification layer for AI agents. Validates the structured facts an agent emits — IBANs, payment cards, VAT and national tax IDs, crypto and bank addresses, domains, emails, phone numbers, securities and academic identifiers, plus dates, currencies and holidays — against checksums and curated authoritative data, not guesses.561Apache 2.0- AlicenseAqualityAmaintenanceLicensed, rights-cleared content for AI agents, 17 tools to discover, license, retrieve, and verify expert content with on-chain proof and EU AI Act Article 53 support.83911MIT
Related MCP Connectors
Verified, sourced, real-time intelligence layer for AI agents.
Real-time fact-check, citation verification, and source-freshness for AI agents.
Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/swisstruthorg/swiss-truth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server