# TripAdvisor Content API — MCP server on mcp.ai > Connect your TripAdvisor Content API account and use 5 tools for reviews straight from your AI agent. Connect with your own API key. The Tripadvisor Content API provides developers with access to extensive travel data including locations, reviews, photos, and ratings. By: mcp.ai · official Page: https://mcp.ai/tripadvisor_content_api ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_tripadvisor_content_api?ms=1787291340000 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_content_api/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/tripadvisor_content_api/ 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_content_api/skill.md Postman collection (v2.1): https://mcp.ai/tripadvisor_content_api/postman.json ## Tools - tripadvisor_content_api_get_location_details(currency?: string, language?: string, location_id: string) — Tool to get comprehensive information about a location (hotel, restaurant, or attraction) including name, address, rating, and contact details. Use when you need detailed information about a specific - tripadvisor_content_api_get_location_photos_v2(limit?: integer, offset?: integer, source?: string, language?: string, locationId: integer) — Tool to retrieve up to 5 high-quality photos for a specific location with complete metadata and pagination support. Use when you need detailed photo information including user details, source filterin - tripadvisor_content_api_get_location_reviews(limit?: integer, offset?: integer, language?: string, locationId: string) — Tool to retrieve up to 5 of the most recent reviews for a specific location. Use when you need customer feedback, ratings, or review content for a TripAdvisor location. - tripadvisor_content_api_search_locations2(phone?: string, radius?: number, address?: string, latLong?: string, category?: string, language?: string, radiusUnit?: string, searchQuery: string) — Tool to search for TripAdvisor locations with advanced filtering options. Use when you need to find locations by name, category, phone, address, or coordinates with radius-based filtering. - tripadvisor_content_api_search_nearby_locations(phone?: string, radius?: string, address?: string, latLong: string, category?: string, language?: string, radiusUnit?: string) — Tool to search for locations near a specified latitude/longitude. Returns up to 10 locations with optional filtering by category, phone, or address. ## Example prompts - "What can I do in TripAdvisor Content API?" - "Show me a summary of my TripAdvisor Content API account" ## Links Docs: https://mcp.ai/docs/mcps/tripadvisor_content_api Website: https://mcp.ai/mcps/tripadvisor_content_api