Skip to main content
Glama

TripAdvisor Vacation Planner MCP Server

by hhw67865

search_locations

Search for destinations, hotels, restaurants, and attractions on TripAdvisor using specific queries and optional category filters to enhance vacation planning.

Instructions

Search for locations on TripAdvisor Args: query: Search term (e.g., "hotels in Paris") category: Optional category filter (e.g., "hotels", "restaurants", "attractions")

Input Schema

NameRequiredDescriptionDefault
categoryNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_locationsArguments", "type": "object" }
Install Server

Other Tools from TripAdvisor Vacation Planner MCP Server

Related Tools

    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