Skip to main content
Glama
473,179 tools. Updated 2026-08-24 14:32

"Flightaware" matching MCP tools:

  • Search for airborne flights by airline, altitude, groundspeed, origin, destination, or latitude/longitude bounds using a simplified query syntax.
    MIT
  • Search flights using a structured query language with operators and keys like ident, orig, dest, alt, and status. Build expressive queries with predicates for precise flight filtering.
    MIT
  • Count flights matching criteria such as airline or altitude without retrieving full flight data. Returns a count for quick analysis.
    MIT
  • Retrieve historical flights for a flight designator, registration, or ID beyond the recent window. Requires Standard or Premium AeroAPI tier.
    MIT

Matching MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    FlightDB aggregates flight data from ADS-B Exchange, one of the largest unfiltered ADS-B data sources, combined with official aircraft registry records. Unlike FlightRadar24, FlightAware, or Planefinder, FlightDB gives you unfiltered access to full flight histories with deep per-aircraft analytics you won't find elsewhere.
    1
  • Retrieve operator details by providing an ICAO or IATA code. Get airline name, country, callsign, and other identifying information.
    MIT
  • Update an existing flight alert by replacing its configuration. Use confirm:true to apply changes or omit it to preview the update without making a network call.
    MIT
  • Delete a flight alert by providing its ID. Use confirm:true to permanently remove the alert, or omit confirm to preview the deletion.
    MIT
  • Resolve a flight designator or registration to its canonical form and any alternate idents. Standardize flight identifiers for consistent tracking or analysis.
    MIT
  • Create a flight alert to monitor specific flight events like departure, arrival, cancellation, or diversion. Preview the alert without committing, then confirm to activate.
    MIT
  • Retrieve a paginated list of airlines (operators) from AeroAPI. Use cursor to navigate pages and set max_pages to control the number of pages fetched.
    MIT