io.github.chrischall/tripadvisor-mcp
TripAdvisor location search, details, photos, and reviews via the Terra API
Versions
0.1.0latestTools 7
ta_get_locations Get details for MULTIPLE locations in one call (batch). Pass an array of location ids — cheaper than repeated ta_get_location_details. Unknown or unlicensed ids are silently omitted. Pass compact:true for slim summaries.
ta_get_location_details Get full details for a TripAdvisor location: names, descriptions, address, coordinates, traveler ratings, phone, category, and listing URLs.
ta_get_location_photos Get photos for a TripAdvisor location (multi-size image URLs, source, dimensions), with pagination.
ta_get_location_reviews Get traveler reviews for a TripAdvisor location, with pagination.
ta_web_get_location Get a TripAdvisor location's core details (name, rating, review count, address, coordinates, phone, photo, listing URL) by location ID, read from the public page via the browser bridge. Works without an API key — use this when ta_get_location_details is unavailable or its key is blocked. Covers attractions, hotels, and restaurants. Does not return individual review text.
ta_search_locations Search TripAdvisor locations (restaurants, attractions, hotels) by name. Returns matches with a location id for the detail tools, plus pagination. Pass compact:true for slim summaries.
ta_search_nearby Find TripAdvisor locations near a point within a radius, or inside a bounding box. Center by lat+lon+radius, by a reference location_id+radius, or by a sw/ne bounding box. Returns matches with distance and a location id. Pass compact:true for slim summaries.
Permissions 3
network medium shell high env_vars low