A
licenseA
qualityB
maintenanceEnables AI agents to create cryptographically verifiable receipts of their delegated work, with capabilities for multi-party approval and offline verification.
11
50 npm
Apache 2.0
No user-submitted related servers found.
Scored across 5 tools
Each tool has a clearly distinct purpose: initiate starts a handoff, accept completes it, list retrieves handoffs, sign provides attestation, and verify re-verifies signatures. No overlap.
All tools follow snake_case with a verb_noun pattern (e.g., initiate_handoff, list_handoffs). Even the longer name sign_handoff_chain_attestation is consistent in style.
Five tools cover the core functionality of handoff certification without being excessive or insufficient. Each tool earns its place in the workflow.
The set covers initiation, acceptance, listing, verification, and attestation. A potential gap is a reject or cancel handoff tool, but the core lifecycle is well-represented.