# Tripadvisor — MCP server on mcp.ai > Connect your Tripadvisor account and use 7 tools for reviews straight from your AI agent. Connect with your own API key. TripAdvisor Content API provides access to location data, reviews, photos, and search functionality for travel-related content. By: mcp.ai · official Page: https://mcp.ai/tripadvisor ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_tripadvisor?ms=1787293620000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/tripadvisor/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/tripadvisor/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/tripadvisor/skill.md Postman collection (v2.1): https://mcp.ai/tripadvisor/postman.json ## Tools - tripadvisor_get_location_activities(lang?: string, currency?: string, location_id: string, product_groups?: string) — Tool to retrieve an ordered list of all bookable activities for a destination. Use when you need to get available activities for a specific location by its ID. Returns activity details including prici - tripadvisor_get_location_awards(locationId: string) — Tool to retrieve all awards earned by a TripAdvisor location. Use when you need to fetch awards history for a specific destination. Returns Traveler's Choice Awards, Certificates of Excellence, and Gr - tripadvisor_get_location_details_v2(currency?: string, language?: string, location_id: string) — Tool to retrieve comprehensive information about a TripAdvisor location including name, address, ratings, reviews, and links. Requires an authenticated TripAdvisor API connection. Use when you need de - tripadvisor_get_location_geos(lang?: string, limit?: integer, offset?: integer, category?: string, currency?: string, location_id: integer) — Tool to retrieve immediate children in the geographical location hierarchy for a given destination. Use when exploring location hierarchies or browsing geographical areas within a parent location. - tripadvisor_get_location_hotels(lang?: string, location_id: string) — Retrieves hotels near a specified TripAdvisor location. Returns up to 10 hotels sorted by proximity to the location's geographic center. Use this tool when you need to find hotels in a city, region, o - tripadvisor_get_location_photos_v2(lang?: string, location_id: string) — Retrieves up to 5 high-quality photos for a specific TripAdvisor location by location ID. Returns photos with multiple size variants (thumbnail, small, medium, large, original), user information, capt - tripadvisor_get_location_reviews_v2(lang?: string, currency?: string, all_shared?: boolean, location_id: string) — Tool to retrieve up to 5 of the most recent reviews for a specific TripAdvisor location. Use when you need to get user reviews, ratings, and feedback for a hotel, restaurant, attraction, or destinatio ## Example prompts - "What can I do in Tripadvisor?" - "Show me a summary of my Tripadvisor account" ## Links Docs: https://mcp.ai/docs/mcps/tripadvisor Website: https://mcp.ai/mcps/tripadvisor