mcpbeat Sign in

Haltproof MCP Server

local only

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

Fail-closed deterministic checks and hash-chained receipts for AI agent outputs via MCP.

Installs per day peak 524 · avg 69 · -42% w/w
a month agotoday
141
Installs / week
pypi · haltproof-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

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.

  const result = spawnSync(checkCommand, [PYTHON_CLI_NAME], {
Runs an external command src/haltproof/backends/ipmi.py:86, src/haltproof/backends/kubernetes.py:79, src/haltproof/backends/runner.py:40 и ещё 5
                proc = subprocess.run(
            return 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 haltproof -- uvx haltproof-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "haltproof": {
      "args": [
        "haltproof-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.haltproof]
command = "uvx"
args = ["haltproof-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "haltproof": {
      "args": [
        "haltproof-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "haltproof": {
      "args": [
        "haltproof-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Haltproof

same job, measured the same way
Agent Gate
by jott2121

Fail-closed quality gate and hash-chained receipt ledger for AI agent workflows.

107 installs/wk local only
Proof Layer
by world-999-labs

Signed, hash-chained provenance receipts for AI agent actions.

44 installs/wk local only
I
openfang-rail
by 89rat

Deterministic IBAN/LEI/VAT/SWIFT/rental-fraud checks via MCP; x402 USDC per call, signed receipts.

28 tools answering
D
ITHZ MCP
by ithz

Local deterministic project memory for AI agents with context packs, gates and checkpoints.

69 installs/wk local only
consolelog dev tools
by mbdev3

Deterministic dev tools for AI agents over MCP: hashing, encoding, formatting, codegen, and more.

32 installs/wk local only
kcp-harness — KCP compliance proxy
by cantara

MCP compliance proxy between agent and tools: deterministic governance, fail-closed, audit trail.

84 installs/wk local only
IntentFence Agent Action Firewall
by razel369

Fail-closed action authorization, MCP risk scanning, x402 checks, and signed receipts.

10 tools answering
kcp-agent — KCP navigation planner
by cantara

Deterministic, fail-closed planner for KCP knowledge manifests: kcp_plan, kcp_load, kcp_validate.

357 installs/wk local only

Haltproof — questions

Answers built from our own checks of this server.

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