{
  "@context": "https://agenticresourcediscovery.org/context/v1",
  "entries": [
    {
      "identifier": "urn:air:coderifts.com:server:coderifts",
      "displayName": "CodeRifts — contract-change authorization",
      "type": "application/mcp-server-card+json",
      "url": "https://app.coderifts.com/.well-known/mcp.json",
      "description": "Authorization for agent-made changes to API and tool contracts. Returns a decision with an execution_action and a signed chain-receipt that verifies offline, and names what the receipt does not prove.",
      "capabilities": [
        "preflight_change_set",
        "verify_receipt",
        "get_decision_details"
      ],
      "representativeQueries": [
        "is this OpenAPI change breaking for consumers before I merge it",
        "may an agent merge this contract change, and what authorizes it",
        "verify a signed receipt offline without calling the vendor",
        "block a pull request that changes a tool schema without approval",
        "what does this authorization receipt not prove"
      ]
    }
  ]
}
