mcpbeat Sign in

Tokentrust MCP Server

local only

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

Verifies token/cost savings claimed by AI context-reduction proxies via MCP tools.

Installs per day peak 510 · avg 60 · -24% w/w
a month agotoday
192
Installs / week
pypi · tokentrust-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
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.

File ships in the package but is absent from the source [пакет] src/tokentrust/__init__.py:1, [пакет] src/tokentrust/cli.py:1, [пакет] src/tokentrust/verify.py:1 и ещё 26
этот файл ставится пользователю, но в репозитории его нет
Runs an external command src/adapters/spawn-utils.ts:54
    const child = spawn(binary, args, { env: scrubEnv(process.env) });
    env = deps.env if deps.env is not None else dict(os.environ)

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

Alternatives to Tokentrust

same job, measured the same way
Github MCP Server
by crypto-ninja

AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses.

156 installs/wk local only
I
Warden
by rynald0cst0ltziam

Verified context layer for AI coding agents — prunes, compresses, indexes, remembers. 32 MCP tools.

313 installs/wk local only
AAI Gateway
by gybob

Unified MCP & Skill management gateway, shared across AI agents, 99% context token savings

192 installs/wk local only
Legitshow Search
by commitshow

Search launched software (SaaS, AI tools, MCP servers) by measured production-readiness.

40 installs/wk local only
Smart Context MCP
by arrayo

Reduces AI agent token usage by 90% via context compression and task checkpoint persistence.

183 installs/wk local only
Paceproof
by rudrendupaul

Verifies Ed25519-signed attestation records and builds audit reports via MCP tools.

67 installs/wk local only
Context Proxy
by kira-autonoma

MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x

62 installs/wk local only
Gemini Researcher
by capybearista

Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage

66 installs/wk local only

Tokentrust — questions

Answers built from our own checks of this server.

Why is there no uptime for Tokentrust?
Tokentrust 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 pypi package tokentrust-cli was installed 192 times last week.
How do I connect Tokentrust?
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 tokentrust-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Tokentrust?
The pypi package tokentrust-cli was installed 192 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tokentrust open source?
Yes — it is published under the Apache-2.0 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.