mcpserver.lol
registry/usgs-water-mcp-server
Connection check verified live · 27h ago

usgs-water-mcp-server

Query real-time and historical USGS water data from ~8,000 stream gages and groundwater wells.

Tools 7
GitHub stars 1
Installs / wk 159
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

water_dataframe_describe read-only canvas_id*
List tables and columns staged on a DataCanvas by water_get_series or water_find_sites. Call this after water_get_series or water_find_sites returns a canvas_id to discover the exa…
water_dataframe_query read-only sql*canvas_id*
Run a read-only SQL SELECT against water data tables staged on a DataCanvas by water_get_series or water_find_sites. Workflow: run water_get_series or water_find_sites (get canvas_…
water_find_sites read-only hucbboxstateCdcountyCdsiteTypecanvas_id +3
Find USGS water monitoring sites by bounding box, state, county, or HUC watershed code, filtered by site type and parameter availability. Returns site numbers, names, coordinates,…
water_get_conditions read-only site*parameterCd*
Get a USGS site's current reading ranked against its full period-of-record daily-mean percentiles for the same calendar day — a "how unusual is this" percentileClass (record-high t…
water_get_readings read-only sites*periodparameterCd
Get the latest instantaneous (~15-min, real-time) values for up to 100 USGS sites in one call — per-site, per-parameter records with timestamp, value, unit, and provisional/approve…
water_get_series read-only site*endDate*canvas_idstartDate*seriesTypeparameterCd*
Get a daily or instantaneous time series for one USGS site and parameter over a date range, as time-ordered value records. Large sets (>500 records) return the most recent 500 with…
water_list_parameters read-only group
List well-known USGS parameter codes with human-readable names, units, and thematic domain — a static, built-in catalog. Use this first to discover that 00060 = "Discharge" (ft³/s)…