flights_overhead
flights_overhead
List the aircraft flying near a location right now, nearest first, with altitude, speed, heading and distance. Live positions broadcast by the aircraft themselves, not a schedule
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Flights — Where aircraft are, live from ADS-B.
Arguments
| Name | Type | What it is |
|---|---|---|
near | string | Where to look: a place name, or an airport name or code, e.g. 'Camden, London' or 'LHR' |
lat | number | Optional latitude, if the location is already known |
lon | number | Optional longitude, if the location is already known |
radius | number | Optional radius in nautical miles (default 30, maximum 250) |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{},"name":"flights_overhead"}}Try it in the playground.


