{
  "$comment": "Generated by scripts/generate-well-known.mjs — do not edit by hand. zopdev exposes TOOLS over MCP; it does not run an autonomous A2A agent. This card describes that tool surface. No task lifecycle, streaming or push-notification capability is claimed, because none is implemented.",
  "protocolVersion": "0.2.0",
  "name": "ZopDev — ZopNight + ZopDay",
  "description": "One MCP server across both zopdev products. ZopNight: cloud cost, inventory and governance over AWS, GCP, Azure and Kubernetes — resources, spend, schedules, recommendations, budgets, teams and audit logs. ZopDay: platform engineering — projects, environments, services, service databases, deploys and rollbacks, provisioning jobs, and live Kubernetes state.",
  "url": "https://api.zop.dev/mcp-server",
  "preferredTransport": "streamable-http",
  "documentationUrl": "https://zop.dev/developer-docs/integrations/mcp-server/overview",
  "provider": {
    "organization": "zopdev Technology Private Limited",
    "url": "https://zop.dev"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "description": "See https://api.zop.dev/.well-known/oauth-protected-resource for scopes and the authorization server."
    }
  },
  "skills": [
    {
      "id": "cost",
      "name": "cost",
      "description": "Read spend, budgets and cost breakdowns, including AI-gateway spend.",
      "tags": [
        "mcp",
        "cloud",
        "cost"
      ]
    },
    {
      "id": "diagnose",
      "name": "diagnose",
      "description": "Investigate why a resource, deployment or recommendation is in the state it is in.",
      "tags": [
        "mcp",
        "cloud",
        "diagnose"
      ]
    },
    {
      "id": "explore",
      "name": "explore",
      "description": "Inventory and search cloud resources across AWS, GCP, Azure and Kubernetes.",
      "tags": [
        "mcp",
        "cloud",
        "explore"
      ]
    },
    {
      "id": "govern",
      "name": "govern",
      "description": "Manage organisations, teams, roles, policies, tags and audit history.",
      "tags": [
        "mcp",
        "cloud",
        "govern"
      ]
    },
    {
      "id": "introspect",
      "name": "introspect",
      "description": "Ask the server about itself — its capabilities and the caller's permissions.",
      "tags": [
        "mcp",
        "cloud",
        "introspect"
      ]
    },
    {
      "id": "operate",
      "name": "operate",
      "description": "Start, stop and schedule resources, and run the actions that carry them out.",
      "tags": [
        "mcp",
        "cloud",
        "operate"
      ]
    },
    {
      "id": "optimize",
      "name": "optimize",
      "description": "Surface rightsizing and cleanup recommendations for idle or oversized resources.",
      "tags": [
        "mcp",
        "cloud",
        "optimize"
      ]
    },
    {
      "id": "ship",
      "name": "ship",
      "description": "Deploy services: projects, environments, builds, releases and rollbacks.",
      "tags": [
        "mcp",
        "cloud",
        "ship"
      ]
    }
  ]
}
