Cloud MCP Server

Cloud region data for AWS, Azure, GCP, OCI & more. Query by location, compliance, GPU.

Local serverstdioTypeScript

What is the Cloud MCP server?

Cloud region data for AWS, Azure, GCP, OCI & more. Query by location, compliance, GPU. Exposed over MCP by the cloud mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

A Model Context Protocol (MCP) server providing comprehensive cloud region data across all major providers. Query, filter, and compare cloud infrastructure locations worldwide.

  • "Which providers have regions in Germany with GDPR compliance?"
  • "What's the nearest GPU-enabled region to my users in São Paulo?"
  • "Which cloud has the most coverage in Asia Pacific?"
  • "Where can I deploy with carbon-neutral infrastructure?"
  • "Which regions support FedRAMP for government workloads?"

Adding it to your client

The server ships on npm as mcp-server-cloud-regions, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Its toolset

Everything the assistant can do here goes through one of these:

  • Discovery — The Discovery tool exposed by this server
  • Geospatial — The Geospatial tool exposed by this server
  • Scripts — The Scripts tool exposed by this server

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the cloud mcp server does with a few real requests.

When to reach for it

This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Cloud's toolset — Discovery, Geospatial, Scripts — is a fair guide to whether it matches your workflow. It is maintained by jasonwilbur; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
DiscoveryThe Discovery tool exposed by this server.
GeospatialThe Geospatial tool exposed by this server.
ScriptsThe Scripts tool exposed by this server.

How to install the Cloud MCP server

{
  "mcpServers": {
    "cloud-regions": {
      "command": "npx",
      "args": ["-y", "mcp-server-cloud-regions"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Cloud to Discovery.
  • Use Cloud to Geospatial.
  • Use Cloud to Scripts.

Frequently asked questions

It connects Cloud to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Discovery, Geospatial, Scripts) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Cloud directly.