find_by_callsign
Pack: adsb · Endpoint: https://gateway.pipeworx.io/adsb/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
callsign | string | yes | Flight callsign, e.g. ‘UAL123’. |
Example call
curl -X POST https://gateway.pipeworx.io/adsb/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_by_callsign","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"adsb": {
"url": "https://gateway.pipeworx.io/adsb/mcp"
}
}
}
See Getting Started for client-specific install steps.