Search USGS and EMSC seismic data β real-time feeds, event queries, and earthquake counts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Search USGS and EMSC seismic data β real-time feeds, event queries, and earthquake counts via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://earthquake.caseyjhand.com/mcp
4 tools for querying global earthquake data from USGS and EMSC:
| Tool | Description |
|---|---|
earthquake_get_feed | Fetch a USGS pre-computed real-time earthquake feed by magnitude tier and time window |
earthquake_search | Search earthquakes by time range, magnitude, depth, location radius, PAGER alert level, or felt reports |
earthquake_count | Count earthquakes matching filters without fetching full records |
earthquake_get_event | Fetch complete detail for a specific earthquake by USGS event ID |
earthquake_get_feedFetch a USGS pre-computed real-time earthquake feed by magnitude tier and time window.
all (microseisms), 1.0, 2.5, 4.5, and significant (USGS-curated by magnitude, felt reports, and PAGER impact)hour, day, week, monthcursor: limit bounds a page (default 100, max 1000), totalCount reports the whole feed, and nextCursor retrieves the rest β the broad tiers run past 10,000 events for monthearthquake_search for historical or filtered queriesearthquake_searchSearch earthquakes by time range, magnitude, depth, location radius, PAGER alert level, or felt reports.
green/yellow/orange/red), DYFI felt reports count, significance score, event typeevent_type in one vocabulary whichever source served it β the QuakeML names USGS publishes (earthquake, quarry blast, explosion, ice quake); EMSC's two-character code is decoded to the same names, with how sure EMSC was kept beside it in event_certainty β and the event_type filter narrows to one of them on USGSlatitude, longitude, and radius_km togethermin_latitude, max_latitude, min_longitude, max_longitude, each independently optional and forwarded to both sources; combining a box with the radius circle intersects the two. Longitude accepts up to Β±360 so a box can cross the antimeridianoffset, forwarded straight to the upstream FDSN offset parameter on both sourcesoffset counts from 1, matching both upstream APIs β a capped result carries totalCount and the nextOffset to pass on the following call, and says so with countUnavailable when the follow-up count query failed rather than leaving the total silently absentearthquake_count first to gauge result sizesource=emsc they are dropped and named in ignoredFilters, so an unconstrained result set is never mistaken for a filtered oneearthquake_countCount earthquakes matching filters without fetching full records.
earthquake_search for statistical queries ("how many M5+ events in 2025?")earthquake_search: time, magnitude, depth, location radius, bounding box, PAGER, DYFI, significance, event typeevent_type="earthquake" on USGS to exclude themexceeds_limit flag when count exceeds 20,000 β signals a full search needs pagingqueryEcho, including the resolved time window β omitting start_time counts only the last 30 daysmax_allowed cap (20,000); EMSC count endpoint does not expose this field (max_allowed will be null)ignoredFilters when source=emsc, the same as on earthquake_searchearthquake_get_eventFetch complete detail for a specific earthquake by USGS event ID.
detail β a projection of the analysis products only the single-event response holdsdetail groups: PAGER alert and report link, ShakeMap peak MMI/PGA/PGV and intensity map, DYFI response count and max CDI, moment-tensor scalar moment and nodal planes, landslide and liquefaction alerts, origin quality (azimuthal gap, station count, location and depth uncertainty), finite-fault rupture length and widthid field of earthquake_get_feed and earthquake_search results (e.g. us6000sznj, hv74966427)| Type | URI pattern | Description |
|---|---|---|
| Resource | earthquake://feed/{magnitude_tier}/{time_window} | USGS real-time earthquake feed as injectable context β returns the whole feed, so use the earthquake_get_feed tool for the broad tiers |
| Resource | earthquake://event/{event_id} | Full USGS earthquake event detail by ID as injectable context, including the same detail product projection as earthquake_get_event |
Built on @cyanheads/mcp-ts-core:
none, jwt, oauth)in-memory, filesystem, Supabase, Cloudflare KV/R2/D1Earthquake-specific:
Agent-friendly output:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/earthquake-mcp-server)<a href="https://allmcps.com/mcp/earthquake-mcp-server"><img src="https://allmcps.com/api/badge/earthquake-mcp-server?style=directory" alt="Earthquake MCP Server on AllMCPs" /></a>