| name | track-earthquakes |
| version | 1 |
| description | Retrieve recent earthquakes (USGS) with magnitude, depth, location, and a concern score that flags proximity to nuclear test sites. Use when the user asks about recent seismic activity or whether an earthquake was natural. |
track-earthquakes
Use this skill when the user asks about recent earthquakes: where, how strong, how deep — plus World Monitor's concern scoring, which flags events near known nuclear test sites (shallow low-magnitude events at test sites read very differently from tectonic quakes).
Authentication
Server-to-server callers (agents, scripts, SDKs) MUST present an API key in the X-WorldMonitor-Key header. Authorization: Bearer … is for MCP/OAuth or Clerk JWTs — not raw API keys.
X-WorldMonitor-Key: wm_0123456789abcdef0123456789abcdef01234567
Issue a key at https://www.worldmonitor.app/pro.
Endpoint
GET https://worldmonitor.app/api/seismology/v1/list-earthquakes
Parameters
| Name | In | Required | Shape | Notes |
|---|
min_magnitude | query | no | number | Magnitude floor. |
start / end | query | no | ISO date | Occurrence window. |
|