Agent Receipts

Created By
webaesbyamin2 months ago
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 ago
Updated At
2 months ago
Author Name
webaesbyamin
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago