# api MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/org-gdacs-api

## Install
- Endpoint: https://api.gdacs.org/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.gdacs.org/mcp

## Tools
- get_alert_level_info - Get explanation of GDACS alert level classifications and their meanings. Endpoint: https://api.gdacs.org/mcp
- search_events - Search for disaster events with various filters. Returns a list of events matching the criteria, ordered by date descending. Endpoint: https://api.gdacs.org/mcp
- get_disaster_statistics - Get disaster statistics aggregated by event type and alert level for a specified time period. Endpoint: https://api.gdacs.org/mcp
- get_events_by_country - Get all disaster events affecting a specific country. Endpoint: https://api.gdacs.org/mcp
- get_event_data - Get detailed information about a specific disaster event. Returns event data including location, severity, affected population, and timeline. Endpoint: https://api.gdacs.org/mcp
- get_recent_alerts - Get list of recent disaster alerts from the last N hours. Endpoint: https://api.gdacs.org/mcp
- get_active_disasters - Get currently active disasters. Returns events with their geographic footprints grouped by disaster type. Endpoint: https://api.gdacs.org/mcp
- get_event_types - Get list of all supported disaster event types with their descriptions. Endpoint: https://api.gdacs.org/mcp

## Resources
Not captured

## Prompts
- 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]. Arguments: eventType, location, monthYear
- event_by_glide_number - Tell me more about the event with the following glide number: [GLIDE number]. Arguments: glideNumber
- glide_number_and_link - Provide me the glide number and the link to the glide website of the [country] [eventType] of [month/year]. Arguments: country, eventType, monthYear
- most_relevant_events_of_year - What were the most relevant [eventType] of [year]? Arguments: eventType, 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. Arguments: countryList, period
- gdacs_api_query_floods - Give me the API query for GDACS to get all the floods of [year] in [country1] and [country2]. Arguments: year, country1, country2
- gdacs_red_level_earthquakes - List all GDACS red level earthquakes of [year]. Arguments: year
- burned_area_and_score - What is the burned area of fire in [country] Province of [province] and what is its GDACS score? Arguments: country, province
- climate_change_attribution - Were the [eventType] of [region] in [month/year] caused by climate change? Arguments: eventType, region, monthYear
- max_winds_of_cyclones - Give me the maximum winds reached during the following tropical cyclones: [list of names]. Arguments: cycloneNames
- countries_affected_by_cyclone - What countries were affected by [cyclone name] tropical cyclone in [year]? Arguments: cycloneName, year
- detailed_country_event_report - Please report in detail on the [country] [eventType] of [date]. Arguments: country, eventType, date
- gdacs_score_description - How does the GDACS score for [eventType] work? Arguments: eventType
- largest_and_longest_droughts - List the [number] largest and longest droughts on record. Arguments: number
- considered_major_earthquakes_figures - Concerning the data provided about major earthquakes of [year], what earthquakes did you consider? Provide figures for each of them. Arguments: year
- injuries_in_most_devastating_event - How many people suffered injuries in the most devastating [eventType] of [year]? Arguments: eventType, 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]? Arguments: eventName
- largest_wildfire_extent - What was the largest extent reached by the [country] wildfires in [year]? Provide a link about it. Arguments: country, year
- airports_near_earthquake_epicentre - What airports are located near the epicentre of the [country] earthquake? Arguments: country
- total_affected_by_major_events - How many people in total were affected by major [eventType] in [year]? Arguments: eventType, year

## Metadata
- Owner: org.gdacs
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 6, 2026
- Source: https://registry.modelcontextprotocol.io
