earthquake-intel
Fetch real-time earthquake data from USGS for global significant quakes or quakes near specific coordinates. Returns magnitude, depth, location, tsunami flag, and shake intensity.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | recent = global events sorted by time/magnitude; location = near a lat/lon coordinate. Default: recent. | |
| days | No | Look-back window in days (1–30). Default: 7. | |
| min_magnitude | No | Minimum Richter magnitude to include. Default: 5.0 (recent) or 3.0 (location). | |
| lat | No | Latitude in decimal degrees. Required for location mode. | |
| lon | No | Longitude in decimal degrees. Required for location mode. | |
| radius_km | No | Search radius in km for location mode (10–1000). Default: 500. | |
| limit | No | Maximum results to return (5–50). Default: 20. |