Travel MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLIGHT_API_KEY | Yes | API key for flight data provider (e.g., Amadeus, Skyscanner, or similar) | |
| BOOKING_API_KEY | Yes | API key for accommodation service (e.g., Booking.com, Airbnb, or similar) | |
| WEATHER_API_KEY | Yes | API key for weather service (e.g., OpenWeatherMap, WeatherAPI, or similar) | |
| EXCHANGE_API_KEY | Yes | API key for currency exchange service (e.g., Fixer.io, ExchangeRate-API, or similar) | |
| GOOGLE_PLACES_API_KEY | Yes | API key for Google Places API for attractions and restaurant recommendations |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_flightsC | Search for flight prices and schedules |
| search_accommodationC | Search for hotels and accommodations |
| get_exchange_rateB | Get current currency exchange rates |
| get_weather_forecastB | Get weather forecast for travel dates |
| calculate_trip_budgetB | Calculate total estimated budget for a trip |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct aspect of travel planning: budget, exchange rates, weather, accommodation, and flights. There is no overlap in purpose, making it easy for an agent to select the correct tool.
All tool names follow a consistent verb_noun pattern (e.g., calculate_trip_budget, search_flights), with the verb describing the action and the noun the entity, ensuring predictability.
With 5 tools, the server is well-scoped for a travel planning assistant, covering the essential tasks without being too sparse or overwhelming.
The set covers core travel planning needs (budget, exchange, weather, flights, accommodation), leaving only minor gaps such as destination information or itinerary management, which agents can work around.