Platforms / tripadvisor
tripadvisor toolset
3 tools. Mount this server and your agent gets every tripadvisor endpoint, fully typed.
claude mcp add capzy-tripadvisor --transport http https://mcp.capzy.ai/tripadvisor/mcp \ --header "Authorization: Bearer YOUR_KEY"
Travel
tripadvisor_place
1 credit
not yet verified
Place Details
Full details for a hotel, restaurant, or attraction by its Tripadvisor location id: rating, ranking, price band, cuisine, address, phone, website, opening hours, a photo gallery, amenities, and map coordinates.
| Param | Type | Required | Description |
|---|---|---|---|
location_id |
string | required | Numeric location id: the d-token in the URL (e.g. 93589 from -d93589-). |
url |
string | optional | Full Tripadvisor place URL from a search result's `link`, e.g. /Hotel_Review-g60763-d93589-Reviews-...-New_York_City.html. Preferred: it carries the geo id + type + slug that resolve the canonical page. When omitted we build it from the ids below. |
geo_id |
string | optional | Geo/city id: the g-token in the URL (e.g. 60763 from -g60763-). Used with location_id + type to build the canonical URL. |
type |
string | optional | Place type (hotel | restaurant | attraction) — sets the URL prefix when building the canonical URL from geo_id. |
slug |
string | optional | Optional URL name slug (the trailing '-Some_Place-City' segment). |
market |
string | optional | us | gb | fr | it. Default: us |
tripadvisor_reviews
1 credit
not yet verified
Place Reviews
Paginated traveler reviews with the star-rating histogram and rating summary for a hotel, restaurant, or attraction. Supports sort, language, and an exact star-rating filter so every review is reachable.
| Param | Type | Required | Description |
|---|---|---|---|
location_id |
string | required | Numeric location id: the d-token in the URL (e.g. 93589). |
url |
string | optional | Full Tripadvisor place URL from a search result's `link` (carries the geo id + type + slug that resolve the canonical page). Preferred; when omitted we build it from the ids below. |
geo_id |
string | optional | Geo/city id: the g-token in the URL (e.g. 60763). Used with location_id + type to build the canonical URL. |
type |
string | optional | Place type (hotel | restaurant | attraction) — sets the URL prefix. |
slug |
string | optional | Optional URL name slug (the trailing '-Some_Place-City' segment). |
sort |
string | optional | Review ordering. The public place page renders newest-first with no sort query token, so this is accepted but not applied. Default: newest |
rating |
integer | optional | Keep only reviews with this exact star rating, 1 to 5. |
language |
string | optional | Two-letter language code to restrict reviews to, e.g. 'en', 'fr', 'es'. Maps to Tripadvisor's filterLang. Default: en |
page |
integer | optional | Page number (10 reviews/page). Default: 1 |
market |
string | optional | us | gb | fr | it. Default: us |
tripadvisor_search
1 credit
not yet verified
Search Places
Search Tripadvisor for hotels, restaurants, and attractions by keyword.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search keywords or location, e.g. 'new york hotels'. |
type |
string | optional | Restrict results to one category of place. Default: all |
sort |
string | optional | Result ordering. Tripadvisor applies ordering after the page hydrates, so this is accepted but not yet applied. Default: best_match |
price_level |
integer | optional | Keep only places at this price band, 1 (budget) to 4 (luxury). Accepted but not yet applied to the request. |
rating_min |
number | optional | Keep only places with at least this traveler rating, 1 to 5. Accepted but not yet applied to the request. |
page |
integer | optional | Page number. Default: 1 |
per_page |
integer | optional | Results per page. Sizes the pagination offset step. Default: 30 |
market |
string | optional | us | gb | fr | it. Default: us |
Fewer tools?
The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.