Skip to main content
Glama
qqoqto
by qqoqto

Related Servers

Alternatives to FlightTicketMCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      Provides AI assistants with access to real-time flight data, airport schedules, delays, and aviation reference databases through natural language queries.
      12
      130 npm
      MIT
    • A
      license
      B
      quality
      A
      maintenance
      Enables 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.
      7
      MIT
    • F
      license
      Not graded
      quality
      A
      maintenance
      Provides 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
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI clients to explore cheapest destinations, optimize multi-leg flight itineraries, and reference airport/region data via MCP tools and resources.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables 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

    B3.2/5.0

    Scored across 10 tools

    Disambiguation3/5

    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.

    Naming Consistency4/5

    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.

    Tool Count4/5

    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.

    Completeness3/5

    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.