Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.cyanheads/earthquake-mcp-server

REMOTE · EARTHQUAKE.CASEYJHAND.COM · 2 COMPONENTS · SCANNED SEP 21

Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts.

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security66
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3721 tokens (~155/item across 24 items; 4 tools + 20 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.cyanheads/earthquake-mcp-server server?

io.github.cyanheads/earthquake-mcp-server is a hosted endpoint at https://earthquake.caseyjhand.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · earthquake.caseyjhand.com

# add to Claude Code
claude mcp add --transport http cyanheads-earthquake-mcp-server 'https://earthquake.caseyjhand.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "cyanheads-earthquake-mcp-server": {
      "url": "https://earthquake.caseyjhand.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cyanheads-earthquake-mcp-server": {
      "type": "http",
      "url": "https://earthquake.caseyjhand.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.cyanheads-earthquake-mcp-server]
url = "https://earthquake.caseyjhand.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-earthquake-mcp-server": {
      "type": "remote",
      "url": "https://earthquake.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cyanheads-earthquake-mcp-server --url 'https://earthquake.caseyjhand.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  cyanheads-earthquake-mcp-server:
    url: "https://earthquake.caseyjhand.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cyanheads-earthquake-mcp-server": {
      "Transport": "http",
      "Url": "https://earthquake.caseyjhand.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add cyanheads-earthquake-mcp-server -t streamable-http -u 'https://earthquake.caseyjhand.com/mcp'
// mcp.json
{
  "mcpServers": {
    "cyanheads-earthquake-mcp-server": {
      "type": "http",
      "url": "https://earthquake.caseyjhand.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 0
    • Server version: 0.3.5 → 0.3.6 functional
  • 13 Sept 26 0
    • Server version: 0.3.4 → 0.3.5 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 −1
    • Stability: pass → 0.93 functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • MCP protocol version: 2025-11-25 → 2026-07-28 functional
    • Server version: 0.3.3 → 0.3.4 functional
  • 18 Aug 26 0
    • Tool “earthquake_count” rewrote its description, which is the text the model reads security
    • Tool “earthquake_search” rewrote its description, which is the text the model reads security
    • Schema quality: 130 → 155 functional
    • Schema quality: 130 → 154 functional
    • Server version: 0.3.2 → 0.3.3 functional
    • Server version: 0.3.1 → 0.3.2 functional
    • “earthquake_count” added an optional parameter “min_latitude” cosmetic
    • “earthquake_count” added an optional parameter “max_longitude” cosmetic
    • “earthquake_count” added an optional parameter “max_latitude” cosmetic
    • “earthquake_count” added an optional parameter “min_longitude” cosmetic
    • “earthquake_search” added an optional parameter “max_latitude” cosmetic
    • “earthquake_search” added an optional parameter “max_longitude” cosmetic
    • “earthquake_search” added an optional parameter “min_latitude” cosmetic
    • “earthquake_search” added an optional parameter “min_longitude” cosmetic
    • “earthquake_count” reworded the description of “start_time” cosmetic
    • “earthquake_count” reworded the description of “radius_km” cosmetic
    • “earthquake_count” reworded the description of “min_depth_km” cosmetic
    • “earthquake_count” reworded the description of “max_depth_km” cosmetic
    • “earthquake_count” reworded the description of “end_time” cosmetic
    • “earthquake_search” reworded the description of “end_time” cosmetic
    • “earthquake_search” reworded the description of “max_depth_km” cosmetic
    • “earthquake_search” reworded the description of “min_depth_km” cosmetic
    • “earthquake_search” reworded the description of “radius_km” cosmetic
    • “earthquake_search” reworded the description of “start_time” cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://earthquake.caseyjhand.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=caseyjhand.com CN=WE1,O=Google Trust Services,C=US 4 Sept 2026 3 Dec 2026 ECDSA 256 ECDSA-SHA256 a6985204ed51ae050e7738aa6be668e9
SANs: caseyjhand.com, *.caseyjhand.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of earthquake.caseyjhand.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
caseyjhand.com. present 2371 13 Verified
earthquake.caseyjhand.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://earthquake.caseyjhand.com/mcp Verified 200
http (plaintext) http://earthquake.caseyjhand.com/mcp HTTPS enforced 301 https://earthquake.caseyjhand.com/mcp
MCP tools · 4 exposed · ~3,006 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
earthquake_count ~1,065

Count earthquakes matching filters without fetching full records. Use for statistical queries ("how many M5+ earthquakes in 2025?") or to gauge result size before calling earthquake_search. Omitting start_time counts only the last 30 days, so pass an explicit range for any period-specific question; queryEcho reports the window and filters the count actually covers. When exceeds_limit is true, the count exceeds 20,000 and a full search would be truncated — narrow filters before fetching. USGS returns the max_allowed cap (20,000); EMSC count endpoint does not return this field (max_allowed will be null). Counts can be scoped to a rectangular study area with min_latitude, max_latitude, min_longitude, and max_longitude — each independently optional. Combining the box with the lat/lon/radius circle intersects the two, counting only events inside both. Both catalogs include non-tectonic records, so a radius over a mining region counts quarry blasts alongside earthquakes — pass event_type="earthquake" on USGS to exclude them. USGS-specific filters (alert_level, event_type, min_felt, min_significance) are not sent when source=emsc — the response names them in ignoredFilters.

NameTypeReqDescription
alert_levelstringMinimum PAGER alert level. PAGER estimates economic loss and casualties. "green" = minimal impact; "red" = extreme. Only available from USGS.
end_timestringEnd of time range as ISO 8601, in the same forms start_time accepts. Defaults to current time if omitted.
event_typestringFilter by upstream event classification, e.g. "earthquake" to exclude quarry blasts and explosions from the count, or "quarry blast" to count only those. Matched verbatim against the USGS catalog, wh…
latitudenumberLatitude for radius search. Requires longitude and radius_km.
longitudenumberLongitude for radius search. Requires latitude and radius_km.
max_depth_kmnumberMaximum depth in kilometers. Bounded to the documented -100 to 1000 km catalog envelope.
max_latitudenumberNorthern edge of a bounding-box search, in degrees.
max_longitudenumberEastern edge of a bounding-box search, in degrees.
max_magnitudenumberMaximum magnitude.
min_depth_kmnumberMinimum depth in kilometers. Bounded to the documented -100 to 1000 km catalog envelope. Shallow quakes (0–70 km) typically cause more surface damage than deep quakes (>300 km).
min_feltintegerMinimum number of DYFI (Did You Feel It?) reports. Use to count events with confirmed public impact. Only available from USGS.
min_latitudenumberSouthern edge of a bounding-box search, in degrees. Independent of the other three box parameters — supply any of them. Must not exceed max_latitude when both are given.
min_longitudenumberWestern edge of a bounding-box search, in degrees. Range extends beyond ±180 so a box can cross the antimeridian (e.g. min_longitude=170, max_longitude=190) — always keep min_longitude at or below ma…
min_magnitudenumberMinimum magnitude (Richter or equivalent). M2.5+ is felt by some people; M5+ can cause damage; M7+ is major.
min_significanceintegerMinimum USGS significance score (0–2000+). Combines magnitude, felt reports, and PAGER estimates. Significant events typically score 600+. Only available from USGS.
radius_kmnumberSearch radius in kilometers from the lat/lon point. Max 20001.6, the ceiling USGS enforces — half the Earth's great-circle circumference. Converted to degrees for EMSC (1° ≈ 111.2 km).
sourcestringData source. Both catalogs are global. "usgs" covers global events with PAGER, DYFI, and ShakeMap metadata. "emsc" is an independent global catalog operated by the European-Mediterranean Seismologica…
start_timestringStart of time range as ISO 8601 (e.g. "2026-01-01" or "2026-05-23T00:00:00"). A bare year expands to January 1st and an unpadded month or day is zero-padded, so both sources honor the same window. De…
NameTypeReqDescription
countnumberNumber of events matching the query.
errorobjectPresent when the call failed. Absent on success.
exceeds_limitbooleanTrue when count exceeds 20000 — a full earthquake_search would be truncated. For EMSC, evaluated against the known 20000 limit since max_allowed is not returned. Narrow filters to retrieve all matchi…
ignoredFiltersarrayUSGS-only filters supplied in the input but not sent upstream because source=emsc does not support them. The count is NOT constrained by these — re-run with source=usgs to apply them. Absent when eve…
max_allowednumber|nullMaximum events the API would return for a full fetch. 20000 for USGS. Null for EMSC — the EMSC count endpoint does not return this field.
queryEchoobjectEcho of the effective parameters the count covers, including server-resolved defaults. Read start_time and end_time to know which window the count spans — a filter absent here was not sent upstream.
sourcestringData source used.

No examples provided.

earthquake_get_event ~213

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: PAGER impact alert and report link, ShakeMap peak intensity and ground motion, DYFI felt-report totals, the moment-tensor focal mechanism, landslide and liquefaction alerts, origin quality (azimuthal gap, station count, location uncertainty), and finite-fault rupture dimensions. Products are omitted when USGS produced none — a small automatic event typically has no detail at all, while a large reviewed one has most of it. Event IDs appear in the "id" field of earthquake_get_feed and earthquake_search results. This tool is USGS-only — EMSC events have no per-event detail endpoint.

NameTypeReqDescription
event_idstringyesUSGS event ID, e.g. "hv74966427" or "us6000sznj". Found in the "id" field of earthquake_get_feed and earthquake_search results.
NameTypeReqDescription
detailobjectAnalysis products USGS attached to this event. Absent when the event carries none — that means no product was produced, not that impact was zero.
errorobjectPresent when the call failed. Absent on success.
eventobjectFull earthquake event detail.

No examples provided.

earthquake_get_feed ~462

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 happening now" queries. "all" includes microseisms (M<1); "significant" is a USGS curation based on magnitude, felt reports, and PAGER impact estimates. "hour" returns 0–10 events typically; "month" can exceed 10,000 for the "all" tier, so results are returned a page at a time: count is the page size, totalCount the whole feed, and nextCursor the input for the following page. The cursor is opaque and must be passed back verbatim — unlike earthquake_search, these feeds have no upstream paging parameter and USGS regenerates them about once a minute, so a numeric offset across two calls would skip or repeat events. For historical or filtered queries, use earthquake_search instead.

NameTypeReqDescription
cursorstringOpaque token for the next page, taken verbatim from a previous call's nextCursor. Omit for the first page. Do not construct, parse, or edit it — it encodes a position in the feed snapshot and is reje…
limitintegerMaximum events to return in this call. Default 100, max 1000. Applies to the first page; later pages carry the page size inside the cursor, so set it on the first call rather than changing it mid-seq…
magnitude_tierstringMinimum magnitude threshold for the feed. "all" includes microseisms (M<1). "1.0" is M1.0+. "2.5" is M2.5+. "4.5" is M4.5+. "significant" is a USGS curated selection based on magnitude, felt reports,…
time_windowstringTime window for the feed. "hour" typically returns 0–10 events; "month" can exceed 10,000 for the "all" tier. Prefer "hour" or "day" for real-time status checks.
NameTypeReqDescription
countnumberNumber of events returned in this page, not the whole feed.
errorobjectPresent when the call failed. Absent on success.
eventsarrayEarthquake events for this page, newest first.
feed_urlstringSource feed URL.
generated_atstringISO 8601 UTC timestamp when this feed was generated by USGS.
nextCursorstringOpaque token to pass back as the cursor input for the next page. Present only when more events remain; absent means this was the last page.
noticestringRecovery guidance when the feed contains no events, or how to continue when a page was capped — narrowing the magnitude tier, widening the time window, paging with the cursor, or using earthquake_sea…
totalCountnumberNumber of events in the whole feed, across every page.
truncatedbooleanTrue when the feed holds more events than this page returned. nextCursor carries the input for the following page.

No examples provided.

earthquake_search ~1,266

Search earthquakes by time range, magnitude, depth, location radius, PAGER alert level, or felt reports. Supports USGS (global, richer metadata: PAGER, DYFI, ShakeMap) and EMSC, an independent global catalog operated by the European-Mediterranean Seismological Centre. For location-based queries, provide latitude, longitude, and radius_km together. A rectangular study area is expressed with min_latitude, max_latitude, min_longitude, and max_longitude — each independently optional, so a single edge is a valid constraint. Combining the box with the lat/lon/radius circle intersects the two, returning only events inside both. Both catalogs include non-tectonic records (quarry blasts, explosions) — every event carries its event_type, and event_type="earthquake" filters the rest out on USGS. USGS-specific filters (alert_level, event_type, min_felt, min_significance) are not sent when source=emsc — the response names them in ignoredFilters. Use earthquake_count first to gauge result size before requesting large result sets. A single call returns at most 20,000 events; larger result sets are retrieved by paging with offset, which is passed straight through to the upstream FDSN API. When a result is capped, nextOffset carries the offset for the following page and totalCount the full match count — or countUnavailable reports that the count lookup failed and the total is unknown.

NameTypeReqDescription
alert_levelstringMinimum PAGER alert level. PAGER estimates economic loss and casualties. "green" = minimal impact; "red" = extreme. Only available from USGS.
end_timestringEnd of time range as ISO 8601, in the same forms start_time accepts. Defaults to current time if omitted.
event_typestringFilter by upstream event classification, e.g. "earthquake" to exclude quarry blasts and explosions, or "quarry blast" to see only those. Matched verbatim against the USGS catalog, which accepts any s…
latitudenumberLatitude for radius search. Requires longitude and radius_km.
limitintegerMaximum events to return per call. Default 100. Large limits (>1000) may result in slow responses. Max 20000. Combine with offset to retrieve match sets larger than one call can return.
longitudenumberLongitude for radius search. Requires latitude and radius_km.
max_depth_kmnumberMaximum depth in kilometers. Bounded to the documented -100 to 1000 km catalog envelope.
max_latitudenumberNorthern edge of a bounding-box search, in degrees.
max_longitudenumberEastern edge of a bounding-box search, in degrees.
max_magnitudenumberMaximum magnitude.
min_depth_kmnumberMinimum depth in kilometers. Bounded to the documented -100 to 1000 km catalog envelope. Shallow quakes (0–70 km) typically cause more surface damage than deep quakes (>300 km).
min_feltintegerMinimum number of DYFI (Did You Feel It?) reports. Use to find events with confirmed public impact. Only available from USGS.
min_latitudenumberSouthern edge of a bounding-box search, in degrees. Independent of the other three box parameters — supply any of them. Must not exceed max_latitude when both are given.
min_longitudenumberWestern edge of a bounding-box search, in degrees. Range extends beyond ±180 so a box can cross the antimeridian (e.g. min_longitude=170, max_longitude=190) — always keep min_longitude at or below ma…
min_magnitudenumberMinimum magnitude (Richter or equivalent). M2.5+ is felt by some people; M5+ can cause damage; M7+ is major.
min_significanceintegerMinimum USGS significance score (0–2000+). Combines magnitude, felt reports, and PAGER estimates. Significant events typically score 600+. Only available from USGS.
offsetintegerIndex of the first event to return, counting from 1 — offset=1 is the first match (both upstream APIs reject 0). Omit for the first page, then pass the nextOffset value from a capped result to fetch…
order_bystringSort order. "time" returns newest first; "magnitude" returns largest first.
radius_kmnumberSearch radius in kilometers from the lat/lon point. 100 km covers a metro region; 500 km covers a large country. Max 20001.6, the ceiling USGS enforces. Converted to degrees for EMSC (1° ≈ 111.2 km).
sourcestringData source. Both catalogs are global. "usgs" covers global events with PAGER, DYFI, and ShakeMap metadata. "emsc" is an independent global catalog operated by the European-Mediterranean Seismologica…
start_timestringStart of time range as ISO 8601 (e.g. "2026-01-01" or "2026-05-23T00:00:00"). A bare year expands to January 1st and an unpadded month or day is zero-padded, so both sources honor the same window. De…
NameTypeReqDescription
countnumberNumber of events returned.
countUnavailablebooleanTrue when the follow-up total-count query failed, so the total is unknown for this call rather than never requested. The returned events are complete and unaffected; only totalCount is missing. Retry…
errorobjectPresent when the call failed. Absent on success.
eventsarrayMatching earthquake events.
ignoredFiltersarrayUSGS-only filters supplied in the input but not sent upstream because source=emsc does not support them. The result set is NOT constrained by these — re-run with source=usgs to apply them. Absent whe…
nextOffsetnumberValue to pass as the offset input to retrieve the next page, with every other input unchanged. Present only when more events remain; absent means this was the last page.
noticestringRecovery guidance when results are empty or capped — how to broaden filters or get the full count. Absent when the result set is non-empty and within the limit.
queryEchoobjectEcho of the effective parameters sent to the upstream API, including server-resolved defaults. Use to diagnose unexpected or empty results — a filter absent here was not sent upstream.
sourcestringData source used.
totalCountnumberTotal events matching the query before the limit was applied. Fetched via a follow-up count query when results are truncated at the limit. Absent when results were not capped, and when that follow-up…
truncatedbooleanTrue when results were capped by the limit parameter. totalCount carries the full match count when available, and nextOffset the input for the following page. With countUnavailable set the total is u…

No examples provided.

Common questions

What is the io.github.cyanheads/earthquake-mcp-server server?

io.github.cyanheads/earthquake-mcp-server is listed in the public MCP registry as io.github.cyanheads/earthquake-mcp-server. Search USGS and EMSC seismic data, real-time feeds, event queries, and earthquake counts. This page covers its hosted endpoint (https://earthquake.caseyjhand.com/mcp).

Is the io.github.cyanheads/earthquake-mcp-server server safe to use?

io.github.cyanheads/earthquake-mcp-server scores 83 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.cyanheads/earthquake-mcp-server server expose?

io.github.cyanheads/earthquake-mcp-server exposes 4 tools: earthquake_get_feed, earthquake_search, earthquake_get_event, earthquake_count. Their descriptions and schemas cost roughly 3,006 tokens of context every time the server is loaded.

Does the io.github.cyanheads/earthquake-mcp-server server require authentication?

No. We connected to io.github.cyanheads/earthquake-mcp-server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.cyanheads/earthquake-mcp-server server still maintained?

io.github.cyanheads/earthquake-mcp-server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.