You're viewing a demo portfolio

Join the waitlist
PRSM

aircraft_near

Active

Tool of Adsb

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Adsb

https://github.com/pipeworx-io/mcp-adsb

1/7 registries
View full server →