Skip to main content
Glama
Pradumnasaraf

Aviationstack MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
flights_with_airlineA

Return a random sample of live flights filtered by airline name.

historical_flights_by_dateB

Return a random sample of historical flights for a date with optional airline and route filters.

flight_arrival_departure_scheduleA

Return current-day arrival or departure schedule samples for an airport, optionally filtered by airline name.

future_flights_arrival_departure_scheduleB

Return future arrival or departure schedule samples for an airport and date.

random_aircraft_typeC

Return random aircraft type records.

random_airplanes_detailed_infoC

Return detailed metadata for random airplanes.

random_countries_detailed_infoC

Return detailed metadata for random countries.

random_cities_detailed_infoC

Return detailed metadata for random cities.

list_airportsB

List airports with pagination and optional search.

list_airlinesA

List airlines with pagination and optional search.

list_routesB

List routes with pagination and optional airline/departure/arrival filters.

list_taxesB

List aviation taxes with pagination and optional search.

Prompts

Interactive templates invoked by user choice

NameDescription
plan_airline_flight_lookupGenerate a concise plan for querying live flights for an airline.
plan_future_schedule_lookupGenerate a plan for querying future arrival or departure schedules.
plan_reference_data_lookupGenerate a plan for exploring airport/airline/route/tax reference data.

Resources

Contextual data attached and managed by the client

NameDescription
server_metadataStatic metadata about this Aviationstack MCP server.
aviationstack_endpointsAvailable Aviationstack API endpoints used by tools.

Latest Blog Posts

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