Real-time US river gage height and streamflow from USGS — a rising gage signals flood risk, low flow signals drought.
Keyless over MCP, or one REST call with a free key. Every datapoint is provenance-stamped and citeable.
# REST (free key)
curl -H "X-API-Key: $KEY" "https://dynamicfeed.ai/water-levels?state=TX"
# MCP (keyless) — point any client at https://dynamicfeed.ai/mcp, then call:
water_levels(state="TX")
{ "site": "08158000", "gage_height_ft": 7.42, "discharge_cfs": 1230,
"observed_at": "2026-06-03T12:45:00Z" }
Water levels change minute to minute and are never in training data — critical for flood and drought awareness.
USGS NWIS, public domain.
Both — a state code, USGS site numbers, or a set of major rivers.
MCP is keyless; REST uses a free key.