# 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. 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 tool. Queries volcanoes_events for eruption records and volcanic activity metrics. 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 tool. Queries tsunamis_events. 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_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: currency, hurricanes, un_sdg, volcanoes, world_factbook. Paid packs: earthquakes, tsunamis (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/tsunamis - DaedalMap Tsunami Data Pack Detail Pack detail and quick-start metadata for the tsunamis 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/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/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_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 WorldPop Population Estimates Pack Detail Pack detail and quick-start metadata for the worldpop 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
