You're viewing a demo portfolio

Join the waitlist
PRSM

flights

Active

Tool of Aviationstack

declared in 0.1.0

Real-time and scheduled flights with departure/arrival airport, time, gate, status. Combine filters to narrow down.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "arr_iata": "LAX",
      "dep_iata": "JFK",
      "flight_iata": "AA100"
    },
    {
      "limit": 50,
      "airline_iata": "UA",
      "flight_status": "landed"
    }
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "1-100 (default 25)"
    },
    "offset": {
      "type": "number",
      "description": "0-based offset"
    },
    "arr_iata": {
      "type": "string",
      "description": "Arrival airport IATA"
    },
    "dep_iata": {
      "type": "string",
      "description": "Departure airport IATA (e.g. \"JFK\")"
    },
    "flight_iata": {
      "type": "string",
      "description": "IATA flight number (e.g. \"AA100\")"
    },
    "flight_icao": {
      "type": "string",
      "description": "ICAO flight number"
    },
    "airline_iata": {
      "type": "string",
      "description": "Airline IATA code"
    },
    "flight_status": {
      "type": "string",
      "description": "scheduled | active | landed | cancelled | incident | diverted"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Aviationstack

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

1/7 registries
View full server →
flights — Aviationstack — PRSM MCP