@pipeworx/opensky
Connect: https://gateway.pipeworx.io/opensky/mcp · Install: one-click buttons
Tools: 4
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.
- airspace_activity — Summary of live flight activity over a named region — total aircraft count, by-country breakdown of operators, average altitude, ground vs in-air split. Built for “is airspace open / closed” style geo
Tools
-
airspace_activity— Summary of live flight activity over a named region — total aircraft count, by-country breakdown of operators, average altitude, ground vs in-air split. Built for is airspace open / closed style geopo -
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.