{
  "protocolVersion": "0.3",
  "name": "Compare the Cloud",
  "description": "Read-only agent surface for Compare the Cloud — UK B2B technology media. Search and discover articles, news, partner opinions, video-first stories, and a directory of technology vendors.",
  "url": "https://www.comparethecloud.net",
  "version": "1.0.0",
  "provider": {
    "organization": "Compare the Cloud",
    "url": "https://www.comparethecloud.net"
  },
  "documentationUrl": "https://www.comparethecloud.net/.well-known/auth.md",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://www.comparethecloud.net/api/search",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "search-content",
      "name": "Search content",
      "description": "Full-text search across Compare the Cloud articles, news, partner opinions and video-first stories.",
      "tags": ["search", "media", "cloud", "ai", "cybersecurity"],
      "examples": [
        "Find recent articles about cloud security",
        "Search news on enterprise AI adoption"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "search-directory",
      "name": "Search vendor directory",
      "description": "Search the Compare the Cloud directory of UK and international technology vendors and service providers.",
      "tags": ["directory", "vendors", "providers", "search"],
      "examples": [
        "Find managed Kubernetes providers in the UK",
        "List cybersecurity vendors in the directory"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json"]
    }
  ]
}
