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: 100 calls/month, instant signup):
export KEVROS_API_KEY=kvrs_...Or leave it unset — the server auto-provisions a free-tier key on first use.
Tools
Tool | Description |
| Check an action against policy bounds (ALLOW / CLAMP / DENY) |
| Record a completed action in a signed evidence ledger |
| Cryptographically bind a declared intent to a command |
| Verify an outcome against a prior attestation |
| Retrieve a compliance evidence bundle |
Pricing
Tier | Calls/month | Price |
Free | 100 | $0 |
Scout | 5,000 | $29/mo |
Sentinel | 50,000 | $149/mo |
Sovereign | 500,000 | $499/mo |
Links
Python SDK (
pip install kevros)
License
BSL-1.1