Monitor Recent Earthquake Activity
Check the latest earthquake events worldwide to stay informed about seismic activity in real time.
Live & historical earthquake data
Track recent earthquakes worldwide or search historical seismic events by location, date range, and magnitude. Real-time feeds include tsunami alerts, felt reports, and severity levels. Search within a radius of any coordinate for safety monitoring, research, and situational awareness.
Get recent earthquakes worldwide, filterable by time period and minimum magnitude. Returns location, magnitude, depth, and tsunami alerts.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "earthquake-monitor",
"skill": "recent",
"input": {
"period": "week",
"min_magnitude": "significant"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch for earthquakes by location, date range, and magnitude. Find earthquakes near a specific point within a radius, or within a geographic bounding box.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "earthquake-monitor",
"skill": "search",
"input": {
"latitude": 35.6762,
"longitude": 139.6503,
"radius_km": 200,
"min_magnitude": 3,
"start_date": "2026-02-12"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"earthquake-monitor","skill":"recent","input":{}}' \
https://api.toolrouter.com/v1/tools/callCheck the latest earthquake events worldwide to stay informed about seismic activity in real time.
Filter earthquake data by geographic region to monitor seismic activity in specific areas of interest.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Monitor environmental conditions combining seismic activity, weather forecasts, near-Earth object tracking, and visual dashboards.
`recent` shows current earthquake activity, while `search` is for historical or location-specific queries.
Yes. `recent` supports periods like hour, day, week, or month, plus a minimum magnitude such as `2.5` or `significant`.
Yes. `search` accepts latitude and longitude plus a radius in kilometers, so you can watch a city, region, or fault zone.
Yes. Recent results can include tsunami alerts, felt reports, depth, and severity details where available.