You're viewing a demo portfolio

Join the waitlist
PRSM

flight-intel__get_all_aircraft_in_area

Active

Tool of TO1 Intelligence Fleet

declared in 1.0.0

[flight-intel] Returns real-time aircraft state vectors (position, altitude, velocity, heading) for every aircraft currently inside a geographic bounding box, sourced from the OpenSky Network anonymous-tier free API. Data is crowd-sourced ADS-B and typically no more than ~10 seconds stale. Anonymous access is rate-limited to roughly 100 credits/day (one bounding-box call costs more credits than a global call), so keep bounding boxes reasonably tight and avoid rapid polling.

Parameters schema

{
  "type": "object",
  "required": [
    "lamin",
    "lomin",
    "lamax",
    "lomax"
  ],
  "properties": {
    "lamax": {
      "type": "number",
      "maximum": 90,
      "minimum": -90,
      "description": "Maximum latitude (northern edge) of the bounding box, in decimal degrees."
    },
    "lamin": {
      "type": "number",
      "maximum": 90,
      "minimum": -90,
      "description": "Minimum latitude (southern edge) of the bounding box, in decimal degrees."
    },
    "lomax": {
      "type": "number",
      "maximum": 180,
      "minimum": -180,
      "description": "Maximum longitude (eastern edge) of the bounding box, in decimal degrees."
    },
    "lomin": {
      "type": "number",
      "maximum": 180,
      "minimum": -180,
      "description": "Minimum longitude (western edge) of the bounding box, in decimal degrees."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

TO1 Intelligence Fleet

1/7 registries
View full server →
flight-intel__get_all_aircraft_in_area — TO1 Intelligence Fleet — PRSM MCP