Agent Receipts
@webaesbyamin
关于 Agent Receipts
Cryptographic accountability for AI agents. Ed25519-signed receipts for every MCP tool call — constraints, chains, AI judgment, invoicing, local dashboard.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agent-receipts": {
"command": "npx",
"args": [
"@agent-receipts/mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Agent Receipts?
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. It is designed for developers using MCP-compatible clients like Claude Desktop, Cursor, or VS Code.
How to use Agent Receipts?
Agent Receipts works with any MCP-compatible client (Claude Desktop, Cursor, VS Code). It exposes 14 MCP tools including track_action, verify_receipt, judge_receipt, and generate_invoice. A live demo is available at https://agent-receipts-web.vercel.app.
Key features of Agent Receipts
- Ed25519 signed receipts with local key generation
- 14 MCP tools for tracking, verifying, and judging
- Constraint evaluation (max latency, max cost, min confidence)
- Receipt chains for multi-step agent workflows
- AI judgment system with rubric-based quality scoring
- Invoice generation from receipt data
- Local SQLite storage and Next.js dashboard
Use cases of Agent Receipts
- Tracking every action an AI agent takes with a signed receipt
- Verifying receipt authenticity and constraint satisfaction
- Judging agent output quality using rubric-based scoring
- Generating invoices from receipt data for billing or auditing
- Auditing multi-step agent workflows via receipt chains
FAQ from Agent Receipts
Does Agent Receipts require a server or account?
No. Everything runs locally — no server, no accounts, and no data leaves your machine.
What signing algorithm is used?
Receipts are Ed25519 signed using a locally-generated key pair.
What data storage does Agent Receipts use?
It stores receipts and related data in a local SQLite database.
Which clients are supported?
It works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client.
How many tools does Agent Receipts provide?
It provides 14 MCP tools, including track_action, verify_receipt, judge_receipt, generate_invoice, and more.
AI 与智能体 分类下的更多 MCP 服务器
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
评论