earthquake-intel
ActiveTool of The Stall
declared in 4.82.0
Real-time earthquake intelligence from USGS. Fetch recent global significant quakes (M5.0+ last 7 days) or quakes near a lat/lon (M3.0+ within 500 km). Returns magnitude, depth, location, tsunami flag, and shake intensity. Free USGS FDSN API — no key required.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"lat": {
"type": "number",
"description": "Latitude in decimal degrees. Required for location mode."
},
"lon": {
"type": "number",
"description": "Longitude in decimal degrees. Required for location mode."
},
"days": {
"type": "number",
"description": "Look-back window in days (1–30). Default: 7."
},
"mode": {
"type": "string",
"description": "recent = global events sorted by time/magnitude; location = near a lat/lon coordinate. Default: recent."
},
"limit": {
"type": "number",
"description": "Maximum results to return (5–50). Default: 20."
},
"radius_km": {
"type": "number",
"description": "Search radius in km for location mode (10–1000). Default: 500."
},
"min_magnitude": {
"type": "number",
"description": "Minimum Richter magnitude to include. Default: 5.0 (recent) or 3.0 (location)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries