{
  "protocolVersion": "0.3.0",
  "name": "Kodiak",
  "description": "Verifiable fact-checking. Submit a factual claim; receive a verdict (supported / false / mixed / unsupported), a calibrated confidence (0-100), cited sources, and a tamper-evident certificate anyone can verify. Built so agents don't ship confabulated facts.",
  "url": "https://azurecarbon.com",
  "version": "0.1.2",
  "documentationUrl": "https://azurecarbon.com/api/docs",
  "provider": {
    "organization": "Dustforge",
    "url": "https://azurecarbon.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://modelcontextprotocol.io",
        "description": "Kodiak is also available as an MCP server (stdio JSON-RPC) with tools kodiak_check_claim (depth 1-3 sync; depth 4-5 returns a job_id, poll with kodiak_check_status), kodiak_check_status, kodiak_verify_certificate, kodiak_credits.",
        "required": false,
        "params": {
          "registryName": "com.azurecarbon/kodiak",
          "npmPackage": "kodiak-mcp",
          "install": "npx -y kodiak-mcp",
          "env": ["KODIAK_API_KEY", "KODIAK_URL"]
        }
      }
    ]
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json"],
  "securitySchemes": {
    "apiKey": {
      "type": "http",
      "scheme": "bearer",
      "description": "Kodiak API key as a Bearer token. Get one at https://azurecarbon.com"
    }
  },
  "security": [{ "apiKey": [] }],
  "skills": [
    {
      "id": "check_claim",
      "name": "Check a factual claim",
      "description": "Verify a single, specific factual claim against real retrieved sources. Returns a verdict, a calibrated confidence, the citations, sub-claim breakdown, and a tamper-evident certificate id you or anyone can later verify. Costs a few cents of credit per call (depth 1-5).",
      "tags": ["fact-check", "verification", "provenance", "citations", "truth"],
      "examples": [
        "Is it true that the Great Wall of China is visible from the Moon with the naked eye?",
        "Verify: global average temperatures have risen about 1.1C since pre-industrial times."
      ]
    },
    {
      "id": "verify_certificate",
      "name": "Verify a Kodiak certificate",
      "description": "Recompute a certificate's hash chain to confirm the verdict, sources, and issue time are exactly as originally certified, and that the chain is unbroken. No API key or credits required.",
      "tags": ["verify", "integrity", "hash-chain", "provenance"],
      "examples": ["Verify certificate KDK-40c36b031236280d"]
    }
  ]
}
