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
| Name | Type | Required | Description |
|---|---|---|---|
ident | string | yes | Flight identifier — airline flight number (ICAO preferred, e.g. “UAL123” for United 123) |
ident_type | string | no | Optional. How to interpret ident: “designator” (flight number), “registration” (tail number), |
start | string | no | Optional ISO8601 date/time lower bound, e.g. “2026-07-01” or “2026-07-01T00:00:00Z”. |
end | string | no | Optional ISO8601 date/time upper bound. |
_apiKey | string | yes | Your 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.