mcp-server-cloud-regions
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_regionsA | List all cloud regions across all providers. Supports filtering by provider, tier, country, continent, compliance, sustainability, GPU availability, and more. Returns a compact summary when called with no filter; pass a filter or "limit" for full region objects. |
| get_regionA | Get detailed information about a specific cloud region by its ID |
| list_providersA | List all cloud providers with their metadata |
| get_provider_regionsB | Get all regions for a specific cloud provider |
| find_nearby_regionsA | Find cloud regions nearest to a geographic location. Useful for latency optimization and data residency planning. |
| search_regionsB | Search regions by text query. Searches display name, region code, city, country, and provider name. |
| get_statisticsA | Get summary statistics about all cloud regions, including counts by provider, country, continent, and special capabilities. |
| find_compliant_regionsA | Find regions that have specific compliance certifications (e.g., HIPAA, FedRAMP, GDPR, SOC2) |
| find_sustainable_regionsA | Find carbon neutral and sustainable cloud regions |
| find_gpu_regionsA | Find regions with GPU availability, optionally filtering by GPU type (e.g., A100, H100, TPU) |
| compare_provider_coverageA | Compare how many regions each provider has in a specific country or continent |
| list_countriesA | List all countries that have cloud regions, with count of regions in each |
| list_citiesA | List all cities that have cloud regions, with the providers present in each |
| get_data_infoA | Get metadata about the region data including last updated date, total counts, and source URLs for each provider |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Tools are mostly distinct with clear purposes. Small overlap between list_regions (supports filtering) and search_regions (text search), and between compare_provider_coverage and get_statistics, but descriptions help differentiate.
All tool names follow a consistent verb_noun pattern with underscores (e.g., find_compliant_regions, list_providers, get_region). The verbs are appropriately chosen (list, get, find, compare, search), making the naming predictable.
14 tools is well-scoped for a cloud region reference server. Each tool addresses a specific query need without being excessive or insufficient.
The tool surface covers all common queries: listing providers/regions, filtering by compliance/GPU/sustainability/location, searching, statistics, and metadata. As a read-only data source, it is complete with no obvious gaps.