events
ActiveTool of mcp-gdacs
declared in 0.1.0
Search and list GDACS global disaster events filterable by type (EQ=earthquake, TC=tropical cyclone, FL=flood, VO=volcano, DR=drought, WF=wildfire), alert level (Green/Orange/Red), ISO date range, and ISO3 country code.
Parameters schema
{
"type": "object",
"examples": [
{
"event_type": "EQ",
"alert_level": "Red"
},
{
"to": "2024-01-31",
"from": "2024-01-01",
"event_type": "TC",
"country_iso3": "USA"
}
],
"properties": {
"to": {
"type": "string",
"description": "ISO date."
},
"from": {
"type": "string",
"description": "ISO date."
},
"event_type": {
"type": "string",
"description": "EQ | TC | FL | VO | DR | WF"
},
"alert_level": {
"type": "string",
"description": "Green | Orange | Red"
},
"country_iso3": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-gdacs
https://github.com/pipeworx-io/mcp-gdacs
2/7 registries