get_aircraft
ActiveTool of flights
declared in 0.1.0
Track a specific aircraft in real-time by ICAO24 transponder code (e.g., "a0b1c2"). Returns current position, altitude, velocity, and heading.
Parameters schema
{
"type": "object",
"examples": [
{
"icao24": "a0b1c2"
},
{
"icao24": "4b1d0f"
}
],
"required": [
"icao24"
],
"properties": {
"icao24": {
"type": "string",
"description": "ICAO24 transponder address (6 hex characters, e.g. \"a0b1c2\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
flights
https://github.com/pipeworx-io/mcp-flights
1/7 registries