Issue and verify signed, timestamped provenance receipts for agent actions.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Agent Receipts" MCP server from askskill: Run: claude mcp add --transport http 'com-dropwatchhq-agent-receipts' 'https://agent-receipts.dropwatchhq.com/mcp'
Generate a receipt for this agent action: action ID=run_1024, actor=research-agent, action=fetch and summarize a web page, input hash=abc123, output hash=def456, time=2025-02-01T10:30:00Z.
A signable or signed action receipt containing a timestamp, hash-chain linkage, and verifiable provenance details.
Verify whether this agent action receipt is valid, and check the signature, timestamp, and hash chain integrity; if invalid, explain why.
A verification result indicating whether the signature passed, whether the chain is intact, and whether the receipt is suitable for auditing.
Check this sequence of agent action receipts, confirm whether they form a complete hash chain, and identify any missing or tampered steps.
An audit result showing the linkage status of each step and any anomalous nodes.
Developers or DevOps teams can use it to generate signed, timestamped receipts for each critical agent action, making later audits and tracing easier. It is especially useful in automated workflows that require execution evidence.
When a team needs to confirm whether an agent output is traceable, they can verify the receipt signature, hash chain, and timing data. This helps quickly determine whether the record is complete and trustworthy.
Research or engineering teams can review a sequence of agent action receipts and inspect the chain linkage between steps. This is useful when execution order and provenance proof need to be reconstructed.
It is used to issue and verify provenance receipts for agent actions. The receipts include ed25519 signatures, hash chaining, and timestamps to prove record origin and integrity.
Based on the description, it can verify signed action receipts and check provenance information related to the hash chain and timestamps. For exact fields and return formats, see the source repository.
The provided material does not include installation steps, runtime requirements, or key configuration details. See the source repository for prerequisites.
Generate tamper-evident, post-quantum receipts for agent actions with offline verification.
Create offline-verifiable signed, witnessed, and timestamped receipts for AI agent actions.
Verify agent actions against records and issue signed completion receipts.
Create, verify, and poll ephemeral proof receipts for AI agent workflows.
Create private signed AI task receipts with replay protection and optional validated claims.
Enable verifiable agent handoffs with signed provenance for trusted multi-agent workflows.