API Tools
coderifts.com
Validates API specifications and tool schemas for agent integration and deployment readiness.
ENDPOINT 1
https://app.coderifts.com/mcp
MCP server metadata
- Name
- CodeRifts API Governance
- Version
- 1.0.2
Known tools 3
preflight_change_setUse 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.
Potential side effectsverify_receiptVerify 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.
Inferred read-onlyget_decision_detailsRetrieve a PAST CodeRifts decision by decision_id (or fingerprint): full report payload, breaking changes list, scores, and linked receipt metadata if stored.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for coderifts.com was fetched 2026-07-25T20:02:58.684Z and is being refreshed.
coderifts.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.