Skip to main content
Glama

Swiss Truth MCP

AIエージェントのための検証済みナレッジインフラ — ハルシネーションではなく、認定された事実を。

MCP Domains Claims Languages EU AI Act Auth LangChain CrewAI AutoGen

Swiss Truthは、AIエージェント専用に構築された人間とAIによる検証済みナレッジベースです。 すべての事実は5段階の検証パイプラインを通過し、信頼スコア、検証済みソースURL、およびSHA256整合性ハッシュを備えています。 30秒で接続可能。APIキーは不要です。


エージェントがSwiss Truthを使う理由

問題

Swiss Truthツール

🧠 事実に関する質問での LLMのハルシネーション

search_knowledge — 2000以上の認定事実、30のドメイン

📎 ソースの引用や検証ができない

get_citations — 検証済みURL付きのインラインおよびAPA形式の引用

急速に変化するトピックに関する古い学習データ

check_freshness — 古い事実の検出

⚖️ 規制分野でのコンプライアンス違反の回答

check_regulatory_compliance — FINMA、BAG、GDPR、EU AI法

回答送信前の複数の主張の検証

verify_claims_batch — 最大20の主張を並列検証

🔍 回答全体のハルシネーションリスク

verify_response — 低/中/高リスクスコア


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-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関数呼び出し

import requests

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

14のMCPツール

🔍 検索

ツール

説明

search_knowledge

2000以上の認定事実に対するセマンティック検索。言語を自動検出 (DE/EN/FR/IT/ES/ZH/AR/RU/JA/KO)。信頼スコア、ソースURL、SHA256ハッシュを返します。

get_claim

単一の主張に対する完全な来歴:検証者、機関、レビュー日、SHA256。

get_knowledge_brief

RAGパイプライン向けに最適化された、引用可能な構造化ナレッジブリーフ。

list_domains

認定された主張数を含む30のナレッジドメインすべてを閲覧。

✅ 検証

ツール

説明

verify_claim

ステートメントの事実確認:信頼度と証拠とともに supported / contradicted / unknown を返します。

verify_claims_batch

最大20の主張を並列検証。主張ごとの判定と要約を返します。

verify_response

AIの回答全体をチェックし、ハルシネーションリスクを判定: low / medium / high

find_contradictions

ステートメントと矛盾するすべての認定された主張を検索。

📎 引用と品質

ツール

説明

get_citations

検証済みソースURLを含む、適切にフォーマットされたインラインおよびAPA形式の引用。

check_freshness

古い学習データを検出。 current / changed / unknown を返します。

check_regulatory_compliance

スイス/EUのコンプライアンスチェック (FINMA、BAG、GDPR、EU AI法)。

📥 貢献とフィードバック

ツール

説明

submit_claim

専門家によるレビューのために不足している事実を送信。AIによる事前スクリーニングとURL検証をトリガーします。

get_claim_status

レビューパイプラインの追跡: draftpeer_reviewcertified

report_agent_need

不足しているドメインや機能を報告 — フィードバックがロードマップを形成します。


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


エージェントペルソナ

エージェントタイプ

主要ツール

ユースケース

リサーチエージェント

search_knowledge, get_knowledge_brief, get_citations

検証済みの事実に基づいた調査

法的コンプライアンス

search_knowledge, check_regulatory_compliance, verify_claim

FINMA、BAG、GDPR、EU AI法

RAGパイプライン

get_knowledge_brief, search_knowledge, get_citations

検証済み事実による検索の強化

事実確認

verify_claim, verify_claims_batch, verify_response

ハルシネーションの防止

健康アドバイザリー

search_knowledge, check_regulatory_compliance, check_freshness

KVG、Krankenkasse、Swissmedic

金融エージェント

search_knowledge, check_regulatory_compliance, verify_claim

FINMA準拠の情報


ディスカバリーエンドポイント

Swiss Truthは、標準的なエンドポイントを通じてエージェントやクローラーが発見可能です:

エンドポイント

標準

目的

/.well-known/mcp.json

RFC 8615

MCP自動検出

/.well-known/ai-plugin.json

OpenAI

GPT / Assistants API統合

/agents.json

Swiss Truth

エージェント機能マニフェスト

/llms.txt

llmstxt.org

LLMクローラー検出

/openai-tools.json

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

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    Search 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.
    6
    237
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to fact-check claims, verify citations, and check source freshness using Wikipedia, Wikidata, Crossref, and Wayback Machine.
    1
  • A
    license
    A
    quality
    B
    maintenance
    The 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.
    56
    1
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Licensed, 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.
    8
    391
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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