get_earthquakes
ActiveTool of mcp-science
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-science
https://github.com/pipeworx-io/mcp-science
2/7 registries