You're viewing a demo portfolio

Join the waitlist
PRSM

get_earthquakes

Active

Tool of mcp-science

declared in 0.1.0

Retrieve up to 20 globally recent earthquakes from the USGS FDSN service, filtered by lookback period (1–30 days, default 1) and minimum magnitude (default 4.0). Returns magnitude, location name, depth (km), coordinates, time, and tsunami warning flag.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "days": 7,
      "min_magnitude": 5
    },
    {
      "days": 1
    }
  ],
  "properties": {
    "days": {
      "type": "number",
      "description": "Look back N days (1-30, default 1)"
    },
    "min_magnitude": {
      "type": "number",
      "description": "Minimum magnitude (default 4.0)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-science

https://github.com/pipeworx-io/mcp-science

2/7 registries
View full server →