
Travel Planner MCP Server
The Travel Planner MCP Server connects AI assistants to real-time travel data using the Google Maps API, enabling intelligent itinerary generation, place discov...
The Tripadvisor MCP Server for FlowHunt makes it easy for AI assistants to access and interact with real-time Tripadvisor data, powering smart travel search, recommendations, and more within your AI apps.
The Tripadvisor MCP (Model Context Protocol) Server is a middleware component that connects AI assistants with the Tripadvisor Content API, offering standardized interfaces for accessing rich travel-related data. By leveraging this server, developers can empower AI agents to search for locations (hotels, restaurants, attractions), retrieve detailed information, reviews, and photos, and perform searches based on coordinates. This enhances development workflows by enabling seamless integration of real-world travel data into AI-driven applications, supporting tasks such as destination discovery, trip planning, and more. The server supports API key authentication, Docker deployment, and interactive tools, making it versatile for a range of AI assistants and client platforms.
No prompt templates are specified in the repository or documentation.
No explicit MCP resources are described in the repository or documentation.
uv
installed and your Tripadvisor API key.tripadvisor-mcp
directory.mcpServers
object:{
"tripadvisor": {
"command": "uv",
"args": [
"--directory",
"<full path to tripadvisor-mcp directory>",
"run",
"src/tripadvisor_mcp/main.py"
],
"env": {
"TRIPADVISOR_API_KEY": "your_api_key_here"
}
}
}
tripadvisor-mcp
directory.{
"mcpServers": {
"tripadvisor": {
"command": "uv",
"args": [
"--directory",
"<full path to tripadvisor-mcp directory>",
"run",
"src/tripadvisor_mcp/main.py"
],
"env": {
"TRIPADVISOR_API_KEY": "your_api_key_here"
}
}
}
}
ENOENT
error, set the full path to uv
or set NO_UV=1
.docker build -t tripadvisor-mcp-server .
{
"mcpServers": {
"tripadvisor": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e", "TRIPADVISOR_API_KEY",
"tripadvisor-mcp-server"
],
"env": {
"TRIPADVISOR_API_KEY": "your_api_key_here"
}
}
}
}
{
"mcpServers": {
"tripadvisor": {
"command": "uv",
"args": [
"--directory",
"<full path to tripadvisor-mcp directory>",
"run",
"src/tripadvisor_mcp/main.py"
],
"env": {
"TRIPADVISOR_API_KEY": "your_api_key_here"
}
}
}
}
Always use environment variables to store API keys for security. Example configuration:
{
"env": {
"TRIPADVISOR_API_KEY": "your_api_key_here"
},
"inputs": {
"api_key": "TRIPADVISOR_API_KEY"
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"tripadvisor": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “tripadvisor” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Provided in README |
List of Prompts | ⛔ | Not specified |
List of Resources | ⛔ | Not specified |
List of Tools | ✅ | Tools described in README and features section |
Securing API Keys | ✅ | Environment variable usage described in README |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
This MCP server is well-scoped and focused on a clear use case (Tripadvisor data), providing essential tools for travel-related AI applications and good instructions for setup and deployment. However, it lacks details on prompt templates, explicit MCP resources, or advanced MCP features like roots and sampling.
Rating: 6/10 — Solid, functional, but with limited MCP-specific depth.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 4 |
Number of Stars | 30 |
The Tripadvisor MCP Server is a middleware that connects AI assistants to the Tripadvisor Content API, enabling standardized access to travel-related data such as locations, reviews, and photos. It allows AI applications to perform searches, retrieve details, and enhance user experiences with real-world travel information.
It offers tools for searching locations (hotels, restaurants, attractions), retrieving detailed information, accessing reviews and photos, and finding nearby places using coordinates—all via a standardized interface for AI workflows.
Setup involves configuring your client (like Windsurf, Claude, Cursor, or Cline) with the MCP server details and your Tripadvisor API key. Each integration method is fully documented in the server’s instructions and typically requires editing a configuration file and restarting your client.
Always store API keys in environment variables and never hard-code them into your configuration files. Refer to the example environment variable setup in the documentation for best practices.
Use cases include integrating destination search, trip planning, personalized travel recommendations, location-based discovery, and content aggregation into AI-driven travel apps or chatbots.
Empower your AI agents and chatbots with up-to-date travel data, reviews, and recommendations via the Tripadvisor MCP Server. Start building intelligent travel experiences today!
The Travel Planner MCP Server connects AI assistants to real-time travel data using the Google Maps API, enabling intelligent itinerary generation, place discov...
The Airbnb MCP Server connects AI agents and applications to real-time Airbnb listings, enabling property search, detailed accommodation info retrieval, and tra...
The map-traveler MCP Server enables AI assistants and workflows to interact with virtual maps, simulate travel, retrieve geographic information, and provide spa...