← catalogue · rank #96
ferryflight
Find priced flights or deals
Ferry-flight price estimates + aircraft, airport, FAA-registry, route & live-flight data.
Usability
Skill: FerryFlight public read tools for ferry-flight ESTIMATES + aircraft / airport / FAA-registry / route / live-flight data. To quote: call search_aircraft to get a faa_code, use ICAO airport codes (e.g. KJFK), then get_estimate. Estimates are NON-BINDING (final price set when a pilo… Tools: get_estimate, search_aircraft, get_aircraft, search_airports, get_airport, search_airports_near_zip. Best live test 3/5 — Thin but ran. Partially usable — works, but inventory or schema is picky.
usefulness 3.0/5 private / charter air https://www.ferryflighthub.com/mcp
How to use it (server skill)
FerryFlight public read tools for ferry-flight ESTIMATES + aircraft / airport / FAA-registry / route / live-flight data. To quote: call search_aircraft to get a faa_code, use ICAO airport codes (e.g. KJFK), then get_estimate. Estimates are NON-BINDING (final price set when a pilot accepts) — present them as estimates and share the booking_url.
What it is for
Private aircraft / ferry-flight estimates — not airline tickets.
Example interactions
Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.
1. Search aircraft models by manufacturer/model/type
score 3/5 · Thin but ran. · live · search_aircraft
call
{
"tool": "search_aircraft",
"arguments": {
"q": "Dubai Marina"
}
}reply
{"query":"Dubai Marina","count":0,"results":[]}2. Search airports by code/name/city
score 3/5 · Thin but ran. · live · search_airports
call
{
"tool": "search_airports",
"arguments": {
"q": "Dubai Marina"
}
}reply
{"query":"DUBAI MARINA","count":0,"results":[]}3. Find general-aviation airports within a radius of a US ZIP code, ordered by distance (nearest first)
score 3/5 · Thin but ran. · live · search_airports_near_zip
call
{
"tool": "search_airports_near_zip",
"arguments": {
"zip": "Dubai Marina"
}
}reply
{"error":"invalid_zip","message":"zip must be a 5-digit US ZIP code."}Open source / endpoint Business model