1. Conduid
  2. Commerce
  3. earthquake-mcp-server
MCP server · Commerce

earthquake-mcp-server

MCP Server for real-time earthquake data and seismic monitoring via USGS Earthquake Catalog API

Unclaimed commerce
37Low

Scored 4 months ago · breakdown

About earthquake-mcp-server

earthquake-mcp-server is an MCP server in the Commerce category: mCP Server for real-time earthquake data and seismic monitoring via USGS Earthquake Catalog API. It has been installed 0 times through Conduid.

Install

uvx
uvx earthquake-mcp-server
pip
pip install earthquake-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about earthquake-mcp-server

Powered by Claude · Grounded in docs

I know everything about earthquake-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

earthquake-mcp-server

PyPI version

Real-time earthquake data and seismic monitoring for AI agents via the USGS Earthquake Catalog API. No API key required — all data is open and free.

Features

  • Real-time data from the USGS Earthquake Hazards Program
  • No API key needed — fully open data
  • Global coverage — all earthquakes worldwide
  • Tsunami warnings, felt reports, and PAGER alert levels
  • Magnitude filtering, date ranges, and radius search
  • Historical data going back decades

Tools

Tool Description
tool_get_recent_earthquakes Recent earthquakes (last N hours), filtered by magnitude
tool_search_earthquakes Search by date range and magnitude
tool_get_significant_earthquakes Major earthquakes (M5.0+) sorted by magnitude
tool_earthquakes_near_location Earthquakes within a radius of lat/lon coordinates
tool_get_seismic_summary 24h global seismic activity summary with statistics
tool_get_earthquake_count Count earthquakes in a time range
tool_get_largest_earthquakes Top N largest earthquakes in the last N years
tool_get_magnitude_info Educational: Moment Magnitude Scale explained

Installation

pip install earthquake-mcp-server

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "earthquake": {
      "command": "earthquake-mcp-server"
    }
  }
}

Example Queries

  • "Show me all earthquakes in the last 24 hours with magnitude 4.0+"
  • "Were there any significant earthquakes near Japan this week?"
  • "What is the seismic activity summary for today?"
  • "Find earthquakes near coordinates 35.6°N, 139.7°E (Tokyo) in the last 30 days"
  • "What are the 10 largest earthquakes in the last year?"
  • "How strong was the strongest earthquake this month?"

Data Source

All data comes from the USGS Earthquake Catalog API, maintained by the U.S. Geological Survey. Data is real-time and updated continuously.

License

MIT License — see LICENSE

Related MCP Servers

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About earthquake-mcp-server

How do I install earthquake-mcp-server?

Run uvx earthquake-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is earthquake-mcp-server safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is earthquake-mcp-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.