hazards_quakes
hazards_quakes
Recent earthquakes worldwide from the USGS, with magnitude, place and how long ago. Pass lat/lon to ask about somewhere in particular, min for a magnitude floor, and period for hour, day, week or month
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Hazards — What is going wrong in the physical world: earthquakes and disaster alerts, live.
Arguments
| Name | Type | What it is |
|---|---|---|
min | number | Smallest magnitude to include, default 2.5 |
period | string | hour, day, week or month — default day |
lat | number | Optional: only events near this point |
lon | number | Optional: only events near this point |
within_km | number | Optional: how near, in kilometres, default 500 when lat/lon given |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{},"name":"hazards_quakes"}}Try it in the playground.


