You're viewing a demo portfolio

Join the waitlist
PRSM

site_selection_canvas

Active

Tool of cloud.dchub/mcp-server

declared in 2.4.4

Guided end-to-end data-center site selection. Give a capacity target + geography + deadline and get a ranked shortlist of US markets (DCPI verdict, excess-power headroom, time-to-power, ISO) — and, with a paid key, the synthesis decision layer: the #1 pick, the why, a build sequence, and risk flags. One find->rank->shortlist->verdict call over the DC Hub Power Index. Try: site_selection_canvas capacity_mw=100 region=TX max_months=24. Do NOT use for a single known parcel (use analyze_site) or an open-ended where-should-I-build question (use get_dchub_recommendation); this runs the full find to rank to shortlist to verdict flow.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 500,
      "minimum": 1,
      "description": "Number of shortlist markets to return"
    },
    "region": {
      "type": "string",
      "description": "Geography scope, e.g. a US state code like TX or a region like us/apac"
    },
    "verdict": {
      "type": "string",
      "description": "Optional DCPI verdict filter: BUILD, CAUTION, or AVOID"
    },
    "max_months": {
      "type": "integer",
      "maximum": 120,
      "minimum": 1,
      "description": "Maximum acceptable time-to-power in months, 1-120, e.g. 24"
    },
    "capacity_mw": {
      "type": "integer",
      "maximum": 5000,
      "minimum": 1,
      "description": "Target power load for the build in megawatts (MW), 1-5000, e.g. 100"
    }
  }
}

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 →
site_selection_canvas — cloud.dchub/mcp-server — PRSM MCP