# USGS Earthquakes MCP server

Real-time earthquake events from the US Geological Survey

## Links
- Registry page: https://www.getdrio.com/mcp/com-olyport-earthquake
- Website: https://olyport.com

## Install
- Endpoint: https://mcp.olyport.com/earthquake/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.olyport.com/earthquake/mcp

## Tools
- 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.

    Args:
        min_magnitude: Minimum magnitude to include (default 2.5). Use 4.5+ for significant quakes only.
        days: Number of days to look back (default 7, max 30).
        limit: Maximum number of earthquakes to return (default 50, max 500).
     Endpoint: https://mcp.olyport.com/earthquake/mcp
- 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.

    Args:
        latitude: Latitude of the center point (e.g. 37.7749 for San Francisco).
        longitude: Longitude of the center point (e.g. -122.4194 for San Francisco).
        radius_km: Search radius in kilometers (default 100, max 20001).
        min_magnitude: Minimum magnitude to include (default 1.0).
        days: Number of days to look back (default 30, max 365).
     Endpoint: https://mcp.olyport.com/earthquake/mcp
- 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 summary when available.

    Args:
        event_id: The USGS event ID (e.g. 'us7000m1xh'). Get IDs from search results.
     Endpoint: https://mcp.olyport.com/earthquake/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.olyport
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 2, 2026
- Source: https://registry.modelcontextprotocol.io
