You're viewing a demo portfolio

Join the waitlist
PRSM

get_water_risk

Active

Tool of cloud.dchub/mcp-server

declared in 2.4.4

Use when scoring a US site for cooling-water sustainability — the water-risk factor engineering site-selectors screen before committing to evaporative cooling. Example: "Is this Phoenix parcel water-constrained for a 100MW build?" — get_water_risk lat=33.45 lon=-112.07 (or get_water_risk state=AZ / county=Maricopa). Params: ONE of lat+lon (-90..90 / -180..180), state (2-letter US), or county; lat/lon gives the most precise read. Returns: {water_stress_score (0-100, higher=worse), drought_category (D0-D4), outlook_12mo, cooling_water_assessment, source}. Joined to USGS water-stress + US Drought Monitor. Free tier. Do NOT use for nearby physical infrastructure (use get_infrastructure) or a combined multi-factor site verdict spanning grid+fiber+water+tax+climate (use analyze_site); this covers the WATER factor only.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "lat": {
      "type": "number",
      "description": "Site latitude in decimal degrees (-90 to 90) for the most precise water-risk read, e.g. 33.45"
    },
    "lon": {
      "type": "number",
      "description": "Site longitude in decimal degrees (-180 to 180), e.g. -112.07"
    },
    "state": {
      "type": "string",
      "description": "US state abbreviation as an alternative to lat/lon, e.g. AZ"
    }
  }
}

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