Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-06-18 streamable-http

io.github.coderifts/api-governance

io.github.coderifts/api-governance

API governance for AI agents. Detects breaking changes, scores blast radius, blocks unsafe calls.

Uptime
100.0%
1 direct probes · 30d
Response
207ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

preflight_change_set

Preflight a COMPLETE base→head change set of contract artifacts and return risk score and breaking-change analysis — plus, on the AUTHORIZE path only, a governance decision (ALLOW / WARN / REQUIRE_APP…

verify_receipt

Verify a CodeRifts signed chain-receipt you ALREADY HOLD: cryptographic authenticity (signature + key id), body binding, and — when lifecycle indices are available — whether it is currently valid auth…

get_decision_details

Retrieve a PAST CodeRifts decision by decision_id (or fingerprint): full report payload, breaking changes list, scores, and linked receipt metadata if stored. Use this when: - You have a decision_id …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.coderifts/api-governance": {
      "url": "https://app.coderifts.com/mcp",
      "transport": "streamable-http"
    }
  }
}