usgs-earthquakes-pp-mcp — USGS earthquake data via MCP server

draft — generated, polish on first use.

Category: pp-mcp Where it works: Claude Code / Telegram (Hermes) / both Source: ~/.mcp.json

What it is

MCP server that exposes USGS earthquake data. Remote/Go implementation — tool surface not locally introspectable.

How to trigger it

  • “arată-mi cutremurele recente”
  • “ce cutremure au fost azi”
  • “USGS earthquakes”
  • Direct command: verifică doctrina
  • Auto-fires? no

How to use it

Operator requests earthquake data; MCP server queries USGS feed and returns structured results (time, magnitude, location, depth).

Practical examples

  1. you: “arată-mi cutremurele recente” list of recent events with magnitude ≥ threshold.
  2. you: “ce cutremure au fost azi în California” filtered results for the requested region/time window.

Tools

toolwhat it doesexample
list_recent_earthquakesReturns recent earthquake events from USGSlist_recent_earthquakes(magnitude_min=4.0, hours=24)
get_event_detailsFetches full details for a specific event IDget_event_details(event_id=“us7000abcd”)
search_by_regionSearches earthquakes within a bounding box or named regionsearch_by_region(region=“California”, magnitude_min=3.0)
search_by_timeSearches earthquakes in a time windowsearch_by_time(start=“2025-01-01T00:00:00Z”, end=“2025-01-02T00:00:00Z”)

Notes / limits

Remote server — availability depends on USGS feed and MCP host. No local caching; repeated calls hit live USGS endpoints. Verify tool names against actual server schema on first use.