# USGS Earthquakes

`dev.mcpharbor.gateway/usgs_quake`, version 1.0.0

USGS earthquake catalog: seismic events, magnitude, real-time feeds and hazard data

- MCP endpoint: `https://gateway.mcpharbor.dev/mcp/usgs_quake` for this server alone, or `https://gateway.mcpharbor.dev/mcp` for every server
- Authentication: `Authorization: Bearer <your gateway API key>`
- Price per tool call: $0.0001 (100 micro-USD)
- Registry entry: <https://gateway.mcpharbor.dev/v0.1/servers/dev.mcpharbor.gateway%2Fusgs_quake/versions/latest>
- Every tool, machine-readable: <https://gateway.mcpharbor.dev/llms-full.txt>

## Provider

We proxy this provider under the terms below, re-checked on a schedule. If a re-check ever
says no, the server and its tools leave the catalog and this page disappears with them.

| Fact | Value |
| --- | --- |
| Terms of use | <https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits> |
| Terms verified on | 2026-09-19 |
| API documentation | <https://earthquake.usgs.gov/fdsnws/event/1/> |
| Upstream API key | none required |
| Rate limit | 600 requests per minute |
| Website | <https://earthquake.usgs.gov/fdsnws/event/1/> |
| Compliance notes | search/count accept source=emsc, whose terms were not reviewed, and the source cannot be pinned yet. Excluded under default-deny; re-enable once argument pinning exists. |

## Attribution

This provider requires the attribution below wherever you use results from its tools.
Reproduce it verbatim:

> Not legally required (public domain), but USGS asks that proper credit be given, e.g. 'Credit: U.S. Geological Survey, Department of the Interior/USGS'. Do not imply USGS endorsement.

## Tools (2)

Every call below costs $0.0001 (100 micro-USD). Listing them costs nothing.

| Tool | Description | Price per call | Documentation |
| --- | --- | --- | --- |
| `usgs_quake__earthquake_get_event` | Fetch detail for a specific earthquake by USGS event ID. Returns the same normalized event a search result carries, plus a projection of the analysis products only the single-event response holds: ... | $0.0001 | [usgs_quake__earthquake_get_event](https://gateway.mcpharbor.dev/docs/tools/usgs_quake__earthquake_get_event) |
| `usgs_quake__earthquake_get_feed` | Fetch a USGS pre-computed real-time earthquake feed by magnitude tier and time window. These feeds are CDN-cached by USGS and faster and more available than the query API — use them for "what's hap... | $0.0001 | [usgs_quake__earthquake_get_feed](https://gateway.mcpharbor.dev/docs/tools/usgs_quake__earthquake_get_feed) |

## Price

- $0.0001 (100 micro-USD) per tool call.
- Billed on: each tools/call that reaches the upstream and returns a result.
- Free: server/discover, tools/list, registry endpoints, docs files.
- Payment: prepaid credits, drawn down per call. A call your balance cannot cover is refused with HTTP 402 before any upstream is contacted.
- A charged call that then fails upstream is refunded automatically.
- Retries are ordinary calls. There is no client idempotency key, so repeating a request that was already charged buys a second call - see [agent.txt](https://gateway.mcpharbor.dev/agent.txt), section 7.
