Aviationstack MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| plan_airline_flight_lookup | Generate a concise plan for querying live flights for an airline. |
| plan_future_schedule_lookup | Generate a plan for querying future arrival or departure schedules. |
| plan_reference_data_lookup | Generate a plan for exploring airport/airline/route/tax reference data. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server_metadata | Static metadata about this Aviationstack MCP server. |
| aviationstack_endpoints | Available 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