You're viewing a demo portfolio

Join the waitlist
PRSM

get_infrastructure

Active

Tool of cloud.dchub/mcp-server

declared in 2.4.4

Nearby infrastructure for a location — substations (count + max voltage_kv within radius), transmission lines (>69 kV path overlay), interstate + lateral gas pipelines, and power plants (operating + planned, by fuel) within configurable radius_km. Returns distance + capacity for each, joined to HIFLD/EIA. Try: get_infrastructure lat=33.45 lon=-112.07 radius_km=25. Returns raw nearby assets; do NOT use for a single scored site-suitability verdict (use analyze_site).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "lat": {
      "type": "number",
      "description": "Center latitude in decimal degrees (-90 to 90, required), e.g. 33.45"
    },
    "lon": {
      "type": "number",
      "description": "Center longitude in decimal degrees (-180 to 180, required), e.g. -112.07"
    },
    "layer": {
      "type": "string",
      "description": "Optional single asset layer to return, e.g. substations, transmission, pipelines, power_plants"
    },
    "limit": {
      "type": "integer",
      "maximum": 500,
      "minimum": 1,
      "description": "Max results to return (1-500; default varies by tool)"
    },
    "radius_km": {
      "type": "number",
      "description": "Search radius in kilometers around the point, e.g. 25"
    },
    "min_voltage_kv": {
      "type": "number",
      "description": "Only include transmission/substations at or above this voltage in kV, e.g. 69"
    }
  }
}

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 →