# DaedalMap Disaster and Geospatial Data MCP server

Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.

## Links
- Registry page: https://www.getdrio.com/mcp/com-daedalmap-county-map
- Repository: https://github.com/xyver/daedal-map
- Website: https://www.daedalmap.com

## Install
- Endpoint: https://app.daedalmap.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://app.daedalmap.com/mcp

## Tools
- get_catalog (Get Catalog) - Free discovery. Returns the list of live agent-ready data packs available on DaedalMap. Endpoint: https://app.daedalmap.com/mcp
- get_pack (Get Pack) - Free discovery. Returns detailed metadata, coverage, freshness, preferred canonical tool guidance, and first-query examples for one pack. Call this before querying a new pack so you can see time shape, coverage limits, and the paste-ready first query. Endpoint: https://app.daedalmap.com/mcp
- get_disaster_links_for_event (Get Disaster Links For Event) - Free linked-disaster helper. Resolves one exact disaster event id into its published related-disaster links. Use this only when you already have an exact event id from a supported pack such as earthquakes, tsunamis, volcanoes, or wildfires. Endpoint: https://app.daedalmap.com/mcp
- get_disaster_link_chain (Get Disaster Link Chain) - Free linked-disaster helper. Expands one exact disaster event id into a bounded related-event chain. Use this only when you already have an exact event id from a supported pack such as earthquakes, tsunamis, volcanoes, or wildfires. Endpoint: https://app.daedalmap.com/mcp
- search_disaster_links (Search Disaster Links) - Free linked-disaster discovery helper. Searches published cross-disaster link families by event-type direction, optional via-event type, and optional year window. Use this when you want to discover whether a relationship family exists before you have an exact event id. Endpoint: https://app.daedalmap.com/mcp
- resolve_point (Resolve Point to loc_id) - Free geography utility (reverse geocoding). Converts a latitude/longitude into the DaedalMap loc_id administrative chain - the deepest available level plus its parents - so you can join any spatial data to the same loc_id spine the data packs use. Returns the matched country, the deepest resolved loc_id, and the full admin-level stack so you can clip to any level. No payment required. Endpoint: https://app.daedalmap.com/mcp
- get_boundary (Get loc_id Boundary) - Free geography utility. Returns the geographic extent of a DaedalMap loc_id: its bounding box and centroid by default, and the full boundary polygon when include_polygon is true. Use the bbox to clip or index your own grid/raster data against DaedalMap administrative areas; request the polygon only when you need the exact perimeter (it can be large). No payment required. Endpoint: https://app.daedalmap.com/mcp
- loc_id_hierarchy (Get loc_id Hierarchy) - Free geography utility. Returns the administrative hierarchy around a DaedalMap loc_id: its parent and full ancestor chain up to the country, plus a summary of its children by level. Use this to walk up or down the loc_id spine and clip to any administrative level. No payment required. Endpoint: https://app.daedalmap.com/mcp
- loc_id_info (Get loc_id Info) - Free geography utility. Returns descriptive metadata for a DaedalMap loc_id: name, admin level, parent, centroid, bounding box, and child counts by level. No payment required. Endpoint: https://app.daedalmap.com/mcp
- get_earthquake_events (Get Earthquake Events) - Paid x402 canonical tool. Queries the published earthquakes_events lane. Use this first for earthquake questions because it is the enriched DaedalMap history lane with stable loc_id geography, not the preliminary upstream wrapper. Call without payment first - the server returns HTTP 402 with the exact USDC price before any charge. Small queries stay cheap; broad scans cost more or need narrower filters. Endpoint: https://app.daedalmap.com/mcp
- get_live_earthquake_events (Get Live Earthquake Events) - Free live wrapper. Calls the USGS FDSN API for recent preliminary earthquake events normalized to DaedalMap event fields. Use this only when the caller explicitly wants live/preliminary upstream results or needs a very recent window not yet present in the published canonical earthquake lane. This is not the enriched canonical history lane. Endpoint: https://app.daedalmap.com/mcp
- get_volcanic_activity (Get Volcanic Activity) - Free canonical tool. Queries volcanoes_events for historical eruption records and volcanic activity metrics. Best for eruption counts, VEI thresholds, and top-event lookups. Volcano queries normally use year-style time filters rather than ISO date strings. Endpoint: https://app.daedalmap.com/mcp
- get_live_volcano_events (Get Live Volcano Events) - Free live wrapper. Calls the Smithsonian/GVP WFS for recent preliminary volcanic eruption updates normalized to DaedalMap event fields. This is not the enriched canonical history lane. Endpoint: https://app.daedalmap.com/mcp
- get_tsunami_events (Get Tsunami Events) - Paid x402 canonical tool. Queries tsunamis_events for historical tsunami records and wave-height metrics. Best for event counts, max water height thresholds, and top-event lookups. Region filters may use ISO3 country ids or ocean-region ids such as XOO. Call without payment first - the server returns HTTP 402 with the exact USDC price before any charge. Endpoint: https://app.daedalmap.com/mcp
- get_fx_rates (Get FX Rates) - Free tool. Queries the currency pack using filters.region_ids plus filters.time.granularity to return daily, weekly, or monthly FX data. Endpoint: https://app.daedalmap.com/mcp
- query_dataset (Query Dataset) - Generic structured query for direct source_id or pack_id access using the same contract as POST /api/v1/query/dataset. Free packs: boundaries, currency, distributed_manufacturing, floods, geography, nri, owid_co2, reverse-geocoding, un_sdg, un_wpp, volcanoes, world_bank_wdi. Paid packs: earthquakes, hurricanes, tornadoes, tsunamis, wildfires, world_factbook, worldpop (x402 Base USDC). Endpoint: https://app.daedalmap.com/mcp

