Odel
swiss truth mcp

swiss truth mcp

Local
@swisstruthorgPythonUpdated 4mo ago

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).

npmswiss-truth-mcpv0.1.4

Run

npx -y swiss-truth-mcp

MCP client config

{
  "mcpServers": {
    "swiss-truth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "swiss-truth-mcp"
      ]
    }
  }
}