{
  "name": "Kevros Runtime Intelligence",
  "version": "0.3.13",
  "description": "Runtime intelligence for autonomous AI agents. Verify actions, record provenance, bind intents. ML-DSA-87 post-quantum signed attestations.",
  "endpoint": "https://governance.taskhawktech.com/mcp/",
  "transport": "streamable-http",
  "capabilities": {
    "tools": 9,
    "resources": 2,
    "prompts": 2
  },
  "authentication": {
    "type": "header",
    "header": "X-API-Key",
    "required": true,
    "auto_provision": false,
    "signup_url": "https://governance.taskhawktech.com/signup",
    "description": "POST /signup with {\"agent_id\":\"your-id\"} to get a free API key (1,000 calls/month). Or pay per call via x402/L402/MPP."
  },
  "pricing": {
    "free_tier": {
      "calls": 1000,
      "period": "monthly"
    },
    "paid_tools": {
      "verify": "$0.01",
      "attest": "$0.02",
      "bind": "$0.02",
      "bundle": "$0.05"
    },
    "free_tools": ["health", "status", "check-peer", "verify-token", "verify-outcome"]
  },
  "provider": {
    "name": "TaskHawk Systems",
    "url": "https://www.taskhawktech.com",
    "support": "support@taskhawktech.com"
  },
  "links": {
    "documentation": "https://www.taskhawktech.com/docs",
    "agent_card": "https://governance.taskhawktech.com/.well-known/agent.json",
    "openapi": "https://governance.taskhawktech.com/openapi.json",
    "smithery": "https://smithery.ai/servers/taskhawk-systems/kevros",
    "mcpize": "https://mcpize.com/mcp/kevros"
  }
}
