Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Kevros — Agentic Identity Trust

io.github.ndl-systems/kevros

Agentic identity trust: precision decisioning, cryptographic release tokens, hash-chained proof

Uptime
100.0%
1 direct probes · 30d
Response
1539ms
last probe
Tools
9
callable
Resources
2
readable
Prompts
2
available

Tools · 9

verify

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…

attest

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 …

bind

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-outcome

Verify that an executed action achieved its declared intent. Closes the loop: intent -> command -> action -> outcome -> verification. Free (included with bind).

bundle

Generate a certifier-grade compliance evidence bundle. Contains hash-chained provenance, intent bindings, PQC attestations, and verification instructions. Independently verifiable without Kevros acces…

health

Check the governance gateway health status. Free.

status

Check your current usage and quota: calls used, calls remaining, tier, rate limits, and billing status. Free.

check-peer

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-token

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

agent_card_resource

A2A agent card for the Kevros Governance API.

kevros://agent-card
trust_status_resource

Current governance chain status.

kevros://trust-status

Prompts · 2

verify-before-act

Pre-flight governance check. Generates a verify request for an action before executing it.

governance-audit

Generate a compliance audit bundle for an agent's actions over a time range.

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"
    }
  }
}