Skip to main content
Glama

TripAdvisor Vacation Planner MCP Server

by hhw67865

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
vacation_plannerCreate an interactive prompt for planning a personalized vacation

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_locations
Search for locations on TripAdvisor
Args: query: Search term (e.g., "hotels in Paris") category: Optional category filter (e.g., "hotels", "restaurants", "attractions")
get_nearby_locations
Find locations near a specific latitude and longitude
Args: latitude: Latitude coordinate longitude: Longitude coordinate category: Optional category filter (e.g., "hotels", "restaurants", "attractions")
get_location_details_tool
Get essential details about a location by ID for trip planning
Args: location_id: TripAdvisor location ID
plan_vacation
Initiates the vacation planning process using the structured prompt. This should be used whenever a user wants to plan a trip or vacation.
Returns: A message confirming the vacation planning process has started

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/hhw67865/tripadvisor-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server