Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

USGS Water Monitoring

com.olyport/water

Real-time water levels and flow rates from USGS stream gauges

Uptime
11.1%
27 probes
Response
487ms
last probe
Tools
3
callable

Tools · 3

get_water_levels

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…

get_sites_by_state

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_flood_status

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"
    }
  }
}