Agent Receipts
Cryptographic receipts for every AI agent action.
Every receipt is Ed25519 signed, stored locally, and verifiable without a server. Works with Claude Desktop, Claude Code, Cursor, and VS Code.
Step 1 — Add to your MCP config
{
"mcpServers": {
"agent-receipts": {
"command": "npx",
"args": ["@agent-receipts/mcp-server"]
}
}
}Config locations: Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json · Claude Code: .mcp.json · Cursor: .cursor/mcp.json
Step 2 — Restart your AI client
Restart Claude Desktop, Cursor, or VS Code. Agent Receipts will appear in your available tools.
Step 3 — Start an agent task
Every action your agent takes now generates a signed receipt. View them in the local dashboard:
npx @agent-receipts/dashboard
@agent-receipts/mcp-server · MIT License