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
| Tool | Description |
|---|---|
governance_verify |
Verify an action against policy bounds before executing it |
governance_attest |
Create a hash-chained provenance record for an action taken |
governance_bind |
Declare an intent and cryptographically bind it to a command |
governance_verify_outcome |
Verify that an executed action achieved its declared intent |
governance_bundle |
Generate a certifier-grade compliance evidence bundle |
Pricing
| Tier | Calls/month | Price |
|---|---|---|
| Free | Rate-limited | $0 |
| Scout | 5,000 | $29/mo |
| Sentinel | 50,000 | $149/mo |
| Sovereign | 500,000 | $499/mo |
Full pricing including Azure Managed Application tiers at taskhawktech.com/pricing.
Links
- Live Gateway
- Agent Card
- Python SDK (
pip install kevros) - Website
License
BSL-1.1