{
  "name": "cloptima",
  "title": "Cloptima",
  "description": "LLM FinOps and cloud spend intelligence: model spend and attribution, AI gateway governance, cloud and Kubernetes cost, budgets, anomalies, and unit economics.",
  "version": "2026-07-28",
  "transport": "streamable-http",
  "url": "https://api.cloptima.ai/v1/mcp",
  "endpoints": [
    {
      "type": "remote",
      "transport": "streamable-http",
      "url": "https://api.cloptima.ai/v1/mcp",
      "protocolVersion": "2026-07-28",
      "authentication": {
        "type": "bearer",
        "description": "Cloptima Personal Access Token, sent as `Authorization: Bearer <token>`. Create one in Organization Settings → Access Tokens or with `cloptima tokens create`.",
        "issuer": "https://auth.cloptima.ai/realms/cloptima"
      }
    },
    {
      "type": "local",
      "transport": "stdio",
      "command": "cloptima",
      "args": [
        "mcp",
        "serve"
      ],
      "description": "The same tool set over stdio, for local or air-gapped use. Add --read-only to reject mutating operations."
    }
  ],
  "documentation": "https://cloptima.ai/platform/mcp-server",
  "skill": "https://cloptima.ai/.well-known/agent-skills/cloptima-mcp/SKILL.md",
  "openapi": "https://cloptima.ai/openapi.json"
}