get_aircraft
ActiveTool of Adsb
Track a specific aircraft by its 24-bit ICAO hex address (e.g. "a835af"). Returns the live ADS-B position (lat/lon, altitude, speed, heading) of that exact airframe if it is currently transmitting. Real-time position data, not schedules.
Parameters schema
{
"type": "object",
"required": [
"hex"
],
"properties": {
"hex": {
"type": "string",
"description": "24-bit ICAO hex address, e.g. 'a835af'."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Adsb
https://github.com/pipeworx-io/mcp-adsb
1/7 registries