tripadvisor-mcp
Provides tools to search for locations (hotels, restaurants, attractions), retrieve full details, photos, and recent reviews via the TripAdvisor Content API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tripadvisor-mcpfind top-rated hotels in Paris"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tripadvisor-mcp
MCP server for the TripAdvisor Content API — travel data for Claude. Search hotels, restaurants, attractions, and destinations by name or coordinates, then pull full details, photos, and recent reviews, all over stdio.
Developed and maintained by AI (Claude Code). Use at your own discretion.
Quick start
{
"mcpServers": {
"tripadvisor": {
"command": "npx",
"args": ["-y", "@chrischall/tripadvisor-mcp"],
"env": { "TRIPADVISOR_API_KEY": "your-content-api-key-here" }
}
}
}Get a key at tripadvisor.com/developers. The free tier is 5,000 calls/month; responses are cached in-memory to stretch it.
Related MCP server: TripAdvisor Vacation Planner MCP Server
Tools
Tool | What it does |
| Search locations by name (optionally scoped by category, lat/long + radius, address, phone) — up to 10 matches |
| Find locations near a latitude/longitude — up to 10 matches |
| Full details: rating, ranking, subratings, awards, review count, amenities, hours, listing URLs |
| Photos with multi-size image URLs, captions, and source filter |
| Most recent reviews (up to 5 per call, pageable with |
All tools are read-only — the Content API has no write endpoints.
Environment
Var | Required | Purpose |
| yes | Content API key, sent as the |
| no |
|
| no | Seconds to cache search responses (default: 300; |
| no | Seconds to cache details/photos/reviews (default: 3600; |
Development
npm install
npm run build # tsc + esbuild bundle
npm test # vitest (no real network)Endpoint request shapes are pinned in docs/TRIPADVISOR-API.md. With a key in .env, node scripts/live-probe.mjs exercises every read path through the built client.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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