USGS Water Monitoring
com.olyport/waterReal-time water levels and flow rates from USGS stream gauges
Tools · 3
Get recent water level and streamflow data for a USGS monitoring site. Returns time-series data including discharge (streamflow) and gage height for the specified monitoring station. Arg…
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. …
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…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"usgs_water_monitoring": {
"url": "https://mcp.olyport.com/water/mcp",
"transport": "streamable-http"
}
}
}