routes
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Aviationstack
https://github.com/pipeworx-io/mcp-aviationstack
1/7 registries