Earthquakes Near A Location
x402/earthquakes-near-a-locationUSGS earthquakes within a radius of a latitude and longitude, no key. Returns nearby events with magnitude, place, time, and distance ordering by time. For AI agents doing location specific seismic risk checks. [x402: $0.07/call on base, category=data]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"earthquakes_near_a_location": {
"url": "https://proxy.suverse.io/v1/data/suverse-quakes-by-region",
"transport": "http"
}
}
}