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
- you: “arată-mi cutremurele recente” → list of recent events with magnitude ≥ threshold.
- you: “ce cutremure au fost azi în California” → filtered results for the requested region/time window.
Tools
| tool | what it does | example |
|---|---|---|
| list_recent_earthquakes | Returns recent earthquake events from USGS | list_recent_earthquakes(magnitude_min=4.0, hours=24) |
| get_event_details | Fetches full details for a specific event ID | get_event_details(event_id=“us7000abcd”) |
| search_by_region | Searches earthquakes within a bounding box or named region | search_by_region(region=“California”, magnitude_min=3.0) |
| search_by_time | Searches earthquakes in a time window | search_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.