GDACS
live HazardsGeoGlobal Disaster Alert & Coordination System (EQ/TC/FL/VO/DR/WF). Keyless.
4 tools
0ms auth
free tier 50 calls/day
Tools
events List events.
Parameters
Name Type Description
event_type opt string — alert_level opt string — from opt string — to opt string — country_iso3 opt string — Try it
Response
event
required: event_type, event_id Single event.
Parameters
Name Type Description
event_type req string — event_id req string — episode_id opt string — Try it
Response
geojson Alerts as GeoJSON.
Parameters
Name Type Description
event_type opt string — alert_level opt string — Try it
Response
rss Raw RSS feed.
No parameters required.
Try it
Response
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
List available tools
bash
curl -X POST https://gateway.pipeworx.io/gdacs/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' Call a tool
bash
curl -X POST https://gateway.pipeworx.io/gdacs/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"events","arguments":{}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("events", {}); ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("global disaster alert & coordination system (eq/tc/fl/vo/dr/wf)"); Related packs
Other Pipeworx packs in the same categories (Hazards, Geo):