mcpbeat Sign in

Truthroute MCP Server

local only

Truthroute runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from npm. Last commit 25 Aug 2026.

Sends the same prompt to multiple LLM providers in parallel and returns a divergence score via MCP.

Installs per day peak 249 · avg 21 · +884% w/w
a month agotoday
80
Installs / week
npm · truthroute-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 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.

Runs a command on install [пакет] package.json:1
postinstall: patch-package

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 truthroute -- npx -y truthroute-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "truthroute": {
      "args": [
        "-y",
        "truthroute-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.truthroute]
command = "npx"
args = ["-y", "truthroute-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "truthroute": {
      "args": [
        "-y",
        "truthroute-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "truthroute": {
      "args": [
        "-y",
        "truthroute-cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Truthroute

same job, measured the same way
C
trivago
by trivago-mcp

trivago's mcp server to find your ideal hotel and compare prices from multiple providers.

local only
Parallel Browser MCP
by etairl

MCP server for parallel browser automation across multiple providers.

182 installs/wk local only
LLM Usage
by zhaoyue722

Local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via MCP

88 installs/wk local only
three.ws Brain
by nirholas

List LLM providers and run chat completions through the three.ws multi-provider router.

61 installs/wk local only
Similaridade de Identidade (Argentina)
by mcp-dir

Compares the provided data of a person in Argentina (DNI, name, birth, address) and returns the simi

7 tools answering
I
Parallect
by securecoders

Fan out deep research across multiple AI providers, synthesize into one unified report.

answering
MCP Server MCP Registry
by formulahendry

MCP Server for MCP Registry to discover and search for available MCP servers in the registry

50 installs/wk local only
MCP Test
by gstxu

A simple MCP server example written in TypeScript that provides a multiplication tool.

68 installs/wk local only

Truthroute — questions

Answers built from our own checks of this server.

Why is there no uptime for Truthroute?
Truthroute 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 truthroute-cli was installed 80 times last week.
How do I connect Truthroute?
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 truthroute-cli straight from npm; nothing to host, nothing to sign up for.
How many people use Truthroute?
The npm package truthroute-cli was installed 80 times in the last week. Week over week that is +884%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Truthroute open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.