Open Data

USGS Earthquakes MCP Server

Chat with AI and run tools instantly — no API key or third-party login needed.

USGS Earthquake Hazards Program API providing real-time and historical earthquake data worldwide. Search earthquakes by magnitude, location, date range, and get detailed event information.

Managed
2 tools
Agent guide included

No API key or third-party login needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for USGS Earthquakes — workflow patterns, data models, and gotchas for your AI agent.

USGS Earthquake Hazards API

Real-time and historical earthquake data from the USGS. No authentication required.

Data Model

  • Event — An earthquake with magnitude, location, depth, time, and significance.
  • Feature — GeoJSON feature wrapping an event with geometry (coordinates) and properties.
  • FeatureCollection — A collection of features with metadata (count, API version).

Key Properties

  • mag — Magnitude (Richter-like scale). Typically 0-10+.
  • place — Human-readable location description.
  • time — Event time as Unix epoch milliseconds.
  • alert — PAGER alert level: "green", "yellow", "orange", "red" (or null).
  • tsunami — 1 if tsunami warning issued, 0 otherwise.
  • sig — Significance score (0-3000+). Combines magnitude, felt reports, and damage.
  • type — Event type: "earthquake", "quarry blast", "explosion", etc.
  • felt — Number of felt reports (null if none).
  • mmi — Modified Mercalli Intensity (shaking intensity, 1-12 scale).

Magnitude Types

  • ml — Local (Richter), mb — Body-wave, ms — Surface-wave, mw — Moment (preferred for large events).

Gotchas

  • Time parameters use ISO 8601 format (e.g. "2025-01-01" or "2025-01-01T00:00:00").
  • Maximum result limit is 20,000 events per request.
  • Large queries (many events) can be slow — narrow date range or magnitude.
  • Coordinates are [longitude, latitude, depth] in GeoJSON geometry.
  • Depth is in kilometers (positive = below sea level).

Tools in this Server (2)

Usgs Earthquake Detail

Get detailed information about a specific earthquake event including magnitude, location, depth, PAGER alert level, tsunami status, felt reports, and ...

Usgs Earthquake Search

Search USGS earthquake data worldwide. Filter by date range, magnitude, geographic location (lat/lon + radius), and alert level. Returns magnitude, lo...

Frequently Asked Questions

What is the USGS Earthquakes MCP server?

USGS Earthquake Hazards Program API providing real-time and historical earthquake data worldwide. Search earthquakes by magnitude, location, date range, and get detailed event information. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect USGS Earthquakes to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/usgs-earthquakes. Authentication is handled automatically.

How many tools does USGS Earthquakes provide?

USGS Earthquakes provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does USGS Earthquakes require?

USGS Earthquakes uses open data APIs — no authentication required.

Setup Instructions

Connect USGS Earthquakes to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/usgs-earthquakes

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to USGS Earthquakes and paste the MCP URL into Remote MCP server URL.
  4. Click Add. USGS Earthquakes will appear under Not connected — select it and click Connect to complete OAuth.
Name: USGS Earthquakes
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/usgs-earthquakes
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try USGS Earthquakes now

No API key or third-party login required. Chat with AI and run tools instantly.

USGS Earthquakes MCP Server & Skill — 2 Tools