You're viewing a demo portfolio

Join the waitlist
PRSM

recent_earthquakes

Active

Tool of Emsc

declared in 0.1.0

Get recent earthquakes from EMSC (European-Mediterranean Seismological Centre): the last N days above a minimum magnitude, newest first. Convenience wrapper over the FDSN event API. Global coverage, strong in Europe/Mediterranean. Times are UTC ISO 8601, depth in km. Example: recent_earthquakes({ days: 7, minmag: 4 }).

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "days": {
      "type": "number",
      "description": "How many days back to look (default: 7)."
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of results, 1-1000 (default: 50)."
    },
    "minmag": {
      "type": "number",
      "description": "Minimum magnitude to include (default: 4)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Emsc

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

1/7 registries
View full server →
recent_earthquakes — Emsc — PRSM MCP