You're viewing a demo portfolio

Join the waitlist
PRSM

get_flights_in_area

Active

Tool of flights

declared in 0.1.0

Find all aircraft currently flying in a geographic area by bounding box. Returns callsign, position, altitude, velocity, heading, and origin country for each aircraft.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "lamax": 40.8,
      "lamin": 40.6,
      "lomax": -73.8,
      "lomin": -74
    },
    {
      "lamax": 51.6,
      "lamin": 51.4,
      "lomax": -0.2,
      "lomin": -0.5
    }
  ],
  "required": [
    "lamin",
    "lomin",
    "lamax",
    "lomax"
  ],
  "properties": {
    "lamax": {
      "type": "number",
      "description": "Maximum latitude of the bounding box (degrees)"
    },
    "lamin": {
      "type": "number",
      "description": "Minimum latitude of the bounding box (degrees)"
    },
    "lomax": {
      "type": "number",
      "description": "Maximum longitude of the bounding box (degrees)"
    },
    "lomin": {
      "type": "number",
      "description": "Minimum longitude of the bounding box (degrees)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

flights

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

1/7 registries
View full server →