Agent Receipts is a server that generates cryptographic receipts for actions performed by AI agents, ensuring proof of input and output through signed hashes. It provides a structured way to track and verify actions, enhancing accountability and traceability.
From the registry: Ed25519-signed receipts for every AI agent action. Local-first, verifiable, no server required.
Please install the `agent-receipts` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Required runtime (https://nodejs.org/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@agent-receipts/mcp-server"]
- optional environment variables:
- `AGENT_RECEIPTS_DATA_DIR`: Data directory path (example: `~/.agent-receipts`)
- `AGENT_RECEIPTS_AGENT_ID`: Default agent ID (example: `local-agent`)
- `AGENT_RECEIPTS_ORG_ID`: Organization ID (example: `local-org`)
- `RECEIPT_SIGNING_PRIVATE_KEY`: Ed25519 private key (hex); auto-generated if omitted (example: `<your-ed25519-private-key-hex>`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Dead code, security, secrets detection and code quality for Python, TypeScript, Go.