Labsco
airlabs-co logo

AirLabs

from airlabs-co

Real-time flight tracking, airport schedules, delays, and reference data for airlines, airports, aircraft, and routes via the AirLabs API.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

AirLabs MCP Server

This Model Context Protocol (MCP) server provides access to the AirLabs aviation data API. It lets AI assistants such as Claude Desktop and Cursor access real-time flight data, airport schedules, delays, and reference databases for airlines, airports, aircraft fleets and routes โ€” directly through natural-language questions.

The entire server lives in a single file (index.ts): tool definitions, the AirLabs HTTP client, request handling and the stdio transport.

Features

  • Live flight status โ€” look up any flight by number and get status, gate, terminal and delay.
  • Airport schedules โ€” departures and arrivals boards for any airport.
  • Delay monitoring โ€” find flights delayed beyond a threshold at an airport or airline.
  • Real-time positions โ€” live aircraft coordinates, altitude, speed and heading by area, airline or registration.
  • Nearest airport โ€” closest airports to any coordinate.
  • Reference databases โ€” airlines, airports, aircraft fleets (by tail number or ICAO24 hex) and route networks.
  • Code resolution โ€” turn a place or airline name into its IATA/ICAO code.

Available Tools

ToolAirLabs endpointPurpose
get_flight_status/flightLive status of one flight by IATA/ICAO number
get_airport_schedule/schedulesDepartures / arrivals board for an airport
monitor_delays/delaysFlights delayed beyond a threshold
track_live_flights/flightsLive aircraft positions by area, airline or registration
find_nearest_airport/nearbyClosest airports to a coordinate
search_airport_code/suggestResolve a name to an IATA/ICAO code
get_airline_info/airlinesAirline details by code
get_airport_info/airportsAirport details by code
lookup_aircraft/fleetsAircraft by registration or ICAO24 hex
find_routes/routesWhich airlines fly a given route

All tools accept an optional _fields parameter (where the endpoint supports it) to return only selected fields and keep responses compact.

Development

Building from source

git clone https://github.com/airlabs-co/airlabs-mcp.git
cd airlabs-mcp
npm install
npm run build

Contributing

  1. Fork the repository.
  2. Create a feature branch.
  3. Make your changes.
  4. Submit a pull request.

Support