Tripadvisor MCP Server
@pab1it0
Tripadvisor MCP Server について
A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tripadvisor-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"tripadvisor-mcp-server",
"."
]
}
}
}ツール
5Search
Search
Retrieval
Retrieval
Retrieval
概要
What is Tripadvisor MCP Server?
A Model Context Protocol (MCP) server for the Tripadvisor Content API. It provides standardized access to Tripadvisor location data, reviews, and photos, enabling AI assistants to search for travel destinations and experiences.
How to use Tripadvisor MCP Server?
Obtain a Tripadvisor Content API key from the Tripadvisor Developer Portal. Set the TRIPADVISOR_API_KEY environment variable in a .env file or system config. Add the server configuration to your MCP client (e.g., Claude Desktop) using the uv command pointing to the tripadvisor-mcp directory, or run via Docker. You can also configure which tools to make available.
Key features of Tripadvisor MCP Server
- Search for locations (hotels, restaurants, attractions)
- Get detailed information about any location
- Retrieve reviews and photos for locations
- Search for nearby locations using coordinates
- API key authentication
- Docker containerization support
- Configurable list of available tools
Use cases of Tripadvisor MCP Server
- An AI travel assistant finding hotels, restaurants, or attractions by query
- Retrieving location details and recent reviews for trip planning
- Discovering nearby points of interest based on user coordinates
- Fetching photos of a destination to show in a conversation
- Integrating Tripadvisor data into custom MCP-enabled applications
FAQ from Tripadvisor MCP Server
What are the requirements to run this server?
You need Python with uv installed, or Docker. An active Tripadvisor Content API key is required.
How do I obtain a Tripadvisor Content API key?
Sign up on the Tripadvisor Developer Portal and follow their API key generation process.
What tools are provided by this server?
Five tools: search_locations, search_nearby_locations, get_location_details, get_location_reviews, and get_location_photos.
Can I enable only specific tools?
Yes, the list of tools is configurable so you can choose which ones to expose to the MCP client.
How do I deploy the server with Docker?
Build the image with docker build -t tripadvisor-mcp-server . and run with docker run -it --rm -e TRIPADVISOR_API_KEY=your_key tripadvisor-mcp-server. For Claude Desktop, configure it to use Docker and pass the environment variable.
「メディアとデザイン」の他のコンテンツ
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
コメント