{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "com.coiops/coiops",
  "title": "COIOps",
  "description": "Certificate-of-insurance vault, document-score job-gate, and chase flows for GC and PM shops. MCP tools return document scores — not live carrier verification.",
  "version": "0.1.0",
  "websiteUrl": "https://coiops.com/mcp",
  "documentationUrl": "https://coiops.com/mcp",
  "iconUrl": "https://coiops.com/icon.png",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://coiops.com/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Org API key: Bearer coiops_… (create in Settings → MCP keys)",
          "isRequired": true
        }
      ]
    }
  ],
  "capabilities": {
    "tools": { "listChanged": false },
    "prompts": { "listChanged": false },
    "resources": { "listChanged": false }
  }
}
