mcpbeat Sign in

Agent Receipts MCP Server

by dhanushs1912-svg Your server? Claim it
local only

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

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

Installs per day peak 372 · avg 18 · -16% w/w
a month agotoday
46
Installs / week
npm · agent-receipts-mcp
1
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: AGENT_RECEIPTS_DATA (Directory where the receipt vault (SQLite db + signing key) is stored. Defaults to ./data). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Receipts MCP

same job, measured the same way
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
Occasio
by occasiolabs

Tamper-evident, Sigstore-signed audit trail for Claude Code agents.

77 installs/wk local only
ActionProof
by burakfenerci5

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

67 installs/wk local only
Tradememory Protocol
by mnemox-ai

Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.

119 installs/wk local only
Cedulon
by dogrucanemek-alt

Policy-gated agent spend with signed receipts and rail-extract audit

333 installs/wk local only
EU Audit Trail
by jellewas

Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance.

72 installs/wk local only
Homestead Memory
by fuckbigtech-ai

Tamper-evident record of what your AI agent did, plus local-first verifiable memory.

529 installs/wk local only
Attestari
by attestari

Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.

146 installs/wk local only

Agent Receipts MCP — questions

Answers built from our own checks of this server.

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