Kevros — Agentic Identity Trust
io.github.ndl-systems/kevrosAgentic identity trust: precision decisioning, cryptographic release tokens, hash-chained proof
Tools · 9
Verify an action against policy bounds before executing it. Returns ALLOW (proceed), CONSTRAIN (proceed with modified values; emitted on the wire as the legacy value CLAMP - both refer to the same ver…
Create a hash-chained provenance record for an action you've taken. Each attestation extends the append-only evidence chain. The hash can be independently verified by any third party. Cost: $0.02 per …
Declare an intent and cryptographically bind it to a command. Proves that the command was issued in service of the declared intent. Use verify-outcome after execution to close the loop. Cost: $0.02 pe…
Verify that an executed action achieved its declared intent. Closes the loop: intent -> command -> action -> outcome -> verification. Free (included with bind).
Generate a certifier-grade compliance evidence bundle. Contains hash-chained provenance, intent bindings, PQC attestations, and verification instructions. Independently verifiable without Kevros acces…
Check the governance gateway health status. Free.
Check your current usage and quota: calls used, calls remaining, tier, rate limits, and billing status. Free.
Check another agent's trust score and governance history. Returns trust score (0-100), chain length, attestation count, and tier. Free, no API key needed.
Verify a release token from another agent. Confirms the token is authentic, was issued by the Kevros gateway, and remains currently authorized after any halt or mode transition. Free, no API key neede…
Resources · 2
A2A agent card for the Kevros Governance API.
kevros://agent-card
Current governance chain status.
kevros://trust-status
Prompts · 2
Pre-flight governance check. Generates a verify request for an action before executing it.
Generate a compliance audit bundle for an agent's actions over a time range.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"kevros_—_agentic_identity_trust": {
"url": "https://governance.taskhawktech.com/mcp/",
"transport": "streamable-http"
}
}
}