USGS Earthquakes
com.olyport/earthquakeReal-time earthquake events from the US Geological Survey
Tools · 3
Get recent earthquakes worldwide above a minimum magnitude. Returns earthquake events from the USGS catalog sorted by time (newest first). Useful for monitoring seismic activity globally. …
Get earthquakes near a specific geographic location. Searches for earthquakes within a radius of the given coordinates. Useful for assessing local seismic risk or investigating felt reports. …
Get full details of a specific earthquake event by its USGS event ID. Returns comprehensive information including magnitude, location, depth, felt reports, tsunami status, and tectonic summar…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"usgs_earthquakes": {
"url": "https://mcp.olyport.com/earthquake/mcp",
"transport": "streamable-http"
}
}
}