get_aircraft
ActiveTool of Opensky
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"icao24": "3c675a"
},
{
"end": 1696118400,
"begin": 1696032000,
"icao24": "3c675b"
}
],
"required": [
"icao24"
],
"properties": {
"end": {
"type": "number",
"description": "End of time interval as Unix timestamp (optional, defaults to now)"
},
"begin": {
"type": "number",
"description": "Start of time interval as Unix timestamp (optional, defaults to last 24h)"
},
"icao24": {
"type": "string",
"description": "ICAO24 transponder address in hex (e.g., \"3c675a\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Opensky
https://github.com/pipeworx-io/mcp-opensky
2/7 registries