recent_earthquakes
ActiveTool of Emsc
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Emsc
https://github.com/pipeworx-io/mcp-emsc
1/7 registries