org.gdacs/api
org.gdacs/apiAn MCP server that through www.gdacs.org provides access to web‐based disaster information systems.
Tools · 8
Get explanation of GDACS alert level classifications and their meanings.
Search for disaster events with various filters. Returns a list of events matching the criteria, ordered by date descending.
Get disaster statistics aggregated by event type and alert level for a specified time period.
Get all disaster events affecting a specific country.
Get detailed information about a specific disaster event. Returns event data including location, severity, affected population, and timeline.
Get list of recent disaster alerts from the last N hours.
Get currently active disasters. Returns events with their geographic footprints grouped by disaster type.
Get list of all supported disaster event types with their descriptions.
Prompts · 22
List and provide me with the links to the analytical products (ERCC) related to the [eventType] event of [location], in [month/year].
Tell me more about the event with the following glide number: [GLIDE number].
Provide me the glide number and the link to the glide website of the [country] [eventType] of [month/year].
What were the most relevant [eventType] of [year]?
List the minor wildfires (green level) that affected [countryList] in the last [period], indicating date of start and end dates.
Give me the API query for GDACS to get all the floods of [year] in [country1] and [country2].
List all GDACS red level earthquakes of [year].
What is the burned area of fire in [country] Province of [province] and what is its GDACS score?
Were the [eventType] of [region] in [month/year] caused by climate change?
Give me the maximum winds reached during the following tropical cyclones: [list of names].
What countries were affected by [cyclone name] tropical cyclone in [year]?
Please report in detail on the [country] [eventType] of [date].
How does the GDACS score for [eventType] work?
List the [number] largest and longest droughts on record.
Concerning the data provided about major earthquakes of [year], what earthquakes did you consider? Provide figures for each of them.
How many people suffered injuries in the most devastating [eventType] of [year]?
What is the deadliest event of all, according to your database?
Provide me with additional information on available ERCC products related to the event.
What is the return period of an event like [event name]?
What was the largest extent reached by the [country] wildfires in [year]? Provide a link about it.
What airports are located near the epicentre of the [country] earthquake?
How many people in total were affected by major [eventType] in [year]?
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"org.gdacs/api": {
"url": "https://api.gdacs.org/mcp",
"transport": "streamable-http"
}
}
}