How to search Trip1 hotels with MCP?
In short
- Trip1 supports the Model Context Protocol (MCP) so AI assistants like Claude can search hotels directly.
- Add Trip1 as an MCP server in Claude Desktop, Claude Code, Cursor, or any MCP-compatible client.
- No authentication required - just connect the endpoint and start searching hotels from your AI.
Search hotels from your AI
Trip1 supports the Model Context Protocol (MCP), so AI assistants like Claude can search and book hotels without leaving your conversation.
What is MCP?
MCP (Model Context Protocol) is an open standard that lets AI assistants connect to external services. Instead of just answering questions, your AI can do things, like search for hotels on Trip1.
When you add Trip1 as an MCP server, your AI assistant gets access to our hotel search. Ask it to find a hotel in Tokyo next week and it'll come back with real prices and booking links.
Setup
Setup for the most common tools:
Claude Desktop
Go to Settings → Connectors → Add custom connector and enter:
https://trip1.com/api/mcpClaude Code
Run in your terminal:
claude mcp add --transport http trip1 https://trip1.com/api/mcpCursor
Open Settings → Tools & MCP → Add new MCP server and add:
{
"mcpServers": {
"trip1": {
"url": "https://trip1.com/api/mcp"
}
}
}Or create/edit .cursor/mcp.json in your project with the same config.
Any MCP-compatible client
Our endpoint supports Streamable HTTP at:
https://trip1.com/api/mcpNo authentication required. Our server card is available at the standard well-known endpoint:
https://trip1.com/.well-known/mcp.jsonWhat you can do
Right now, the Trip1 MCP server exposes one tool: search_hotels. It takes a location, dates, and guest or room counts. It returns available hotels with prices and photos.
Ask your AI:
"Find me a hotel in Barcelona, March 15-20, for 2 people."
That becomes:
{
"name": "search_hotels",
"arguments": {
"location": "Barcelona",
"checkIn": "2026-03-15",
"checkOut": "2026-03-20",
"guests": 2,
"rooms": 1
}
}You get back hotels with prices, photos, and links to book on Trip1.
Try it out
Add Trip1 to your AI assistant and start searching hotels in seconds.
Trip1 MCP integration - FAQ
MCP (Model Context Protocol) is an open standard that lets AI assistants connect to external services. Trip1's MCP server lets AI tools search hotels and get availability directly.
Add Trip1 as an MCP server in Claude Desktop's settings. Once connected, you can ask Claude to search for hotels on Trip1 by destination and dates.
No. The Trip1 MCP server does not require authentication. You can connect it and start searching immediately.
You can search for hotels by destination and dates, compare prices, and get availability information - all from within your AI assistant.
Still need help?
Our support team is ready to assist you with any questions.
Still need help?
Our support team is ready to assist you with any questions.