@pipeworx/aviationstack

Connect: https://gateway.pipeworx.io/aviationstack/mcp · Install: one-click buttons

Tools: 6

Aviationstack MCP — global flight tracking + airport / airline / route reference data. Free tier: 100 req/month.

Tools

  • flights(flight_iata?, flight_icao?, dep_iata?, arr_iata?, airline_iata?, flight_status?, limit?, offset?) — real-time + scheduled flights
  • airports(search?, iata_code?, icao_code?, limit?, offset?) — airport database (~10k airports)
  • airlines(search?, iata_code?, icao_code?, limit?, offset?) — airline database
  • cities(search?, iata_code?, country_iso2?, limit?) — city → primary airport mapping
  • countries(search?, country_iso2?, limit?) — country reference
  • routes(dep_iata?, arr_iata?, airline_iata?, flight_number?, limit?) — scheduled routes

Auth

Free-plan limits

Only the flights endpoint works on the free tier. airports, airlines, cities, countries, routes return HTTP 403 function_access_restricted. Upgrade to Basic (~$50/mo) to unlock them. Free plan is HTTP-only (no https) — the pack already uses http://.

Data source

http://api.aviationstack.com/v1/access_key query param.

Tools

  • flights — Real-time and scheduled flights with departure/arrival airport, time, gate, status. Combine filters to narrow down.
  • airports — Airport directory — name, IATA/ICAO codes, country, GPS, timezone.
  • airlines — Search the Aviationstack airline directory by name, IATA 2-letter code, or ICAO 3-letter code; returns airline name, codes, country, hub airport, and status.
  • cities — Look up cities and their primary airport from the Aviationstack database by free-text name, IATA city code (e.g. NYC), or ISO country code.
  • countries — Country reference with capital city, currency, etc.
  • routes — Query scheduled flight routes from Aviationstack by departure IATA (dep_iata), arrival IATA (arr_iata), airline IATA code, or flight number; returns scheduled service pairings.

Tools

  • airlines — Search the Aviationstack airline directory by name, IATA 2-letter code, or ICAO 3-letter code; returns airline name, codes, country, hub airport, and status.
  • airports — Airport directory — name, IATA/ICAO codes, country, GPS, timezone.
  • cities — Look up cities and their primary airport from the Aviationstack database by free-text name, IATA city code (e.g. NYC), or ISO country code.
  • countries — Country reference with capital city, currency, etc.
  • flights — Real-time and scheduled flights with departure/arrival airport, time, gate, status. Combine filters to narrow down.
  • routes — Query scheduled flight routes from Aviationstack by departure IATA (dep_iata), arrival IATA (arr_iata), airline IATA code, or flight number; returns scheduled service pairings.

Regenerated from source · build June 27, 2026