mcpbeat Sign in

token-gate-mcp MCP Server

local only

token-gate-mcp runs on your own machine — the client starts it, so there is no endpoint to ping.

Token and context budget for AI agents. Tracks spend and gates the session.

Installs / week
npm · token-gate-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check token-gate-mcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to token-gate-mcp

same job, measured the same way
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Silvanexum
by silvanexum

Spend control for AI agents - cost attribution, budget caps, and signed runs as MCP tools.

41 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

20 installs/wk local only
Token Lens
by mdfifty50-boop

Context window token analysis and budget management

30 installs/wk local only
Sheetspec
by helloo1568

Contract testing and quality gates for spreadsheets created by AI agents.

50 installs/wk local only
Angular token saver
by alex88ryabov

Compiler-backed Angular template answers, component contracts and version facts for AI agents

47 installs/wk local only
Chp MCP
by icohangar-ops

Spend approval gate for AI agents: budget caps, HITL thresholds, signed audit hash.

34 installs/wk local only
Valta
by billionaire664

Financial governance for AI agents — spend gates and audit trail exposed as MCP tools.

31 installs/wk local only

token-gate-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for token-gate-mcp?
token-gate-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 token-gate-mcp.
How do I connect token-gate-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 token-gate-mcp straight from npm; nothing to host, nothing to sign up for.