DaedalMap Earthquake Data
com.daedalmap/earthquakesGlobal earthquake events from the USGS, 2150 BC-present: magnitude, depth, location, counts.
Tools · 8
Free blind-caller guidance for one tool visible on this MCP facade. Returns when to use it, what it refuses, a working example, effective access limits, important outputs, provenance fields, recommend…
Free discovery. Returns the list of live agent-ready data packs available on DaedalMap.
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…
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 earthqu…
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, ts…
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 wh…
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…
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 resul…
Resources · 6
High-level guide to the hosted agent API surface and discovery flow.
daedalmap://guide
Machine-readable list of live agent-ready packs.
daedalmap://catalog
Guide to the shared location identifier system used across packs.
daedalmap://docs/loc-id
Current free-versus-paid split for the live hosted packs.
daedalmap://access
Pack detail and quick-start metadata for the earthquakes lane.
daedalmap://pack/earthquakes
Canonical public URLs for docs, MCP, and hosted API endpoints.
daedalmap://links
Prompts · 2
Starter prompt for finding the largest earthquake in a time range, optionally scoped to a loc_id region.
Starter prompt for counting earthquakes, volcanoes, tsunamis, or hurricanes in a time range with optional threshold and loc_id filtering.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"daedalmap_earthquake_data": {
"url": "https://app.daedalmap.com/mcp/earthquakes",
"transport": "streamable-http"
}
}
}