FlightTicketMCP
Related Servers
Alternatives to FlightTicketMCP
No user-submitted related servers found.
Related Servers
AlicenseAqualityDmaintenanceProvides AI assistants with access to real-time flight data, airport schedules, delays, and aviation reference databases through natural language queries.12130 npmMIT- AlicenseBqualityAmaintenanceEnables AI assistants to search flights and hotels, compare travel dates, explore destinations, and look up airport codes via a local MCP server, with results including prices and links.7MIT
- FlicenseNot gradedqualityAmaintenanceProvides real travel search for AI assistants, enabling flight, hotel, car rental, and ground transportation searches through a single MCP tool, with no API keys required.76-
- AlicenseAqualityCmaintenanceMCP server giving AI agents access to real-time aviation data — live flight tracking, airport weather, airline and airport information.103MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI clients to explore cheapest destinations, optimize multi-leg flight itineraries, and reference airport/region data via MCP tools and resources.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search Google Flights for trips, filter for Starlink-equipped flights, enforce connection rules, compare fare premiums, and manage saved search presets through MCP tools.MIT
TDQS
Scored across 10 tools
getFlightInfo and getFlightStatus both take a flight number and return status-related information, creating real ambiguity about which to use. The spatial queries getAirportFlights and getFlightsInArea also overlap conceptually, though their input types differ and descriptions partially clarify the distinction.
All tool names are camelCase and verb-first (get/track/search), giving a mostly predictable pattern. Minor deviations like the awkwardly long getTransferFlightsByThreePlace and the generic getCurrentDate keep it from being perfect.
10 tools is within the ideal 3-15 range and suits a flight query server well. A couple of tools (getFlightInfo/getFlightStatus) could be consolidated, so it falls just short of ideal scoping.
The set covers round-trip search, transfer search, status tracking, flight details, weather, and current date. However, as a 'ticket' server it lacks booking/purchase, one-way direct flight search, and order management, which are notable gaps for the implied domain.