Verified knowledge base for AI agents — stop hallucinations with certified facts.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y swiss-truth-mcp
MCP client config
{
"mcpServers": {
"swiss-truth-mcp": {
"command": "npx",
"args": [
"-y",
"swiss-truth-mcp"
]
}
}
}