kevros-mcp
Governance primitives for autonomous agents. Verify actions against policy, record signed provenance, and bind intents cryptographically. Free tier available.
README
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.