Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.swisstruth-org]
url = "https://swisstruth.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swisstruth-org": {
"type": "http",
"url": "https://swisstruth.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swisstruth-org
Remote MCP URL: https://swisstruth.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"swisstruth-org": {
"url": "https://swisstruth.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swisstruth-org": {
"type": "http",
"url": "https://swisstruth.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swisstruth-org",
"transport": "streamable-http",
"url": "https://swisstruth.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_knowledge— Search the Swiss Truth verified knowledge base for certified facts.get_claim— Retrieve a single verified claim with full provenance by its ID.list_domains— List all available knowledge domains with certified claim counts.submit_claim— Submit a new factual claim for expert review and certification.verify_claim— Fact-check a claim against the Swiss Truth knowledge base.get_claim_status— Check the current validation status of a submitted claim.verify_claims_batch— Verify multiple factual claims in parallel against the Swiss Truth knowledge base.verify_response— Check a full AI response paragraph for hallucination risk.