flightaware_flight_status

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

Get real-time flight status for a flight number or tail number: origin/destination airports,

Parameters

NameTypeRequiredDescription
identstringyesFlight identifier — airline flight number (ICAO preferred, e.g. “UAL123” for United 123)
ident_typestringnoOptional. How to interpret ident: “designator” (flight number), “registration” (tail number),
startstringnoOptional ISO8601 date/time lower bound, e.g. “2026-07-01” or “2026-07-01T00:00:00Z”.
endstringnoOptional ISO8601 date/time upper bound.
_apiKeystringyesYour FlightAware AeroAPI key (https://www.flightaware.com/aeroapi/signup/)

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_flight_status","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