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: Comprehensive Earthquake Monitoring 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
Related MCP Servers
- Alicense-qualityDmaintenanceProvides access to the USGS Quakes API within Claude Desktop, enabling users to retrieve earthquake data and details through natural language queries.Last updated1MIT
- Alicense-qualityDmaintenanceIntegrates multiple earthquake data sources (IRIS, USGS, GNSS) for comprehensive seismic monitoring, analysis, and risk assessment via natural language queries.Last updated1MIT
- Alicense-qualityCmaintenanceProvides access to the USGS Earthquake Catalog for querying earthquake events via the FDSNWS API, enabling natural language questions about earthquake data.Last updated12MIT
- AlicenseAqualityCmaintenanceMCP server wrapping the USGS Earthquake Hazards API, enabling AI assistants to search the global earthquake catalog, look up event details, count quakes, find 'Did You Feel It' reports, and read realtime feeds.Last updated5MIT
Related MCP Connectors
Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts.
Real-world data for agents: air quality, geocoding, quakes, holidays, web search
USGS Earthquake Catalog MCP (FDSNWS event API).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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