Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

USGS Earthquakes

com.olyport/earthquake

Real-time earthquake events from the US Geological Survey

Uptime
11.1%
27 probes
Response
482ms
last probe
Tools
3
callable

Tools · 3

get_recent_earthquakes

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

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_earthquake_detail

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"
    }
  }
}