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/ourairports-mcp-server

REMOTE · OURAIRPORTS.CASEYJHAND.COM · 2 COMPONENTS · SCANNED SEP 24

Offline global aviation reference — airports, runways, navaids, frequencies from OurAirports.

0 this week 80 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 6 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 Usability64
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2467 tokens (~411/item across 6 items; 6 tools + 0 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 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 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/ourairports-mcp-server server?

io.github.cyanheads/ourairports-mcp-server is a hosted endpoint at https://ourairports.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 · ourairports.caseyjhand.com

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

  • 24 Sept 26 0
    • Tool “ourairports_find_airports” rewrote its description, which is the text the model reads security
    • Tool “ourairports_find_navaids” rewrote its description, which is the text the model reads security
    • Tool “ourairports_get_airport” rewrote its description, which is the text the model reads security
    • Tool “ourairports_search_runways” rewrote its description, which is the text the model reads security
    • Schema quality: 371 → 411 functional
    • Server version: 0.2.3 → 0.2.4 functional
    • “ourairports_search_runways” reworded the description of “min_length_ft” cosmetic
  • 19 Sept 26 0
    • Server version: 0.2.2 → 0.2.3 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 80
    • 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 0
    • 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.2.1 → 0.2.2 functional
  • 11 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
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 24 Sept 2026 · Probed https://ourairports.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 ourairports.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
ourairports.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://ourairports.caseyjhand.com/mcp Verified 200
http (plaintext) http://ourairports.caseyjhand.com/mcp HTTPS enforced 301 https://ourairports.caseyjhand.com/mcp
MCP tools · 6 exposed · ~2,296 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
ourairports_find_airports ~292

Find airports within a radius of a latitude/longitude, ranked nearest-first by great-circle distance, each with its distance (km) and bearing (degrees true) from the query point. The grounding tool for "nearest airport to here" — pair it with a live aviation server to fetch weather or positions for the result. Takes a coordinate only: no geocoding, so resolve place names to lat/lon upstream first (e.g. an OpenStreetMap or Open-Meteo geocode tool). Closed airports are excluded unless include_closed is set. totalCount is the in-radius match count before limit; a capped result says so. OurAirports is community-edited — not authoritative for flight operations.

NameTypeReqDescription
include_closedbooleanInclude airports of type "closed". Off by default.
latitudenumberyesQuery point latitude in decimal degrees (WGS84), −90 to 90.
limitintegerMaximum airports to return (1–50). Defaults to OURAIRPORTS_DEFAULT_SEARCH_LIMIT (20).
longitudenumberyesQuery point longitude in decimal degrees (WGS84), −180 to 180.
radius_kmnumberSearch radius in kilometers (1–500). Defaults to 100.
typestringRestrict to one airport type (e.g. large_airport for major fields only).
NameTypeReqDescription
airportsarrayAirports within the radius, nearest-first.
capnumberThe limit that was applied. Present only when results were truncated.
errorobjectPresent when the call failed. Absent on success.
noticestringGuidance when no airport fell within the radius or results were capped — how to widen or narrow.
shownnumberNumber of airports returned. Present only when results were truncated.
totalCountnumberAirports within the radius that pass the type and include_closed filters, counted before the limit was applied.
truncatedbooleanPresent and true only when more airports matched than were returned.

No examples provided.

ourairports_find_navaids ~517

Find navigation aids (VOR, VOR-DME, DME, NDB, NDB-DME, TACAN, VORTAC) two ways: spatially, by passing latitude+longitude (with an optional radius_km); or relationally, by passing airport_code to get the navaids that serve that airport. Supply exactly one mode — both or neither is a validation error. Coordinate mode ranks nearest-first with distance (km) and bearing (degrees true). frequencyKhz is the stored value for every navaid type (a VOR on 114.5 MHz reads 114500); frequencyMhz carries the VHF frequency of a VOR or VOR-DME and the paired VHF frequency of a DME, TACAN, or VORTAC, and is null for NDB and NDB-DME, which are tuned in kHz. Each navaid also carries its DME paired frequency, usage class, power, and actual and slaved magnetic variation. totalCount is the match count before limit; a capped result says so. Airport mode returns an empty list (not an error) when the airport exists but has no associated navaids; an unknown airport_code is an error. When airport_code is also a code of other airports, a resolutionNote says which airport it resolved to and names the others by ident — pass that ident to query one of them. OurAirports is community-edited — not authoritative for flight operations.

NameTypeReqDescription
airport_codestringAirport mode: any airport code (IATA/ICAO/GPS/local/ident); returns the navaids serving that airport. Case-insensitive; surrounding whitespace is ignored. Mutually exclusive with latitude/longitude.
latitudenumberCoordinate mode: query point latitude (−90 to 90). Provide with longitude; mutually exclusive with airport_code.
limitintegerMaximum navaids to return (1–50). Defaults to OURAIRPORTS_DEFAULT_SEARCH_LIMIT (20).
longitudenumberCoordinate mode: query point longitude (−180 to 180). Provide with latitude.
radius_kmnumberCoordinate mode: search radius in kilometers (1–500). Defaults to 100. Ignored in airport mode.
typestringRestrict to one navaid type: NDB, VOR-DME, VORTAC, TACAN, VOR, DME, or NDB-DME.
NameTypeReqDescription
airportIdentstring|nullIn airport mode, the resolved airport ident the navaids were matched against; null in coordinate mode.
capnumberThe limit that was applied. Present only when results were truncated.
errorobjectPresent when the call failed. Absent on success.
modestringWhich query mode was used.
navaidsarrayMatching navaids. Nearest-first in coordinate mode; in airport-association order in airport mode.
noticestringGuidance when no navaids matched (empty radius, or airport found but unserved) or results were capped — how to widen or narrow.
resolutionNotestringAirport mode, present only when airport_code is also a code of other airports: the identifier space that matched, why this airport won, and each other airport's ident, country, and code space.
shownnumberNumber of navaids returned. Present only when results were truncated.
totalCountnumberNavaids matched before the limit was applied: in-radius navaids passing the type filter (coordinate mode), or navaids associated with the airport passing the type filter (airport mode).
truncatedbooleanPresent and true only when more navaids matched than were returned.

No examples provided.

ourairports_get_airport ~281

Fetch the full record for one airport resolved by ANY code — IATA (SEA), ICAO (KSEA), GPS, national/local, or the OurAirports ident — with its runways and radio frequencies inline. The single `code` param is resolved case-insensitively across all five identifier spaces (priority: ident, then ICAO, IATA, GPS, local). The response always echoes the airport's complete code set and a resolutionNote naming which space matched; when other airports carry the same code, the note names each one (ident, country, code space) and why this airport won, so a wrong resolution is self-correcting — pass the other airport's ident to fetch it. Absent codes are reported as null, never an error. Runway lengths are the full runway surface (displaced thresholds and overruns included), not usable takeoff or landing distance. Closed airports always resolve. OurAirports is community-edited — not authoritative for flight operations.

NameTypeReqDescription
codestringyesAny airport code: IATA (SEA), ICAO (KSEA), GPS code, national/local code, or the OurAirports ident. Case-insensitive; surrounding whitespace is ignored.
includearrayWhich related records to include inline. Defaults to both. Pass a subset to trim the response.
NameTypeReqDescription
airportobjectThe resolved airport record. Codes the airport lacks are null.
errorobjectPresent when the call failed. Absent on success.
frequenciesarrayRadio frequencies in MHz. Empty when the airport has none OR when `frequencies` was not in `include` — check `included` to tell which.
includedarrayWhich related-record sets this response carries, echoing the effective `include` selection. A relation NOT listed here was omitted by `include` (its array is empty for that reason); a listed relation…
resolutionNotestringHow the code resolved: the identifier space that matched and, when other airports carry the same code, why this one won (resolution priority or dataset row order) and each other airport's ident, coun…
resolvedViastringWhich identifier space the code matched: ident, icao_code, iata_code, gps_code, or local_code.
runwaysarrayRunways for the airport. Empty when the airport has none OR when `runways` was not in `include` — check `included` to tell which.

No examples provided.

ourairports_list_countries ~170

List the countries present in the bundled OurAirports dataset with their ISO 3166-1 alpha-2 codes and airport counts. This is the lookup table for valid `country` (and, with include_regions, `region`) filter values used by ourairports_search_airports. Optionally restrict to a continent or nest each country's regions. Counts exclude closed airports.

NameTypeReqDescription
continentstringRestrict to one continent: AF (Africa), AN (Antarctica), AS (Asia), EU (Europe), NA (North America), OC (Oceania), SA (South America).
include_regionsbooleanWhen true, nest each country's ISO 3166-2 regions (with airport counts) under it. Off by default to keep the response compact.
NameTypeReqDescription
countriesarrayCountries present in the dataset, sorted by name.
errorobjectPresent when the call failed. Absent on success.
noticestringGuidance when the continent filter matched no countries.
totalCountnumberNumber of countries returned.

No examples provided.

ourairports_search_airports ~348

Search the bundled OurAirports corpus by free-text (name / municipality / keywords) and/or facets (country, region, type). Every query token must match (word order and partial words are handled). Returns ranked airport summaries — operational and larger airports first — each with its full code set and coordinates, ready to chain into ourairports_get_airport. Closed airports are excluded unless include_closed is set. Use ourairports_list_countries for valid country/region codes. For "nearest airport to a coordinate" use ourairports_find_airports instead. OurAirports is community-edited — not authoritative for flight operations.

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code filter (e.g. US). Exact match, case-insensitive; surrounding whitespace is ignored. Discover codes with ourairports_list_countries.
include_closedbooleanInclude airports of type "closed". Off by default — closed airports pollute the live-flight grounding use case.
limitintegerMaximum airports to return (1–100). Defaults to OURAIRPORTS_DEFAULT_SEARCH_LIMIT (20).
querystringFree-text search over airport name, municipality, and keywords. Tokens are AND-matched. Omit to browse purely by facets.
regionstringISO 3166-2 region code filter (e.g. US-WA). Exact match, case-insensitive; surrounding whitespace is ignored.
typestringRestrict to one airport type: large_airport, medium_airport, small_airport, heliport, seaplane_base, balloonport, or closed.
NameTypeReqDescription
airportsarrayMatching airports, ranked best-first. Codes the airport lacks are null.
capnumberThe limit that was applied. Present only when results were truncated.
errorobjectPresent when the call failed. Absent on success.
noticestringGuidance when nothing matched or results were capped — how to broaden or narrow.
shownnumberNumber of airports returned. Present only when results were truncated.
totalCountnumberTotal airports matched before the limit was applied.
truncatedbooleanPresent and true only when more airports matched than were returned.

No examples provided.

ourairports_search_runways ~688

Search runways across the whole bundled OurAirports corpus by attribute, joined back to their airports — the cross-airport counterpart to ourairports_get_airport (which returns runways for one already-known airport). Filter by airport facets (country, region, type) and runway facets (surface, min_length_ft, min_width_ft, lighted). Returns one flat {airport, runway} row per matching runway, so an airport with three matching runways contributes three rows. `surface` is a case-insensitive substring match against the raw upstream surface string, not an exact code — the runway surface must CONTAIN your text, so a shorter fragment matches more variants (no controlled vocabulary: "asp" matches ASP, ASPH, and Asphalt). Lengths are the full runway surface, including displaced thresholds and overruns — not usable takeoff or landing distance; each runway also reports its displaced threshold per end. A runway whose length or width is unknown is excluded when the matching min_*_ft filter is set — the data can never confirm it meets the threshold. Closed airports and closed runways are both excluded unless their include_* flag is set. Use ourairports_list_countries for valid country/region codes. OurAirports is community-edited — not authoritative for flight operations.

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code filter (e.g. US). Exact match, case-insensitive; surrounding whitespace is ignored. Discover codes with ourairports_list_countries.
include_closed_airportsbooleanInclude runways at airports of type "closed". Off by default.
include_closed_runwaysbooleanInclude runways flagged closed. Off by default.
lightedbooleanFilter by runway lighting: true for lighted runways only, false for unlighted only. Omit to include both.
limitintegerMaximum runway rows to return (1–100). Defaults to OURAIRPORTS_DEFAULT_SEARCH_LIMIT (20).
min_length_ftnumberMinimum length of the full runway surface in feet (inclusive), matched against lengthFt — which includes displaced thresholds and overruns, so this is not a usable-distance filter. Runways with an un…
min_width_ftnumberMinimum runway width in feet (inclusive). Runways with an unknown width are excluded when this is set, never assumed to pass.
regionstringISO 3166-2 region code filter (e.g. US-WA). Exact match, case-insensitive; surrounding whitespace is ignored.
surfacestringSurface filter — case-insensitive substring match against the raw upstream surface string (free text, no controlled vocabulary; ~654 distinct values). Match the literal text as recorded: "asp" matche…
typestringRestrict to runways at airports of one type: large_airport, medium_airport, small_airport, heliport, seaplane_base, balloonport, or closed.
NameTypeReqDescription
capnumberThe limit that was applied. Present only when results were truncated.
errorobjectPresent when the call failed. Absent on success.
noticestringGuidance when nothing matched or results were capped — how to broaden or narrow.
runwaysarrayMatching runways, each paired with its airport. One row per runway — an airport with N matching runways contributes N rows.
shownnumberNumber of runway rows returned. Present only when results were truncated.
totalCountnumberTotal matching runways before the limit was applied.
truncatedbooleanPresent and true only when more runways matched than were returned.

No examples provided.

Common questions

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

io.github.cyanheads/ourairports-mcp-server is listed in the public MCP registry as io.github.cyanheads/ourairports-mcp-server. Offline global aviation reference, airports, runways, navaids, frequencies from OurAirports. This page covers its hosted endpoint (https://ourairports.caseyjhand.com/mcp).

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

io.github.cyanheads/ourairports-mcp-server scores 80 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/ourairports-mcp-server server expose?

io.github.cyanheads/ourairports-mcp-server exposes 6 tools: ourairports_search_airports, ourairports_search_runways, ourairports_get_airport, ourairports_find_airports, ourairports_find_navaids, ourairports_list_countries. Their descriptions and schemas cost roughly 2,296 tokens of context every time the server is loaded.

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

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

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

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