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 とエージェント」の他のコンテンツ
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
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
コメント