You're viewing a demo portfolio

Join the waitlist
PRSM

search_facilities

Active

Tool of cloud.dchub/mcp-server

declared in 2.4.4

Search 21,000+ global data center facilities across 170+ countries — by location (country/state/market), capacity (MW), operator, fiber connectivity, status (operational/under-construction/planned), or DCPI verdict. Returns name, provider, lat/lon, power_mw, fiber count, market_slug, status. Try: search_facilities country=US state=VA min_mw=10 status=operational. Use this to find EXISTING facilities; do NOT use for the forward-looking construction pipeline (use get_pipeline) or for the full profile of one facility (use get_facility).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "city": {
      "type": "string",
      "description": "City name to filter facilities, e.g. Ashburn, Dallas"
    },
    "tier": {
      "type": "integer",
      "maximum": 4,
      "minimum": 1,
      "description": "Uptime Institute tier filter (1-4)"
    },
    "limit": {
      "type": "integer",
      "maximum": 500,
      "minimum": 1,
      "description": "Max results to return (1-500; default varies by tool)"
    },
    "query": {
      "type": "string",
      "description": "Free-text search over facility name/operator/location (mapped to the backend `q` param), e.g. \"hyperscale Ashburn\""
    },
    "state": {
      "type": "string",
      "description": "US state abbreviation or region, e.g. VA, TX"
    },
    "offset": {
      "type": "integer",
      "maximum": 100000,
      "minimum": 0,
      "description": "Pagination offset, 0-based (skip this many results)"
    },
    "country": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code, e.g. US, GB, SG"
    },
    "operator": {
      "type": "string",
      "description": "Operator/provider company name, e.g. Equinix, Digital Realty"
    },
    "max_capacity_mw": {
      "type": "number",
      "description": "Maximum power capacity filter in megawatts (MW)"
    },
    "min_capacity_mw": {
      "type": "number",
      "description": "Minimum power capacity filter in megawatts (MW)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cloud.dchub/mcp-server

https://github.com/azmartone67/dchub-backend

1/7 registries
View full server →