C

comparethecloud.net

The UK's leading B2B technology media platform — expert analysis, breaking news, and industry opinions on cloud, AI, cybersecurity, and digital transformation.

2read
https://www.comparethecloud.net/

live · Personal & Media · JSON · API for agents

Tools 2 tools

searchSiteread

Search Compare the Cloud — the UK B2B tech provider directory. Returns matching provider listings with their on-site URLs.

View tool JSON
{
  "name": "searchSite",
  "kind": "read",
  "impl": "imperative",
  "description": "Search Compare the Cloud — the UK B2B tech provider directory. Returns matching provider listings with their on-site URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "q": {
        "type": "string",
        "description": "Search query, e.g. \"kubernetes\" or \"managed cloud\"."
      },
      "limit": {
        "type": "number",
        "description": "Max results to return (1–20, default 5)."
      }
    },
    "required": [
      "q"
    ]
  },
  "page": "/"
}
findProvidersread

Find providers in the Compare the Cloud directory. Returns a list of matching companies with their category, location and on-site profile URL.

View tool JSON
{
  "name": "findProviders",
  "kind": "read",
  "impl": "imperative",
  "description": "Find providers in the Compare the Cloud directory. Returns a list of matching companies with their category, location and on-site profile URL.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "What to look for, e.g. \"DevOps consultancy in London\"."
      },
      "limit": {
        "type": "number",
        "description": "Max providers to return (1–20, default 8)."
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}