Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AVIATION_STACK_API_KEY | Yes | Your Aviationstack API Key (can be obtained from https://aviationstack.com/signup/free) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
flights_with_airline | MCP tool to get flights with a specific airline. |
flight_arrival_departure_schedule | MCP tool to get flight arrival and departure schedule. |
future_flights_arrival_departure_schedule | MCP tool to get flight future arrival and departure schedule. |
random_aircraft_type | MCP tool to get random aircraft type. |
random_airplanes_detailed_info | MCP tool to get random airplanes. |
random_countries_detailed_info | MCP tool to get random countries detailed info. |
random_cities_detailed_info | MCP tool to get random cities detailed info. |