get_flight_route

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

Resolve a flight callsign / flight number (e.g. “UAL1”, “BAW117”) to its airline and scheduled ROUTE — origin and destination airports with names, IATA/ICAO codes, and coordinates. No key required. Use for “where does flight X fly from/to”, “what route is ”, “which airline is ”. Complements get_flights_in_area, which gives you callsigns of aircraft currently overhead.

Parameters

NameTypeRequiredDescription
callsignstringyesFlight callsign, ICAO or IATA form (e.g. “UAL1”, “UA1”, “BAW117”)

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 26, 2026