Usgs Water MCP Server
未认领Query real-time and historical water data from ~8,000 USGS stream gages and groundwater wells via MCP. STDIO or Streamable HTTP.
安装
docker run --rm -p 3010:3010 usgs-water-mcp-server工具(7 个)
water_dataframe_describe
List tables and columns staged on a DataCanvas by watergetseries or waterfindsites.
water_dataframe_query
Run a read-only SQL SELECT against the time-series and site tables staged by watergetseries and waterfindsites.
water_find_sites
Find USGS monitoring sites by bounding box, state, county, or HUC watershed. Filter by site type and parameter availability. Large match sets spill to DataCanvas.
water_get_conditions
Get current hydrologic conditions ranked against the full period-of-record percentile statistics.
water_get_readings
Get the latest instantaneous values (~15 min real-time) for up to 100 USGS sites.
water_get_series
Get a time series of daily or instantaneous values for a site over a date range. Large ranges spill to DataCanvas.
water_list_parameters
Static lookup of well-known USGS parameter codes with names, units, and domain. No network call.