mcpbeat Sign in

Usgs Earthquakes MCP Server

local only

Usgs Earthquakes MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

USGS earthquake feeds and queries.

Installs / week
npm · usgs-earthquakes-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Usgs Earthquakes MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add usgs-earthquakes-mcp -- npx -y usgs-earthquakes-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "usgs-earthquakes-mcp": {
      "args": [
        "-y",
        "usgs-earthquakes-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.usgs-earthquakes-mcp]
command = "npx"
args = ["-y", "usgs-earthquakes-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "usgs-earthquakes-mcp": {
      "args": [
        "-y",
        "usgs-earthquakes-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "usgs-earthquakes-mcp": {
      "args": [
        "-y",
        "usgs-earthquakes-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Usgs Earthquakes MCP

same job, measured the same way
Earthquake MCP Server
by cyanheads

Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts.

297 installs/wk 4 tools answering
Usgs Earthquakes
by pipeworx-io

USGS Earthquake Catalog MCP (FDSNWS event API).

34 tools answering
Weather MCP
by mrfentmen

Unified weather server: NWS forecasts and alerts, USGS earthquakes, and FEMA disasters.

local only
DaedalMap Disaster and Geospatial Data
by daedalmap

Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.

13 tools answering
C
USGS Earthquakes
by olyport

Real-time earthquake events from the US Geological Survey

3 tools answering
Earthquake Monitor Mcp
by varvararatta

Our Earthquake Monitor harnesses the USGS earthquake feed to provide you with up-to-the-minute

3 tools answering
Weather Intel MCP
by datakoot

US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

6 tools answering
USGS Earthquakes MCP by UnClick
by malamutemayhem

Recent earthquakes worldwide and by region, with detail, from USGS. No API key. By UnClick.

16 installs/wk local only

Usgs Earthquakes MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Usgs Earthquakes MCP?
Usgs Earthquakes MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package usgs-earthquakes-mcp.
How do I connect Usgs Earthquakes MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls usgs-earthquakes-mcp straight from npm; nothing to host, nothing to sign up for.
Is Usgs Earthquakes MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.