Natural disaster API — global alerts, live.
Global disaster alerts from GDACS with a green/orange/red humanitarian-impact level and the countries affected.
The call
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()
Sample response
{ "type": "Tropical Cyclone", "level": "Orange", "country": "Example",
"observed_at": "2026-06-03T06:00:00Z" }
Why live data
Disasters unfold after every training cutoff. This aggregates global alerts with impact levels so response and risk agents triage in real time.
Use it for
- Disaster-response and humanitarian agents
- Insurance and supply-chain risk
- Newsroom monitoring
FAQ
Source?
GDACS (Global Disaster Alert and Coordination System), public.
What hazards?
Earthquakes, cyclones, floods, droughts, volcanoes.
Keyless?
MCP is keyless; REST uses a free key.