mcpbeat Sign in

Agent Receipts MCP Server

by webaesbyamin Your server? Claim it
local only

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

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

Installs per day peak 43 · avg 10 · +6% w/w
a month agotoday
67
Installs / week
npm · @agent-receipts/mcp-server
1
Stars
0 open issues
13 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Agent Receipts

same job, measured the same way
Kasbah MCP
by al-adnane

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

55 installs/wk local only
Nautilus Compass Memory
by chunxiaoxx

Local-first long-term memory for AI agents, with byte-recomputable signed verification receipts.

715 installs/wk answering
Acta — Verifiable Agent Memory
by kylewilson04

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

local only
Pcrzero
by pcrzero

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

79 installs/wk 3 tools answering
OpenWorkProof
by dengyier

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

189 installs/wk local only
Agentseal
by joeybrar

Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain.

33 installs/wk local only
TookEffect
by tookeffect

Independent effect verification and signed receipts for consequential AI agent actions.

answering
Ccs MCP Server
by dshcorrectover

Runtime verification for agent tool calls: Ed25519 signed receipts, fail-closed RCE/SSRF checks.

552 installs/wk local only

Agent Receipts — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Receipts?
Agent Receipts 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 @agent-receipts/mcp-server was installed 67 times last week.
How do I connect Agent Receipts?
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 @agent-receipts/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Receipts?
The npm package @agent-receipts/mcp-server was installed 67 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Receipts open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.