
Gives Claude three operations for cryptographic trust chain management: create_trust_anchor to establish root authorities, verify_chain to validate attestation chains, and add_attestation to append signed claims. Built by MEOK AI Labs as part of their EU AI Act compliance tooling, so it's aimed at teams building auditable AI systems where you need to prove provenance or chain of custody. The stdio transport means it drops into Claude Desktop or Cursor without extra setup. If you're implementing Article 13 transparency requirements or need verifiable audit trails for model outputs, this handles the signing and verification primitives. Pairs with their broader governance MCP suite but works standalone for basic trust chain operations.