airlines
ActiveTool of Aviationstack
declared in 0.1.0
Search the Aviationstack airline directory by name, IATA 2-letter code, or ICAO 3-letter code; returns airline name, codes, country, hub airport, and status.
Parameters schema
{
"type": "object",
"examples": [
{
"iata_code": "AA"
},
{
"search": "United"
}
],
"properties": {
"limit": {
"type": "number"
},
"offset": {
"type": "number"
},
"search": {
"type": "string"
},
"iata_code": {
"type": "string",
"description": "2-letter IATA"
},
"icao_code": {
"type": "string",
"description": "3-letter ICAO"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Aviationstack
https://github.com/pipeworx-io/mcp-aviationstack
1/7 registries