Back to search
100
MCP live v0.1.6 streamable-http

io.github.cyanheads/earthquake-mcp-server

io.github.cyanheads/earthquake-mcp-server

Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts.

Uptime
11.1%
9 probes
Response
519ms
last probe
Tools
4
callable

Tools · 4

earthquake_get_feed

Fetch a USGS pre-computed real-time earthquake feed by magnitude tier and time window. These feeds are CDN-cached by USGS and faster and more available than the query API — use them for "what's happen…

earthquake_search

Search earthquakes by time range, magnitude, depth, location radius, PAGER alert level, or felt reports. Supports USGS (global, richer metadata: PAGER, DYFI, ShakeMap) and EMSC (European-Mediterranean…

earthquake_get_event

Fetch detail for a specific earthquake by USGS event ID. Returns felt reports count (DYFI), ShakeMap maximum intensity (MMI), PAGER alert level, tsunami flag, and magnitude type. Event IDs appear in t…

earthquake_count

Count earthquakes matching filters without fetching full records. Use for statistical queries ("how many M5+ earthquakes in 2025?") or to gauge result size before calling earthquake_search. When excee…

Similar MCP servers embedding-nearest

@cyanheads/earthquake-mcp-server
Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts via MCP. STDIO or Streamable HTTP.
0 tools
earthquake-mcp-server
MCP Server for real-time earthquake data and seismic monitoring via USGS Earthquake Catalog API
0 tools
io.github.cyanheads/census-mcp-server
Query U.S. Census Bureau data, variables, and geography via MCP.
0 tools
@mcp-mk/earthquakes
MCP server for earthquake data via USGS Earthquake API — no API key required
0 tools
Earthquake Data
Search USGS and EMSC seismic data — real-time earthquake feeds, event queries, and counts.
0 tools
@cyanheads/census-mcp-server
Query U.S. Census Bureau data, variables, and geography via MCP. STDIO or Streamable HTTP.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/earthquake-mcp-server": {
      "url": "https://earthquake.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}