Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/faa-aircraft-registry-mcp-server

io.github.cyanheads/faa-aircraft-registry-mcp-server

Offline, keyless lookup of the US civil aircraft registry — decode N-numbers, search records.

Uptime
100.0%
1 direct probes · 30d
Response
702ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

faa_lookup_registration

Decode one US civil aircraft N-number to its full registration record — aircraft make/model, engine, year manufactured, airworthiness, registration status, Mode S (ICAO 24-bit) code, and registered ow…

faa_get_aircraft_type

Decode a 7-character FAA manufacturer/model/series code to aircraft specifications — manufacturer, model, aircraft category, aircraft type, engine type, number of engines, number of seats, weight clas…

faa_search_registrations

Search active US civil aircraft registrations by owner name, make/model, state, aircraft type, or Mode S (hex) code. Returns decoded summaries with N-numbers to drill into via faa_lookup_registration.…

faa_search_aircraft_types

Search FAA aircraft types by manufacturer/model name, aircraft type code, or category code to discover 7-character manufacturer/model/series codes and browse specifications. Use this before faa_get_ai…

faa_get_registration_status

Resolve whether a US civil aircraft N-number is active, deregistered, reserved, or unknown, including the available registration and airworthiness status. Use this rather than faa_lookup_registration …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/faa-aircraft-registry-mcp-server": {
      "url": "https://faa-aircraft-registry.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}