# io.github.jasonwilbur/cloud-regions (npm · mcp-server-cloud-regions)

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

- Trust score: 70/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-server-cloud-regions`: 70/100 (this document), [markdown](https://verifymcp.io/servers/jasonwilbur-cloud-regions/mcp-server-cloud-regions.md), [page](https://verifymcp.io/servers/jasonwilbur-cloud-regions/mcp-server-cloud-regions)

## Channel facts

- Registry: `npm`
- Package: `mcp-server-cloud-regions`
- Version: `1.0.4`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 193 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 878 tokens (~62/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add jasonwilbur-cloud-regions -- npx -y mcp-server-cloud-regions
```

### Codex

```bash
codex mcp add jasonwilbur-cloud-regions -- npx -y mcp-server-cloud-regions
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jasonwilbur-cloud-regions": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-server-cloud-regions"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jasonwilbur-cloud-regions --command npx --arg -y --arg mcp-server-cloud-regions
```

### Hermes

```yaml
mcp_servers:
  jasonwilbur-cloud-regions:
    command: "npx"
    args: ["-y", "mcp-server-cloud-regions"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 69, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-07-31 (score 21, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (14)

### `list_regions` (~229 tokens)

List all cloud regions across all providers. Supports filtering by provider, tier, country, continent, compliance, sustainability, GPU availability, and more.

Input parameters:

- `carbonNeutral` (boolean): Filter to only carbon neutral regions
- `compliance` (array): Filter by compliance certifications (e.g., ["HIPAA", "GDPR", "SOC2"])
- `continents` (array): Filter by continent
- `countryCodes` (array): Filter by ISO country codes (e.g., ["US", "DE", "JP"])
- `dataResidency` (string): Filter by data residency (e.g., "EU", "US", "Germany")
- `hasGpu` (boolean): Filter to only regions with GPU availability
- `minAvailabilityZones` (number): Filter by minimum number of availability zones
- `providers` (array): Filter by provider IDs (e.g., ["aws", "azure", "gcp"])
- `regionTypes` (array): Filter by region type (e.g., ["commercial", "government", "sovereign"])
- `tiers` (array): Filter by provider tier

### `get_region` (~51 tokens)

Get detailed information about a specific cloud region by its ID

Input parameters:

- `id` (string, required): Region ID (e.g., "aws-us-east-1", "azure-eastus", "gcp-us-central1")

### `list_providers` (~28 tokens)

List all cloud providers with their metadata

Input parameters:

- `tier` (string): Filter by provider tier

### `get_provider_regions` (~53 tokens)

Get all regions for a specific cloud provider

Input parameters:

- `provider` (string, required): Provider ID (e.g., "aws", "azure", "gcp", "oci", "digitalocean", "crusoe")

### `find_nearby_regions` (~98 tokens)

Find cloud regions nearest to a geographic location. Useful for latency optimization and data residency planning.

Input parameters:

- `hasGpu` (boolean): Filter to only regions with GPU
- `latitude` (number, required): Target latitude
- `limit` (number): Maximum number of results to return
- `longitude` (number, required): Target longitude
- `maxDistanceKm` (number): Maximum distance in kilometers
- `providers` (array): Filter by provider IDs

### `search_regions` (~50 tokens)

Search regions by text query. Searches display name, region code, city, country, and provider name.

Input parameters:

- `providers` (array): Filter by provider IDs
- `query` (string, required): Search query text

### `get_statistics` (~29 tokens)

Get summary statistics about all cloud regions, including counts by provider, country, continent, and special capabilities.

### `find_compliant_regions` (~73 tokens)

Find regions that have specific compliance certifications (e.g., HIPAA, FedRAMP, GDPR, SOC2)

Input parameters:

- `certifications` (array, required): Required compliance certifications. Regions must have ALL specified certifications.
- `countryCodes` (array): Filter by country codes
- `providers` (array): Filter by provider IDs

### `find_sustainable_regions` (~39 tokens)

Find carbon neutral and sustainable cloud regions

Input parameters:

- `continents` (array): Filter by continent
- `providers` (array): Filter by provider IDs

### `find_gpu_regions` (~80 tokens)

Find regions with GPU availability, optionally filtering by GPU type (e.g., A100, H100, TPU)

Input parameters:

- `continents` (array): Filter by continent
- `gpuType` (string): Filter by GPU type (e.g., "A100", "H100", "TPU")
- `providers` (array): Filter by provider IDs

### `compare_provider_coverage` (~70 tokens)

Compare how many regions each provider has in a specific country or continent

Input parameters:

- `continent` (string): Continent to compare (e.g., "europe", "asia")
- `countryCode` (string): ISO country code to compare (e.g., "US", "DE", "JP")

### `list_countries` (~24 tokens)

List all countries that have cloud regions, with count of regions in each

### `list_cities` (~24 tokens)

List all cities that have cloud regions, with the providers present in each

### `get_data_info` (~30 tokens)

Get metadata about the region data including last updated date, total counts, and source URLs for each provider

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/jasonwilbur-cloud-regions/mcp-server-cloud-regions#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/mcp-server-cloud-regions
- Socket report: https://socket.dev/npm/package/mcp-server-cloud-regions
- Repository: https://github.com/jasonwilbur/mcp-server-cloud-regions
- Changelog RSS feed: https://verifymcp.io/servers/jasonwilbur-cloud-regions/mcp-server-cloud-regions/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jasonwilbur-cloud-regions/mcp-server-cloud-regions/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jasonwilbur-cloud-regions/mcp-server-cloud-regions
