mcpbeat Sign in

Swiss Truth MCP Server

by swisstruthorg Your server? Claim it
local only

Swiss Truth MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 30 Apr 2026.

Verified knowledge base for AI agents — stop hallucinations with certified facts.

Installs per day peak 21 · avg 6 · -8% w/w
a month agotoday
35
Installs / week
npm · swiss-truth-mcp
0
Stars
0 open issues
30 Apr 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/swiss-truth-mcp.cjs:1
этот файл ставится пользователю, но в репозитории его нет
      const content = fs.readFileSync(path.join(phaseDir, verificationFile), 'utf-8');
const child = spawn(process.execPath, [workerPath], {
Builds a database query by concatenation src/swiss_truth_mcp/templates/generate.html:13
      <select id="domain-select">
        <option value="" {% if not selected_domain %}selected{% endif %}>Alle Domains ({{ domains|length }})</option>
  document.getElementById('modal-priority-stars').innerHTML = makeStars(task.priority||3);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add swiss-truth-mcp -- npx -y swiss-truth-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swiss-truth-mcp": {
      "args": [
        "-y",
        "swiss-truth-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.swiss-truth-mcp]
command = "npx"
args = ["-y", "swiss-truth-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "swiss-truth-mcp": {
      "args": [
        "-y",
        "swiss-truth-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "swiss-truth-mcp": {
      "args": [
        "-y",
        "swiss-truth-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SWISS_TRUTH_API_KEY (Optional API key for write operations (submit_claim). Not required for read-only tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Swiss Truth MCP

same job, measured the same way
AgentLore
by kujirafu

AI-verified knowledge base with trust scoring, temporal facts, and skill cards.

answering
ElevenLabs Agents
by mindstone

ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts

131 installs/wk local only
mFlow
by m-flow

Shared task board and knowledge base for AI coding agents

answering
Prior
by cg3

Shared knowledge base for AI agents. Search and contribute solutions to technical problems.

130 installs/wk answering
Agentpedia MCP Server
by ksaslam311

Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.

33 installs/wk local only
Sprintra
by sprintra-io

The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.

32 installs/wk answering
Talarion
by talarion

A knowledge base of verified, dated facts your LLM would otherwise get wrong.

answering
iknow
by iknow

Knowledge base MCP for AI agents on iknow.dev. Search, read, and maintain via OAuth.

answering

Swiss Truth MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Swiss Truth MCP?
Swiss Truth MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package swiss-truth-mcp was installed 35 times last week.
How do I connect Swiss Truth MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls swiss-truth-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Swiss Truth MCP?
The npm package swiss-truth-mcp was installed 35 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Swiss Truth MCP open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.