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 — 内联 + APA 格式,附带已验证 URL

快速变化主题的训练数据陈旧

check_freshness — 检测过时事实

⚖️ 受监管领域的违规响应

check_regulatory_compliance — FINMA、BAG、GDPR、欧盟 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

格式正确的内联 + APA 引用,附带已验证的来源 URL。

check_freshness

检测陈旧的训练数据。返回 current(最新)/ changed(已更改)/ unknown(未知)。

check_regulatory_compliance

瑞士/欧盟合规性检查 (FINMA, BAG, GDPR, 欧盟 AI 法案)。

📥 贡献与反馈

工具

描述

submit_claim

提交缺失的事实以供专家审查。触发 AI 预筛选 + URL 验证。

get_claim_status

跟踪审查流程:draft(草稿)→ peer_review(同行评审)→ certified(已认证)。

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

🇪🇺 欧盟与全球 (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, 欧盟 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 根

  • 置信度评分 — 多维质量评分

  • 自动更新 — 过期声明每日重新验证

  • 符合欧盟 AI 法案 — 完整审计追踪


知识统计

指标

数值

认证声明

2000+

领域

30

语言

10

验证阶段

5

人工验证

SHA256 完整性

区块链锚定

符合欧盟 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