mcpbeat Sign in
local only

Chp MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 13 Sep 2026.

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

Installs per day peak 375 · avg 18 · -28% w/w
a month agotoday
34
Installs / week
npm · @cubiczan/chp-mcp
0
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Chp 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 chp-mcp -- npx -y @cubiczan/chp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chp-mcp": {
      "args": [
        "-y",
        "@cubiczan/chp-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chp-mcp]
command = "npx"
args = ["-y", "@cubiczan/chp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chp-mcp": {
      "args": [
        "-y",
        "@cubiczan/chp-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chp-mcp": {
      "args": [
        "-y",
        "@cubiczan/chp-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Chp MCP

same job, measured the same way
Marchward
by marchward

Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.

44 installs/wk local only
I
token-gate-mcp
by abduljabbarbxr

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

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
Delego
by delego-dev

Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.

202 installs/wk local only
Lotor
by githubscum

A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.

24 installs/wk local only
Gvnr
by gvnr

Budget & cost control for AI agents — per-agent spend caps + rate limits before each call.

answering
Agent Wallet
by dingdawg

Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.

25 installs/wk local only
IdentArk Gateway
by identark

Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.

answering

Chp MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Chp MCP?
Chp 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 @cubiczan/chp-mcp was installed 34 times last week.
How do I connect Chp 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 @cubiczan/chp-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Chp MCP?
The npm package @cubiczan/chp-mcp was installed 34 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chp MCP 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.