AENA Flights MCP
Related Servers
Alternatives to AENA Flights MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides real-time flight status, airport weather, delays, cheap flight deals, and TSA wait times without requiring an API key.16 npmMIT
- AlicenseNot gradedqualityCmaintenanceWraps the AirportGap API to provide airport data without authentication, enabling natural language queries about airports.2 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides live US airport operational status and delay data from the FAA, free and without authentication.4 npmMIT
- AlicenseBqualityDmaintenanceProvides access to real-time and historical flight data from Flightradar24 API, enabling users to track live aircraft positions, query flight histories, and retrieve comprehensive aviation information including aircraft, airline, and airport details.157 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables querying real-time flight status, historical flight tracks, airport arrivals/departures, and current positions via FlightAware AeroAPI v4.MIT
- AlicenseNot gradedqualityCmaintenanceProvides comprehensive flight tracking capabilities using the OpenSky Network API, enabling real-time flight data, geographic searches, historical data, and airport operations through MCP tools.MIT
TDQS
Scored across 3 tools
Each tool has a distinct purpose: search_flights returns a list, get_flight returns a single flight, and list_airports provides airport data. While get_flight is a convenience wrapper over search_flights, the intent is clear and the usage patterns are unambiguous.
All tool names use verb_noun snake_case: search_flights, get_flight, list_airports. The verbs vary (search, get, list) but the pattern is consistent and the naming is predictable.
With only 3 tools, the server is tightly focused on flight and airport information. This is a well-scoped count for the domain—neither too sparse nor overloaded, and each tool serves a clear function.
The domain is read-only flight lookup and airport listing. The set covers listing all airports, searching flights with flexible filters, and retrieving a specific flight. There are no obvious dead ends or missing core operations for this purpose.