Skip to content
Back to search
100
MCP 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
no direct probes in 30d
Response
519ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

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…

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"
    }
  }
}