earthquakes
ActiveTool of Weather & Geo Intel MCP
List recent earthquakes worldwide from the USGS feed. Filter by minimum magnitude, look-back window in days, and optionally a bounding box or a point+radius (km). Returns magnitude, place, time, depth and coordinates.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"lat": {
"type": "number",
"description": "Optional center latitude for a radius search."
},
"lon": {
"type": "number",
"description": "Optional center longitude for a radius search."
},
"days": {
"type": "integer",
"default": 7,
"description": "Look back this many days (default 7, max 30)."
},
"limit": {
"type": "integer",
"default": 20
},
"radius_km": {
"type": "number",
"description": "Radius in km around lat/lon (requires lat+lon)."
},
"min_magnitude": {
"type": "number",
"default": 4.5
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Weather & Geo Intel MCP
https://github.com/selflabbs/weather-intel-mcp
1/7 registries