Skip to main content
Glama
dhanushs1912-svg

agent-receipts-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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