Hotel Booking AI MCP
io.github.tourmind-com/hotel-booking-ai-mcpConsumer hotel search, live rates, booking, order management, and payment via TourMind.
Tools · 11
Get live room types and rate products for multiple hotels with partial-success results.
Cancel a booking owned by the user_key account.
Recheck the selected rate code, price, and inventory before booking.
Check whether a newer TourMind Booking Skill version is available.
Create a hotel booking from a verified rate. A valid user_key is required.
Get static hotel details, facilities, rooms, policies, and images.
Create a payment request for a booking owned by the user_key account. CNY WeChat Pay and Alipay return a one-time device-aware payment link.
Query a booking owned by the user_key account.
Get live room types and rate products for a hotel and stay.
Search candidate hotels by region, coordinates and radius, or fuzzy keyword.
Resolve a region, point of interest, landmark, shopping mall, or hotel name to TourMind regions, hotels, or coordinates.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hotel_booking_ai_mcp": {
"url": "https://api.tourmind.com/mcp/toc",
"transport": "streamable-http"
}
}
}