You're viewing a demo portfolio

Join the waitlist
PRSM

routes

Active

Tool of Aviationstack

declared in 0.1.0

Query scheduled flight routes from Aviationstack by departure IATA (dep_iata), arrival IATA (arr_iata), airline IATA code, or flight number; returns scheduled service pairings.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "arr_iata": "LAX",
      "dep_iata": "JFK"
    },
    {
      "airline_iata": "AA",
      "flight_number": "100"
    }
  ],
  "properties": {
    "limit": {
      "type": "number"
    },
    "arr_iata": {
      "type": "string"
    },
    "dep_iata": {
      "type": "string"
    },
    "airline_iata": {
      "type": "string"
    },
    "flight_number": {
      "type": "string"
    }
  }
}

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 →
routes — Aviationstack — PRSM MCP