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

NameTypeWhat it is
nearstringWhere to look: a place name, or an airport name or code, e.g. 'Camden, London' or 'LHR'
latnumberOptional latitude, if the location is already known
lonnumberOptional longitude, if the location is already known
radiusnumberOptional 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.