search_earthquakes
ActiveTool of Emsc
Search seismic events from EMSC (European-Mediterranean Seismological Centre) via the FDSN-standard seismicportal.eu API. Global coverage with especially strong Europe/Mediterranean reporting — complements USGS. Filter by UTC time range, magnitude, and location (either a bounding box OR a center point + radius in degrees). Times are UTC ISO 8601, depth in km, and place names come from the Flynn-Engdahl region. Example: search_earthquakes({ start: "2026-01-01", end: "2026-02-01", minmag: 5.0, orderby: "magnitude" }) or search_earthquakes({ lat: 38.0, lon: 23.7, maxradius: 5, minmag: 3 }).
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"end": {
"type": "string",
"description": "End of UTC time window, ISO 8601."
},
"lat": {
"type": "number",
"description": "Center latitude for circular search (use with lon + maxradius)."
},
"lon": {
"type": "number",
"description": "Center longitude for circular search (use with lat + maxradius)."
},
"limit": {
"type": "number",
"description": "Maximum number of results, 1-1000 (default: 50)."
},
"start": {
"type": "string",
"description": "Start of UTC time window, ISO 8601 (e.g. \"2026-01-01\" or \"2026-01-01T00:00:00\")."
},
"maxlat": {
"type": "number",
"description": "Bounding box northern latitude, -90 to 90 (optional)."
},
"maxlon": {
"type": "number",
"description": "Bounding box eastern longitude, -180 to 180 (optional)."
},
"maxmag": {
"type": "number",
"description": "Maximum magnitude (optional)."
},
"minlat": {
"type": "number",
"description": "Bounding box southern latitude, -90 to 90 (optional)."
},
"minlon": {
"type": "number",
"description": "Bounding box western longitude, -180 to 180 (optional)."
},
"minmag": {
"type": "number",
"description": "Minimum magnitude (optional)."
},
"orderby": {
"enum": [
"time",
"time-asc",
"magnitude",
"magnitude-asc"
],
"type": "string",
"description": "Result ordering (default: \"time\", i.e. newest first)."
},
"maxradius": {
"type": "number",
"description": "Maximum radius in degrees from center lat/lon (optional)."
},
"minradius": {
"type": "number",
"description": "Minimum radius in degrees from center lat/lon (optional)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Emsc
https://github.com/pipeworx-io/mcp-emsc
1/7 registries