Connection check
verified live · 28h ago
water
Real-time water levels and flow rates from USGS stream gauges
Tools
3
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
28h ago
Tools & capabilities
3 toolsRead from the running server on 28h ago.
get_flood_status
state*
Get current flood conditions for USGS monitoring sites in a state. Returns sites where water levels are above flood stage, indicating active flooding or near-flood conditi… Get current flood conditions for USGS monitoring sites in a state. Returns sites where water levels are above flood stage, indicating active flooding or near-flood conditions. Checks the most recent instantaneous values against known flood stages. Args: state: Two-letter US state abbreviation (e.g. 'CA', 'TX', 'LA').
get_sites_by_state
limitstate*site_type
Find USGS water monitoring sites in a state. Returns a list of monitoring stations with their site numbers, names, and locations. Use site numbers with get_water_levels to… Find USGS water monitoring sites in a state. Returns a list of monitoring stations with their site numbers, names, and locations. Use site numbers with get_water_levels to retrieve data. Args: state: Two-letter US state abbreviation (e.g. 'CA', 'TX'). site_type: Type of monitoring site. 'ST' for stream/river, 'GW' for groundwater well, 'SP' for spring. limit: Maximum number of sites to return (default 50).
get_water_levels
dayssite_number*