INDIVIDUAL MCP TOOL
governance_health
Governance check for an API change (before/after OpenAPI specs): returns the decision (ALLOW/WARN/REQUIRE_APPROVAL/BLOCK), risk_score, breaking_changes, patterns, policy_violations, security_findings, and evidence_quality.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.coderifts-com]
url = "https://app.coderifts.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coderifts-com": {
"type": "http",
"url": "https://app.coderifts.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coderifts-com
Remote MCP URL: https://app.coderifts.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"coderifts-com": {
"url": "https://app.coderifts.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coderifts-com": {
"type": "http",
"url": "https://app.coderifts.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coderifts-com",
"transport": "streamable-http",
"url": "https://app.coderifts.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
preflight_check— Call before merging an API spec change, or before an agent depends on an endpoint.agent_tool_check— Call when an API or tool schema changes and agents call those tools.agent_readiness_score— Call before wiring a new API or MCP manifest into an agent.registry_validate— Validate a set of OpenAPI specs together: cross-spec endpoint collisions, schema naming conflicts, auth scope consistency, and unresolved $ref targets.agent_preflight— Call before deploying changed agent tool schemas.mcp_diff— Call before publishing a new MCP manifest version.