MCP Hub
Back to servers

kevros-mcp

Governance primitives for autonomous agents. Verify actions against policy, record signed provenance, and bind intents cryptographically. Free tier available.

glama
Forks
1
Updated
Mar 5, 2026

Kevros MCP Server

Governance primitives for autonomous agents. Verify actions against policy, record provenance, and bind intents — all cryptographically signed.

Quick Start

Add to your MCP client configuration:

{
  "mcpServers": {
    "kevros": {
      "type": "streamableHttp",
      "url": "https://governance.taskhawktech.com/mcp/",
      "headers": {
        "X-API-Key": "${KEVROS_API_KEY}"
      }
    }
  }
}

Set your API key (free tier available, instant signup):

export KEVROS_API_KEY=kvrs_...

Or leave it unset — the server auto-provisions a free-tier key on first use.

Tools

ToolDescription
governance_verifyVerify an action against policy bounds before executing it
governance_attestCreate a hash-chained provenance record for an action taken
governance_bindDeclare an intent and cryptographically bind it to a command
governance_verify_outcomeVerify that an executed action achieved its declared intent
governance_bundleGenerate a certifier-grade compliance evidence bundle

Pricing

TierCalls/monthPrice
FreeRate-limited$0
Scout5,000$29/mo
Sentinel50,000$149/mo
Sovereign500,000$499/mo

Full pricing including Azure Managed Application tiers at taskhawktech.com/pricing.

Links

License

BSL-1.1

Reviews

No reviews yet

Sign in to write a review