count_earthquakes
ActiveTool of usgs-earthquakes
Count earthquakes matching a filter without returning the events — fast for questions like "how many M5+ quakes in the last month near X". Same filters as search_earthquakes (time, magnitude, circular area). Keyless.
Parameters schema
{
"type": "object",
"properties": {
"end_time": {
"type": "string",
"description": "ISO date/time upper bound. Defaults to now."
},
"latitude": {
"type": "number",
"description": "Center latitude for a circular search."
},
"longitude": {
"type": "number",
"description": "Center longitude for a circular search."
},
"start_time": {
"type": "string",
"description": "ISO date/time lower bound. Defaults to 30 days ago."
},
"max_magnitude": {
"type": "number",
"description": "Maximum magnitude."
},
"max_radius_km": {
"type": "number",
"description": "Search radius in km around latitude/longitude."
},
"min_magnitude": {
"type": "number",
"description": "Minimum magnitude (e.g. 5 for M5+)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
usgs-earthquakes
https://github.com/pipeworx-io/mcp-usgs-earthquakes
2/7 registries