tripadvisor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRIPADVISOR_API_KEY | Yes | Content API key, sent as the `key` query parameter. | |
| TRIPADVISOR_REFERER | No | Referer header for domain-restricted keys (the API 403s without a matching referer). | |
| TRIPADVISOR_CACHE_TTL | No | Seconds to cache search responses (default: 300; `0` disables). | |
| TRIPADVISOR_STATIC_CACHE_TTL | No | Seconds to cache details/photos/reviews (default: 3600; `0` disables). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ta_search_locationsA | Search TripAdvisor locations (hotels, restaurants, attractions, geos) by name. Returns up to 10 matches with location_id for the detail tools. |
| ta_search_nearbyA | Find TripAdvisor locations near a latitude/longitude. Returns up to 10 locations with location_id for the detail tools. |
| ta_get_location_detailsA | Get full details for a TripAdvisor location: name, address, coordinates, rating, ranking, subratings, awards, review count, amenities, hours, and listing URLs. |
| ta_get_location_photosA | Get photos for a TripAdvisor location (multi-size image URLs, captions, sources). |
| ta_get_location_reviewsA | Get the most recent reviews for a TripAdvisor location (up to 5 per call; page with offset). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/tripadvisor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server