- Home
- MCP servers
- MCP Server Cloud Regions
MCP Server Cloud Regions
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"jasonwilbur-mcp-server-cloud-regions": {
"command": "npx",
"args": [
"mcp-server-cloud-regions"
]
}
}
}You can query, filter, and compare cloud region data from multiple providers with a single MCP server focused on cloud regions. This server gives you up-to-date coverage across major hyperscalers, major providers, specialized offerings, and regional deployments, enabling fast multi-cloud planning and latency-conscious deployment decisions.
How to use
Use an MCP client to connect to the Cloud Regions MCP server and run queries that filter by provider, country, compliance, GPU availability, sustainability, and region type. You can search for regions that meet regulatory, performance, or geographic requirements, compare provider coverage in a country or continent, and discover nearby regions to optimize latency for your users.
How to install
Prerequisites: make sure you have Node.js and npm installed on your machine.
npm install mcp-server-cloud-regions
If you prefer to run it directly without installing globally, you can start the server with npx.
npx mcp-server-cloud-regions
Available tools
list_regions
List all regions with filtering options such as provider, country, compliance, GPU availability, sustainability, and region type.
get_region
Retrieve detailed information for a specific region by its ID (for example, aws-us-east-1).
list_providers
List all cloud providers with metadata and tier classifications.
get_provider_regions
Get all regions belonging to a specific provider.
search_regions
Perform a full-text search across region names, cities, countries, and provider names.
find_nearby_regions
Identify regions closest to given geographic coordinates to aid latency optimization.
list_countries
Show all countries with cloud presence and region counts.
list_cities
List cities with data centers and indicate which providers operate there.
find_compliant_regions
Filter regions by certifications such as HIPAA, GDPR, FedRAMP, SOC2, PCI-DSS, and others.
find_sustainable_regions
Locate data centers with carbon-neutral or renewable energy attributes.
find_gpu_regions
Find regions offering GPU or accelerator availability (such as A100, H100, TPU).
compare_provider_coverage
Compare provider presence within a country or continent.
get_statistics
Return summary statistics by provider, country, continent, and capabilities.
get_data_info
Provide data freshness information including last updated date and source references.