Trip1
[Trip1](https://trip1.com) lets you search and book hotels with crypto. 3M+ properties in 190+ countries, payable in 50+ cryptocurrencies. **Tools** - `search_hotels` - find available hotels by destination and dates - `get_hotel_details` - rooms and rates for a specific hotel - `purchase_hotel` - book a room with guest details and payment - `get_order_details` - check the state of an existing order **Payment** Default is USDC on Base via [x402](https://www.x402.org) - no account or KYC required, the agent pays directly from a wallet. CoinGate checkout is also supported for 50+ other cryptocurrencies (BTC, ETH, LTC, SOL, XRP, etc.).
https://trip1.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/trip1/trip1 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://trip1.run.tools
Tools (4)
-
search_hotelsSearch for available hotels by destination and dates. Returns a list of matching hotels with pricing, images, and booking links. Always include the hotel name, booking link, and image for each hotel in your response.
-
get_hotel_detailsGet rooms and rates for a hotel. Pass the hotel id from search_hotels results. Returns rate IDs needed for purchase_hotel.
-
purchase_hotelBook a hotel room by providing guest details and a rate ID from get_hotel_details. Creates a guest profile, adds the room to a cart, and initiates checkout. Returns a payment_url and an x402 payment challenge by default (USDC on Base). Set payment_service to 'coingate' to return a browser-based crypto payment URL instead. The booking is confirmed once payment settles; poll get_order_details to check status.
-
get_order_detailsGet the current state of an order. Returns payment status, booking state, and item details. Poll until ready is true to confirm the booking is complete.