- Agent Receipts
Agent Receipts
Cryptographic accountability for AI agents. Ed25519-signed receipts for every MCP tool call — constraints, chains, AI judgment, invoicing, local dashboard.
Overview
Agent Receipts generates a signed, verifiable receipt for every action an AI agent takes.
Every receipt is Ed25519 signed using a locally-generated key pair — no server, no accounts, no data leaving your machine.
Features:
- 14 MCP tools (track_action, verify_receipt, judge_receipt, generate_invoice, and more)
- Constraint evaluation — max latency, max cost, min confidence, JSON Schema output validation
- Receipt chains — track multi-step agent workflows
- AI Judgment system with rubric-based quality scoring
- Invoice generation from receipt data
- Local SQLite storage
- Next.js dashboard
Live demo: https://agent-receipts-web.vercel.app
Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client.
Server Config
{
"mcpServers": {
"agent-receipts": {
"command": "npx",
"args": [
"@agent-receipts/mcp-server"
]
}
}
}Project Info
Created At
2 months agoUpdated At
2 months agoAuthor Name
webaesbyaminStar
-Language
-License
-Recommend Servers
View AllPlaywright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago