# FerryFlight MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-ferryflighthub-ferryflight

## Install
- Endpoint: https://www.ferryflighthub.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://www.ferryflighthub.com/mcp

## Tools
- 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. Endpoint: https://www.ferryflighthub.com/mcp
- search_aircraft - Search aircraft models by manufacturer/model/type. Returns faa_code to pass to get_estimate. Endpoint: https://www.ferryflighthub.com/mcp
- get_aircraft - Full specs for one aircraft model (performance, capacity, powerplant, capabilities). Endpoint: https://www.ferryflighthub.com/mcp
- search_airports - Search airports by code/name/city. Returns ICAO/IATA codes + coordinates. Endpoint: https://www.ferryflighthub.com/mcp
- get_airport - Airport detail including runways and frequencies. Endpoint: https://www.ferryflighthub.com/mcp
- 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". Endpoint: https://www.ferryflighthub.com/mcp
- search_registry - Search the FAA aircraft registry by N-number prefix and/or manufacturer/state/year (FAA-public data). Endpoint: https://www.ferryflighthub.com/mcp
- get_registration - FAA registration detail for one N-number (FAA-public data: model, engine, year, status). Endpoint: https://www.ferryflighthub.com/mcp
- get_route - Great-circle distance + FAA preferred route + optional ferry planning (fuel stops, flying days) for an aircraft. Endpoint: https://www.ferryflighthub.com/mcp
- get_live_flights - Recently observed live ADS-B flights tracked by FerryFlight. Endpoint: https://www.ferryflighthub.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.ferryflighthub
- Version: 1.11.8
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 20, 2026
- Source: https://registry.modelcontextprotocol.io
