Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Hotel Booking AI MCP

io.github.tourmind-com/hotel-booking-ai-mcp

Consumer hotel search, live rates, booking, order management, and payment via TourMind.

Uptime
100.0%
1 direct probes · 30d
Response
1841ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

batch_query_room_rates

Get live room types and rate products for multiple hotels with partial-success results.

cancel_booking

Cancel a booking owned by the user_key account.

check_room_availability

Recheck the selected rate code, price, and inventory before booking.

check_skill_update

Check whether a newer TourMind Booking Skill version is available.

create_booking

Create a hotel booking from a verified rate. A valid user_key is required.

get_hotel_detail

Get static hotel details, facilities, rooms, policies, and images.

pay_order

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_booking

Query a booking owned by the user_key account.

query_room_rates

Get live room types and rate products for a hotel and stay.

search_hotels

Search candidate hotels by region, coordinates and radius, or fuzzy keyword.

search_location

Resolve a region, point of interest, landmark, shopping mall, or hotel name to TourMind regions, hotels, or coordinates.

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"
    }
  }
}