earthquake-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@earthquake-mcp-serverShow me earthquakes in the last 24 hours with magnitude 4.0+"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
earthquake-mcp-server
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
Related MCP server: DeepMap AI MCP Server
Tools
Tool | Description |
| Recent earthquakes (last N hours), filtered by magnitude |
| Search by date range and magnitude |
| Major earthquakes (M5.0+) sorted by magnitude |
| Earthquakes within a radius of lat/lon coordinates |
| 24h global seismic activity summary with statistics |
| Count earthquakes in a time range |
| Top N largest earthquakes in the last N years |
| Educational: Moment Magnitude Scale explained |
Installation
pip install earthquake-mcp-serverUsage 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
space-mcp-server — NASA space data
climate-risk-mcp-server — Climate & ESG data
geospatial-mcp-server — OpenStreetMap & geospatial tools
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/earthquake-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server