Ferry-flight price estimates + aircraft, airport, FAA-registry, route & live-flight data.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://www.ferryflighthub.com/mcp10 outils · 870 msget_estimateGet 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.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.
| Paramètre | Type | Description |
|---|---|---|
| from* | string | Origin airport — ICAO (KJFK), IATA (JFK), or local code. |
| to* | string | Destination airport — ICAO/IATA/local code. |
| aircraft* | string | FAA model code (preferred — from search_aircraft), an N-number (N12345), an ICAO type (C172), or "make model". |
| date | string | Optional departure date YYYY-MM-DD (a sooner date may add an urgency surcharge). |
search_aircraftSearch aircraft models by manufacturer/model/type. Returns faa_code to pass to get_estimate.Search aircraft models by manufacturer/model/type. Returns faa_code to pass to get_estimate.
| Paramètre | Type | Description |
|---|---|---|
| q* | string | Search text, e.g. "cessna 172" or "PA28". |
get_aircraftFull specs for one aircraft model (performance, capacity, powerplant, capabilities).Full specs for one aircraft model (performance, capacity, powerplant, capabilities).
| Paramètre | Type | Description |
|---|---|---|
| faa_code* | string | FAA model code from search_aircraft. |
search_airportsSearch airports by code/name/city. Returns ICAO/IATA codes + coordinates.Search airports by code/name/city. Returns ICAO/IATA codes + coordinates.
| Paramètre | Type | Description |
|---|---|---|
| q* | string | Search text, e.g. "teterboro" or "KTEB". |
get_airportAirport detail including runways and frequencies.Airport detail including runways and frequencies.
| Paramètre | Type | Description |
|---|---|---|
| icao* | string | ICAO/IATA/local code. |
search_airports_near_zipFind 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".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".
| Paramètre | Type | Description |
|---|---|---|
| zip* | string | 5-digit US ZIP code, e.g. 07666. |
| radius | string | Search radius in nautical miles — one of 25, 50, 100, 150, 200 (default 50). |
search_registrySearch the FAA aircraft registry by N-number prefix and/or manufacturer/state/year (FAA-public data).Search the FAA aircraft registry by N-number prefix and/or manufacturer/state/year (FAA-public data).
| Paramètre | Type | Description |
|---|---|---|
| q | string | N-number or prefix, e.g. N172. |
| manufacturer | string | Manufacturer name filter. |
| state | string | US state code filter, e.g. NJ. |
| year | string | Year manufactured filter. |
get_registrationFAA registration detail for one N-number (FAA-public data: model, engine, year, status).FAA registration detail for one N-number (FAA-public data: model, engine, year, status).
| Paramètre | Type | Description |
|---|---|---|
| n_number* | string | US N-number, e.g. N12345. |
get_routeGreat-circle distance + FAA preferred route + optional ferry planning (fuel stops, flying days) for an aircraft.Great-circle distance + FAA preferred route + optional ferry planning (fuel stops, flying days) for an aircraft.
| Paramètre | Type | Description |
|---|---|---|
| from* | string | Origin airport code. |
| to* | string | Destination airport code. |
| aircraft | string | Optional aircraft for fuel-stop / flying-day planning. |
get_live_flightsRecently observed live ADS-B flights tracked by FerryFlight.Recently observed live ADS-B flights tracked by FerryFlight.
Aucun schéma d’entrée n’a été publié pour cet outil.
10 outils sur 10 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Ferry-flight price estimates + aircraft, airport, FAA-registry, route & live-flight data.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.