This is a trust and authorization layer for agentic systems that gates actions behind cryptographic verification. It provides precision decisioning controls, meaning you can define granular rules about what an agent can do, then issue cryptographic release tokens that prove authorization for specific operations. The hash-chained proof mechanism creates an audit trail of decisions and token usage. Reach for this when you're building multi-agent systems that need verifiable identity and authorization, especially in governance-sensitive contexts where you need cryptographic proof that an agent was actually permitted to take an action. The streamable-http transport suggests it's designed for real-time authorization checks during agent workflows.
claude mcp add --transport http io.github.ndl-systems-kevros https://governance.taskhawktech.com/mcp/