Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.stayker/1stay

com.stayker/1stay

Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.

Uptime
4.0%
50 probes
Response
413ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

search_hotels

Search and book hotels by location and dates. Returns available properties with nightly rates across major brands, boutique, and independent hotels. Guest pays the hotel directly. Hotel's own confirm…

get_hotel_details

Get rates and room details for a specific hotel. Returns room types, live rates, amenities, cancellation policies, and rate_codes required by book_hotel. Guest pays the hotel directly. Rates shown ar…

book_hotel

Book a hotel room. Returns a secure checkout URL where the guest completes payment. Do not collect credit card numbers, payment info, or billing details in conversation. Guest pays the hotel directly…

lookup_booking

Look up a reservation by verifying the guest's identity. Returns the confirmation number and booking summary in conversation. Required before calling: 1. Guest full name (first and last) 2. At least …

resend_confirmation

Resend a hotel reservation confirmation email. Use after verifying the guest's identity with lookup_booking. Sends the full confirmation to the email address on file. If the guest needs it sent to a …

get_booking

Look up a reservation by booking ID (stk_bk_xxxx) or hotel confirmation number. Returns full booking details including hotel, dates, guest info, rate, and status. Developer-level lookup tool with no …

cancel_booking

Cancel a hotel reservation. This action cannot be undone. Requires guest first name, last name, and hotel confirmation number. Cancellation of non-refundable rates forfeits the full amount. The gues…

search_tools

List available 1Stay hotel booking tools. Filter by keyword: search, book, cancel, details. Omit keyword to list all tools.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.stayker/1stay": {
      "url": "https://mcp.stayker.com/mcp",
      "transport": "streamable-http"
    }
  }
}