Travel Planner MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_LOCALE | No | Google hl language code, e.g. pt-BR | |
| DEFAULT_MARKET | No | Google gl country code, e.g. BR | |
| SERPAPI_API_KEY | No | SerpApi key for both engines | |
| TRAVEL_MCP_MOCK | No | Set to 1 to use mock data instead of SerpApi | |
| DEFAULT_CURRENCY | No | Default currency, e.g. BRL, USD | |
| SERPAPI_BASE_URL | No | Base URL for SerpApi, defaults to https://serpapi.com/search.json | https://serpapi.com/search.json |
| REQUEST_TIMEOUT_MS | No | Supplier call timeout, default 15000 | 15000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_hotelsA | Search real hotel/accommodation options from Google Hotels (via SerpApi). Use this for hotel inventory, nightly/total prices, ratings, hotel class, amenities, coordinates, and booking links. Only recommend hotels returned by this tool; do not invent hotels. |
| search_flightsA | Search real flight options from Google Flights (via SerpApi). Use this for flight inventory, prices, carriers, durations, stops, and booking links. Only recommend flights returned by this tool; do not invent flights. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/matheusgalvao1/travel-planner-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server