INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://app.coderifts.com/mcp
Connect to this endpoint to inspect the live schema for get_decision_details and invoke it with your own arguments.
Indexed 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 server
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-api-governance]
url = "https://app.coderifts.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coderifts-api-governance": {
"type": "http",
"url": "https://app.coderifts.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coderifts-api-governance
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-api-governance": {
"url": "https://app.coderifts.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coderifts-api-governance": {
"type": "http",
"url": "https://app.coderifts.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coderifts-api-governance",
"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_change_set— Use this when: a change set of contract artifacts modifies OpenAPI, GraphQL, protobuf, AsyncAPI, MCP manifests, or agent tool schemas before merge, deploy, publish, or tool registration.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 authorization (not expired, superseded, or revoked) for a stated operation/target.