Agent Tools
Back to MCP servers

io.github.coderifts/api-governance

https://app.coderifts.com/mcp
● degraded

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

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://app.coderifts.com/mcp
JSON-RPC initialize probe
curl -X POST https://app.coderifts.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/coderifts/self-hosted