FerryFlight
com.ferryflighthub/ferryflightFerry-flight price estimates + aircraft, airport, FAA-registry, route & live-flight data.
Tools · 10
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 models by manufacturer/model/type. Returns faa_code to pass to get_estimate.
Full specs for one aircraft model (performance, capacity, powerplant, capabilities).
Search airports by code/name/city. Returns ICAO/IATA codes + coordinates.
Airport detail including runways and frequencies.
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 the FAA aircraft registry by N-number prefix and/or manufacturer/state/year (FAA-public data).
FAA registration detail for one N-number (FAA-public data: model, engine, year, status).
Great-circle distance + FAA preferred route + optional ferry planning (fuel stops, flying days) for an aircraft.
Recently observed live ADS-B flights tracked by FerryFlight.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ferryflight": {
"url": "https://www.ferryflighthub.com/mcp",
"transport": "streamable-http"
}
}
}