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. |
page_size / cursor | query | no | pagination | Response carries a pagination cursor. |
jmespath | query | no | JMESPath, ≤ 1024 chars | Server-side projection. |
Response shape
{
"earthquakes": [
{
"id": "…",
"place": "42 km SSW of …",
"mag…