io.github.coderifts/api-governance
io.github.coderifts/api-governanceAPI governance for AI agents. Detects breaking changes, scores blast radius, blocks unsafe calls.
Tools · 3
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 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…
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 …
Similar MCP servers embedding-nearest
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"
}
}
}