Adds trust attestation primitives for AI agents that need to prove identity or verify credentials across different systems. You'd reach for this when building multi-agent workflows where Claude needs to establish trust with external services or other AI systems, like verifying it has permission to access an API or proving it completed a task for another agent. The server exposes operations to create cryptographic trust proofs, verify attestations from other agents, and negotiate trust parameters. Think of it as a lightweight PKI layer for agent-to-agent or agent-to-service authentication, useful when simple API keys aren't enough and you need verifiable claims about what an agent can do or has done.
claude mcp add --transport stdio io.github.cdonoyan-shuka -- npx -y @shukashake/mcp