mcpbeat Sign in

ActionProof MCP Server

by burakfenerci5 Your server? Claim it
local only

ActionProof runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 1 Jul 2026.

Tamper-proof audit trail for AI agents. Signed receipts, offline-verifiable, zero backend.

Installs per day peak 34 · avg 10 · +10% w/w
a month agotoday
67
Installs / week
npm · actionproof
0
Stars
0 open issues
1 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to ActionProof

same job, measured the same way
API Governance
by coderifts

Contract-change authorization for AI agents. Signed receipts verify offline.

3 tools answering
Pcrzero
by pcrzero

Issue signed receipts for AI agent actions; verify any receipt offline - free, no account.

79 installs/wk 3 tools answering
Kasbah MCP
by al-adnane

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

55 installs/wk local only
Agent Receipts MCP
by dhanushs1912-svg

EU AI Act-ready audit trail: signed, tamper-evident receipts proving what your AI agents did.

46 installs/wk local only
OpenWorkProof
by dengyier

Verifiable execution for AI agents: Ed25519-signed work contracts and audit trails.

189 installs/wk local only
Acta — Verifiable Agent Memory
by kylewilson04

Verifiable agent memory with signed ledger receipts — verify every write offline.

local only
Agent Receipts
by webaesbyamin

Ed25519-signed receipts for every AI agent action. Local-first, verifiable, no server required.

67 installs/wk local only
ai-audit-trail
by sundsoffice-tech

Tamper-evident audit trails for AI agents — Ed25519-signed, hash-chained, EU AI Act ready.

155 installs/wk local only

ActionProof — questions

Answers built from our own checks of this server.

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