Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

org.gdacs/api

org.gdacs/api

An MCP server that through www.gdacs.org provides access to web‐based disaster information systems.

Uptime
100.0%
1 direct probes · 30d
Response
223ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
22
available

Tools · 8

get_alert_level_info

Get explanation of GDACS alert level classifications and their meanings.

search_events

Search for disaster events with various filters. Returns a list of events matching the criteria, ordered by date descending.

get_disaster_statistics

Get disaster statistics aggregated by event type and alert level for a specified time period.

get_events_by_country

Get all disaster events affecting a specific country.

get_event_data

Get detailed information about a specific disaster event. Returns event data including location, severity, affected population, and timeline.

get_recent_alerts

Get list of recent disaster alerts from the last N hours.

get_active_disasters

Get currently active disasters. Returns events with their geographic footprints grouped by disaster type.

get_event_types

Get list of all supported disaster event types with their descriptions.

Prompts · 22

list_ercc_analytical_products

List and provide me with the links to the analytical products (ERCC) related to the [eventType] event of [location], in [month/year].

event_by_glide_number

Tell me more about the event with the following glide number: [GLIDE number].

glide_number_and_link

Provide me the glide number and the link to the glide website of the [country] [eventType] of [month/year].

most_relevant_events_of_year

What were the most relevant [eventType] of [year]?

minor_wildfires_by_countries

List the minor wildfires (green level) that affected [countryList] in the last [period], indicating date of start and end dates.

gdacs_api_query_floods

Give me the API query for GDACS to get all the floods of [year] in [country1] and [country2].

gdacs_red_level_earthquakes

List all GDACS red level earthquakes of [year].

burned_area_and_score

What is the burned area of fire in [country] Province of [province] and what is its GDACS score?

climate_change_attribution

Were the [eventType] of [region] in [month/year] caused by climate change?

max_winds_of_cyclones

Give me the maximum winds reached during the following tropical cyclones: [list of names].

countries_affected_by_cyclone

What countries were affected by [cyclone name] tropical cyclone in [year]?

detailed_country_event_report

Please report in detail on the [country] [eventType] of [date].

gdacs_score_description

How does the GDACS score for [eventType] work?

largest_and_longest_droughts

List the [number] largest and longest droughts on record.

considered_major_earthquakes_figures

Concerning the data provided about major earthquakes of [year], what earthquakes did you consider? Provide figures for each of them.

injuries_in_most_devastating_event

How many people suffered injuries in the most devastating [eventType] of [year]?

deadliest_event

What is the deadliest event of all, according to your database?

additional_ercc_product_info

Provide me with additional information on available ERCC products related to the event.

drought_event_return_period

What is the return period of an event like [event name]?

largest_wildfire_extent

What was the largest extent reached by the [country] wildfires in [year]? Provide a link about it.

airports_near_earthquake_epicentre

What airports are located near the epicentre of the [country] earthquake?

total_affected_by_major_events

How many people in total were affected by major [eventType] in [year]?

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"
    }
  }
}