Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

FerryFlight

com.ferryflighthub/ferryflight

Ferry-flight price estimates + aircraft, airport, FAA-registry, route & live-flight data.

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

Tools · 10

get_estimate

Get a NON-BINDING ferry-flight price estimate between two airports for an aircraft. Returns a full fee breakdown, distance/flight-time, and a booking_url.

search_aircraft

Search aircraft models by manufacturer/model/type. Returns faa_code to pass to get_estimate.

get_aircraft

Full specs for one aircraft model (performance, capacity, powerplant, capabilities).

search_airports

Search airports by code/name/city. Returns ICAO/IATA codes + coordinates.

get_airport

Airport detail including runways and frequencies.

search_airports_near_zip

Find general-aviation airports within a radius of a US ZIP code, ordered by distance (nearest first). Returns each airport with distance_nm. Useful for "what airports are near me / near 07666".

search_registry

Search the FAA aircraft registry by N-number prefix and/or manufacturer/state/year (FAA-public data).

get_registration

FAA registration detail for one N-number (FAA-public data: model, engine, year, status).

get_route

Great-circle distance + FAA preferred route + optional ferry planning (fuel stops, flying days) for an aircraft.

get_live_flights

Recently observed live ADS-B flights tracked by FerryFlight.

How to use

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

{
  "mcpServers": {
    "ferryflight": {
      "url": "https://www.ferryflighthub.com/mcp",
      "transport": "streamable-http"
    }
  }
}