flightaware_airport_flights

Pack: flightaware · Endpoint: https://gateway.pipeworx.io/flightaware/mcp

List flights at an airport — arrivals and/or departures with scheduled & actual times.

Parameters

NameTypeRequiredDescription
idstringyesAirport code — ICAO (e.g. “KSFO”, “EGLL”) or IATA (e.g. “SFO”, “LHR”).
typestringnoWhich flights to return: “arrivals”, “departures”, or “all” (default). “all” hits the combined
startstringnoOptional ISO8601 date/time lower bound.
endstringnoOptional ISO8601 date/time upper bound.
_apiKeystringyesYour FlightAware AeroAPI key

Example call

curl -X POST https://gateway.pipeworx.io/flightaware/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"flightaware_airport_flights","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "flightaware": {
      "url": "https://gateway.pipeworx.io/flightaware/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026