Global disaster alerts from GDACS with a green/orange/red humanitarian-impact level and the countries affected.
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/global-disasters"
# MCP (keyless) — point any client at https://dynamicfeed.ai/mcp, then call:
global_disasters()
{ "type": "Tropical Cyclone", "level": "Orange", "country": "Example",
"observed_at": "2026-06-03T06:00:00Z" }
Disasters unfold after every training cutoff. This aggregates global alerts with impact levels so response and risk agents triage in real time.
GDACS (Global Disaster Alert and Coordination System), public.
Earthquakes, cyclones, floods, droughts, volcanoes.
MCP is keyless; REST uses a free key.