Skip to main content
Glama

TripAdvisor Vacation Planner MCP Server

by hhw67865

get_nearby_locations

Identify nearby locations such as hotels, restaurants, or attractions using latitude and longitude coordinates. Filter results by category for personalized vacation planning.

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" }
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