aircraft_near
ActiveTool of Adsb
Live aircraft tracking: what planes are flying overhead or near a location right now. Returns real-time ADS-B positions (altitude, ground speed, heading, vertical rate) for every aircraft within a radius of a lat/lon point. Use this for "what is flying above me" / "planes near <place>".
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number",
"description": "Center latitude in decimal degrees, e.g. 51.5."
},
"longitude": {
"type": "number",
"description": "Center longitude in decimal degrees, e.g. -0.1."
},
"radius_nm": {
"type": "number",
"description": "Search radius in nautical miles (default 25, max 250)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Adsb
https://github.com/pipeworx-io/mcp-adsb
1/7 registries