MCP ServerSTDIOOfficialv0.2.11

Webaesbyamin Agent Receipts MCP Server

Generate and verify Ed25519-signed receipts for every AI agent action with local-first verification. Built for developers who need cryptographic proof of agent decisions without external dependencies.

io.github.webaesbyamin/agent-receipts

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Webaesbyamin Agent Receipts MCP server does

How models use it and what it is built for.

Generate and verify Ed25519-signed receipts for every AI agent action with local-first verification. Built for developers who need cryptographic proof of agent decisions without external dependencies.

Connect to Webaesbyamin Agent Receipts

Local install — runs as a subprocess.

npx @agent-receipts/mcp-server@0.2.11

Resources

Where to find authoritative docs and source for Webaesbyamin Agent Receipts.

Example prompts for Webaesbyamin Agent Receipts

Paste any of these into Agent Studio after connecting Webaesbyamin Agent Receipts.

  • Sign this agent action with Ed25519 and return the receipt
  • Verify the signature on this receipt using the public key
  • Generate a new keypair for agent receipt signing
  • Show me the schema for receipt format and signature verification

Webaesbyamin Agent Receipts MCP server — FAQ

Common questions about connecting and running Webaesbyamin Agent Receipts.

  • What is an agent receipt and why would I need one?

    An agent receipt is a cryptographically signed record of an AI agent action, proving what the agent did and when. You need it for audit trails, compliance, or verifying agent behavior hasn't been tampered with.

  • Do I need a server or external service to verify receipts?

    No. Agent Receipts is local-first—verification happens entirely on your machine using Ed25519 public keys. No external dependencies or server calls required.

  • How do I set up the MCP server?

    Install via `npx @agent-receipts/mcp-server@0.2.11` and connect it to your MCP client over stdio. You'll need to manage your own Ed25519 keypairs for signing.

  • Can I use this with any AI agent framework?

    Yes, as long as your framework supports MCP servers over stdio transport. The server provides signing and verification tools that any agent can call.

  • What happens if a receipt signature doesn't verify?

    A failed verification means the receipt or its data has been modified after signing. You should treat it as invalid and investigate the source of the tampering.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 60+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground