Skip to main content
Glama

TripAdvisor Vacation Planner MCP Server

by hhw67865

get_nearby_locations

Find nearby hotels, restaurants, or attractions based on specific latitude and longitude coordinates to enhance vacation planning with TripAdvisor data.

Instructions

Find locations near a specific latitude and longitude Args: latitude: Latitude coordinate longitude: Longitude coordinate category: Optional category filter (e.g., "hotels", "restaurants", "attractions")

Input Schema

NameRequiredDescriptionDefault
categoryNo
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category" }, "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "get_nearby_locationsArguments", "type": "object" }

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