You're viewing a demo portfolio

Join the waitlist
PRSM

earthquakes

Active

Tool of Weather & Geo Intel MCP

declared in 1.0.0

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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Weather & Geo Intel MCP

https://github.com/selflabbs/weather-intel-mcp

1/7 registries
View full server →