## Resources
- daedalmap://guide - DaedalMap Agent Guide High-level guide to the hosted agent API surface and discovery flow. MIME type: application/json
- daedalmap://catalog - Live Pack Catalog Machine-readable list of live agent-ready packs. MIME type: application/json
- daedalmap://docs/for-agents - For Agents Bot-facing quickstart for the DaedalMap hosted API and MCP lane. MIME type: text/markdown
- daedalmap://docs/agent-examples - Agent Examples Worked examples for free and paid query flows across the live packs. MIME type: text/markdown
- daedalmap://docs/loc-id - loc_id Guide Guide to the shared location identifier system used across packs. MIME type: text/markdown
- daedalmap://access - Access Model Current free-versus-paid split for the live hosted packs. MIME type: text/markdown
- daedalmap://pack/currency - DaedalMap Historical FX Rates Pack Detail Pack detail and quick-start metadata for the currency lane. MIME type: application/json
- daedalmap://pack/earthquakes - DaedalMap Earthquake Data Pack Detail Pack detail and quick-start metadata for the earthquakes lane. MIME type: application/json
- daedalmap://pack/floods - DaedalMap Flood Events Pack Detail Pack detail and quick-start metadata for the floods lane. MIME type: application/json
- daedalmap://pack/hurricanes - DaedalMap Hurricane and Tropical Cyclone Data Pack Detail Pack detail and quick-start metadata for the hurricanes lane. MIME type: application/json
- daedalmap://pack/tornadoes - DaedalMap Tornado Events Pack Detail Pack detail and quick-start metadata for the tornadoes lane. MIME type: application/json
- daedalmap://pack/tsunamis - DaedalMap Tsunami Data Pack Detail Pack detail and quick-start metadata for the tsunamis lane. MIME type: application/json
- daedalmap://pack/wildfires - DaedalMap Wildfire Events Pack Detail Pack detail and quick-start metadata for the wildfires lane. MIME type: application/json
- daedalmap://pack/un_sdg - DaedalMap UN Sustainable Development Goals Pack Detail Pack detail and quick-start metadata for the un_sdg lane. MIME type: application/json
- daedalmap://pack/world_bank_wdi - DaedalMap World Development Indicators Pack Detail Pack detail and quick-start metadata for the world_bank_wdi lane. MIME type: application/json
- daedalmap://pack/distributed_manufacturing - DaedalMap Distributed Manufacturing Locations Pack Detail Pack detail and quick-start metadata for the distributed_manufacturing lane. MIME type: application/json
- daedalmap://pack/owid_co2 - DaedalMap CO2 and Greenhouse Gas Emissions Pack Detail Pack detail and quick-start metadata for the owid_co2 lane. MIME type: application/json
- daedalmap://pack/un_wpp - DaedalMap UN World Population Prospects Pack Detail Pack detail and quick-start metadata for the un_wpp lane. MIME type: application/json
- daedalmap://pack/nri - DaedalMap FEMA National Risk Index Pack Detail Pack detail and quick-start metadata for the nri lane. MIME type: application/json
- daedalmap://pack/volcanoes - DaedalMap Volcanic Activity Pack Detail Pack detail and quick-start metadata for the volcanoes lane. MIME type: application/json
- daedalmap://pack/world_factbook - DaedalMap CIA World Factbook Pack Detail Pack detail and quick-start metadata for the world_factbook lane. MIME type: application/json
- daedalmap://pack/worldpop - DaedalMap Population Estimates Pack Detail Pack detail and quick-start metadata for the worldpop lane. MIME type: application/json
- daedalmap://pack/geography - DaedalMap Geocoding and Reverse Geocoding (loc_id) Pack Detail Pack detail and quick-start metadata for the geography lane. MIME type: application/json
- daedalmap://pack/reverse-geocoding - DaedalMap Reverse Geocoding (coordinates to loc_id) Pack Detail Pack detail and quick-start metadata for the reverse-geocoding lane. MIME type: application/json
- daedalmap://pack/boundaries - DaedalMap Administrative Boundaries (loc_id to polygon) Pack Detail Pack detail and quick-start metadata for the boundaries lane. MIME type: application/json
- daedalmap://links - Canonical Public Links Canonical public URLs for docs, MCP, and hosted API endpoints. MIME type: text/markdown

## Prompts
- largest_earthquake_in_range - Largest Earthquake In Range Starter prompt for finding the largest earthquake in a time range, optionally scoped to a loc_id region. Arguments: start_date, end_date, region_id
- count_disaster_events - Count Disaster Events Starter prompt for counting earthquakes, volcanoes, tsunamis, or hurricanes in a time range with optional threshold and loc_id filtering. Arguments: pack_id, start, end, region_id, threshold_field, threshold_value
- fx_history_for_country - FX History For Country Starter prompt for fetching USD-normalized FX history for one or more countries at daily, weekly, or monthly granularity. Arguments: country_ids, granularity, start, end

## Metadata
- Owner: com.daedalmap
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 10, 2026
- Source: https://registry.modelcontextprotocol.io
