Loading...
{
"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"
}
}
}
}search_locationsSearch for locations based on a query, category, and filters.
Read-only search operation.
search_nearby_locationsFind locations near specified coordinates.
Read-only search operation.
get_location_detailsRetrieve detailed information about a specific location.
Read-only retrieval operation.
get_location_reviewsRetrieve reviews for a specific location.
Read-only retrieval operation.
get_location_photosGet photos for a specific location.
Read-only retrieval operation.
This MCP server is relatively safe due to its read-only nature and reliance on API key authentication. However, proper management of the API key is crucial to prevent unauthorized access. Ensure the API key is stored securely and consider implementing rate limiting on the client side.