# DaedalMap Tsunami Data MCP server

Historical tsunami event data and structured tsunami queries from the DaedalMap MCP lane.

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

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

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

## 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/tsunamis
- 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/tsunamis
- 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/tsunamis
- 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/tsunamis
- 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/tsunamis
- 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/tsunamis

## 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/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/tsunamis - DaedalMap Tsunami Data Pack Detail Pack detail and quick-start metadata for the tsunamis 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
- 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

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