get_flights
ActiveTool of Opensky
declared in 0.1.0
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, 1696125600).
Parameters schema
{
"type": "object",
"examples": [
{
"end": 1696125600,
"begin": 1696118400
},
{
"end": 1704074400,
"begin": 1704067200
}
],
"required": [
"begin",
"end"
],
"properties": {
"end": {
"type": "number",
"description": "End of time interval as Unix timestamp (seconds, max 2h after begin)"
},
"begin": {
"type": "number",
"description": "Start of time interval as Unix timestamp (seconds)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Opensky
https://github.com/pipeworx-io/mcp-opensky
2/7 registries