mcpbeat Sign in

DaedalMap Earthquake Data MCP Server

answering

DaedalMap Earthquake Data is answering right now. Last checked 10 min ago. It exposes 8 tools. Last commit 17 Sep 2026.

Global earthquake events from the USGS, 2150 BC-present: magnitude, depth, location, counts.

Uptime history 47 days of history · worst day 84%
47 days agonow
93.4%
Uptime 24h
85 of 91 checks
8
Tools
read from the server
277 ms
Response time
average over 24h
2
Stars
last commit 17 Sep 2026

What changed 13

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 12 August 2026. No other catalogue keeps this.

13 Sep 8 tool descriptions were rewritten get_catalog, get_disaster_link_chain, get_disaster_links_for_event and 5 more
26 Aug a tool changed the parameters it asks for get_pack
14 Aug a tool description was rewritten get_tool_help
14 Aug a tool changed version
12 Aug a tool appeared get_tool_help
12 Aug a tool changed version

What the code does

We read the source, 18 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Reads files and sends them to the network mapmover/routes/system.py:2221
    files = sorted(str(p.relative_to(data_dir)) for p in data_dir.rglob("*") if p.is_file())

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add earthquakes --transport http https://app.daedalmap.com/mcp/earthquakes
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "earthquakes": {
      "url": "https://app.daedalmap.com/mcp/earthquakes"
    }
  }
}
~/.codex/config.toml
[mcp_servers.earthquakes]
url = "https://app.daedalmap.com/mcp/earthquakes"
.cursor/mcp.json
{
  "mcpServers": {
    "earthquakes": {
      "url": "https://app.daedalmap.com/mcp/earthquakes"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "earthquakes": {
      "url": "https://app.daedalmap.com/mcp/earthquakes"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

disaster
get_disaster_link_chain
Expand one exact event ID into a bounded published cross-hazard chain. Use a canonical event row to obtain the ID first.
get_disaster_links_for_event
Return published cross-hazard links for one exact event ID. Use a canonical event row to obtain the ID first.
search_disaster_links
Find published cross-hazard relationship families by event type and optional year range before choosing an exact event.
catalog
get_catalog
List the current catalog-published data packs and their access lanes. Start here, then call get_pack for one selected pack.
earthquake
get_earthquake_events
Query canonical earthquake history with structured metrics, filters, sorting, and a row limit. Use get_live_earthquake_events only for preliminary upstream data.
live
get_live_earthquake_events
Fetch recent preliminary USGS earthquake events in the shared data-result shape. Use get_earthquake_events for canonical enriched history.
pack
get_pack
Describe one catalog-published pack, including sources, metrics, coverage, freshness, access, and a first query. Call this before querying an unfamiliar pack.
tool
get_tool_help
Describe one tool visible on this facade, including its input contract, access limits, refusals, example, outputs, and recommended next calls.

Endpoints

URLTransportStateLatencyChecked
https://app.daedalmap.com/mcp/earthquakes streamable-http answering 218 ms 10 min ago

Alternatives to DaedalMap Earthquake Data

same job, measured the same way
C
USGS Earthquakes
by olyport

Real-time earthquake events from the US Geological Survey

3 tools answering
DaedalMap Volcanic Activity
by daedalmap

Global volcanic eruptions from the Smithsonian Global Volcanism Program: VEI, location, dates.

8 tools answering
OpenAQ Air Quality MCP by UnClick
by malamutemayhem

Global air quality measurements by location and country from OpenAQ. No API key. By UnClick.

22 installs/wk local only
Acled
by pipeworx-io

ACLED MCP — Armed Conflict Location & Event Data Project

33 tools answering
DaedalMap Disaster and Geospatial Data
by daedalmap

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

34 tools answering
Weather Intel MCP
by datakoot

US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

6 tools answering
DaedalMap Distributed Manufacturing Locations
by daedalmap

Open manufacturing and maker facility locations for country and facility-type queries.

4 tools answering
MCP Server Latest News
by ebrunet001

Real-time global news, crypto, weather & earthquakes from 27 free APIs. No API keys required.

answering

DaedalMap Earthquake Data — questions

Answers built from our own checks of this server.

What can DaedalMap Earthquake Data do?
It exposes 8 tools, read directly from the server on our last check. Among them: get_catalog, get_disaster_link_chain, get_disaster_links_for_event, get_earthquake_events, get_live_earthquake_events, get_pack and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is DaedalMap Earthquake Data working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 85 of 91 checks got a reply (93.4%), average response time 277 ms. The bar chart above shows every period we have measured.
How do I connect DaedalMap Earthquake Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does DaedalMap Earthquake Data need an API key?
No. DaedalMap Earthquake Data completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is DaedalMap Earthquake Data?
It answers our handshake in 277 ms on average, which is faster than 53% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is DaedalMap Earthquake Data open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.