MCP server exposing 4 tools for flights.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/flights/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_flights_in_area — Find all aircraft currently flying in a geographic area by bounding box. Returns callsign, position, altitude, velocity, heading, and origin country for each aircraft.get_aircraft — Track a specific aircraft in real-time by ICAO24 transponder code (e.g., "a0b1c2"). Returns current position, altitude, velocity, and heading.get_arrivals — Get flights that landed at an airport during a time window. Specify airport ICAO code (e.g., "KJFK") and start/end times. Returns arrival details and flight info.get_departures — Get flights that took off from an airport during a time window. Specify airport ICAO code (e.g., "KJFK") and start/end times. Returns departure details and flight info.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/flights/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io