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

NameTypeWhat it is
minnumberSmallest magnitude to include, default 2.5
periodstringhour, day, week or month — default day
latnumberOptional: only events near this point
lonnumberOptional: only events near this point
within_kmnumberOptional: 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.