You're viewing a demo portfolio

Join the waitlist
PRSM

count_earthquakes

Active

Tool of usgs-earthquakes

declared in 0.1.0

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+)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

usgs-earthquakes

https://github.com/pipeworx-io/mcp-usgs-earthquakes

2/7 registries
View full server →
count_earthquakes — usgs-earthquakes — PRSM MCP