Open Data

USGS Earthquakes MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

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.

2 tools
Agent guide included
No auth required
Try it Free

No account 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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with USGS Earthquakes?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

USGS Earthquakes MCP Server & Skill — 2 Tools