find_by_callsign
ActiveTool of Adsb
declared in 0.1.0
Track a flight by its callsign (e.g. "UAL123"). Returns the live real-time ADS-B position (lat/lon, altitude, ground speed, heading) of the aircraft currently broadcasting that flight callsign. Live position, not a schedule lookup.
Parameters schema
{
"type": "object",
"required": [
"callsign"
],
"properties": {
"callsign": {
"type": "string",
"description": "Flight callsign, e.g. 'UAL123'."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Adsb
https://github.com/pipeworx-io/mcp-adsb
1/7 registries