Skip to main content
Glama
ndl-systems

kevros-mcp

by ndl-systems

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

governance_verify

Check an action against policy bounds (ALLOW / CLAMP / DENY)

governance_attest

Record a completed action in a signed evidence ledger

governance_bind

Cryptographically bind a declared intent to a command

governance_verify_outcome

Verify an outcome against a prior attestation

governance_bundle

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

License

BSL-1.1

-
security - not tested
-
license - not tested
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ndl-systems/kevros-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server