A
licenseA
qualityA
maintenanceProvides tools to issue, verify, and export cryptographically signed receipts for AI agent actions, enabling tamper-proof audit trails for compliance with regulations like the EU AI Act.
4
39 npm
1
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct purpose: attest_action creates a receipt, get_identity provides the signer's DID, and verify_receipt validates receipts. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case: attest_action, get_identity, verify_receipt.
With only 3 tools, the server is minimal but well-scoped for its purpose. A few additional tools (e.g., list_receipts) could be useful but are not necessary.
The core workflow of attestation is fully covered: identity retrieval, action attestation, and receipt verification. No obvious gaps in the domain.