agent-receipts-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| issue_receiptA | Create a cryptographically signed, timestamped receipt proving that an agent performed an action. Call this immediately after any consequential action (approving an invoice, validating a supplier, sending a payment instruction, making a decision affecting a person) to build an audit trail that satisfies record-keeping obligations such as EU AI Act Articles 12 and 26. Pass the action details; if you include a payload it is SHA-256 hashed and immediately discarded — contents are never stored. Returns the signed receipt JSON, which verifies offline. |
| verify_receiptA | Check that an agent-receipts/v1 receipt is authentic: validates the Ed25519 signature, schema, and payload-hash format, and reports whether the receipt matches the copy stored in the vault. Use this before trusting a receipt presented by another agent or system. |
| export_audit_bundleA | Export all receipts in a date range as a signed audit bundle for a compliance officer or auditor. The bundle includes a tamper-evidence report: sequence gaps (deleted receipts) and hash-chain breaks are flagged. Timestamps are ISO 8601; omit both to export everything. |
| get_service_infoA | Return the service manifest: receipt schema version, signing key id, and the Ed25519 public key (base64 SPKI DER) to pin for offline verification. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dhanushs1912-svg/agent-receipts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server