Skip to main content
Glama

Aviationstack MCP Server

MIT License
4

flights_with_airline

Retrieve real-time flight data for a specific airline, including the number of flights, using AviationStack's MCP server integration.

Instructions

MCP tool to get flights with a specific airline.

Input Schema

NameRequiredDescriptionDefault
airline_nameYes
number_of_flightsYes

Input Schema (JSON Schema)

{ "properties": { "airline_name": { "title": "Airline Name", "type": "string" }, "number_of_flights": { "title": "Number Of Flights", "type": "integer" } }, "required": [ "airline_name", "number_of_flights" ], "title": "flights_with_airlineArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pradumnasaraf/aviationstack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server