@pipeworx/opensky
Connect: https://gateway.pipeworx.io/opensky/mcp · Install: one-click buttons
Tools: 3
Tools
- get_flights — Get all flights within a time interval (max 2 hours). Returns ICAO24 address, callsign, departure/arrival airports. Provide begin and end as Unix timestamps. Example: get_flights(1696118400, 169612560
- get_aircraft — Get flights for a specific aircraft by its ICAO24 transponder address (hex string, e.g., “3c675a”). Returns departure/arrival airports and times. Optionally specify a time range.
- get_states — Get current state vectors (live positions) of aircraft. Returns position, altitude, velocity, and heading for all aircraft currently tracked. Optionally filter by ICAO24 addresses.
Tools
-
get_aircraft— Get flights for a specific aircraft by its ICAO24 transponder address (hex string, e.g., 3c675a ). Returns departure/arrival airports and times. Optionally specify a time range. -
get_flights— Get all flights within a time interval (max 2 hours). Returns ICAO24 address, callsign, departure/arrival airports. Provide begin and end as Unix timestamps. Example: get_flights(1696118400, 169612560 -
get_states— Get current state vectors (live positions) of aircraft. Returns position, altitude, velocity, and heading for all aircraft currently tracked. Optionally filter by ICAO24 addresses.