1Stay Hotel Booking MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http 1stay-hotel-booking https://mcp.stayker.com/mcp
README.md

The first MCP server that completes real hotel reservations inside AI.

1Stay — Hotel Booking via MCP

The first MCP server that completes real hotel reservations inside AI conversations. Not search-and-redirect. Not affiliate links. A confirmed booking with a real confirmation number — where your loyalty points accrue and your elite status benefits apply.

Built by Stayker (WPF Holdings, LLC), a licensed travel technology company with 40 years of industry experience operating through established travel distribution networks. When you book through 1Stay, the hotel is the merchant of record — your stay is treated exactly like a direct booking.

MCP Endpoint: https://mcp.stayker.com/mcp
Protocol: Streamable HTTP | MCP SDK v1.27.1 | Latest protocol version 2025-11-25
Supported versions: 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05, 2024-10-07

Features

  • Real-time hotel search across 100,000+ properties worldwide via travel distribution network
  • Live rate quotes with negotiated, loyalty-eligible pricing
  • In-conversation booking that returns a secure checkout URL — payment and PII never touch the AI layer
  • Post-booking management — retrieve confirmations, resend emails, cancel reservations

Tools

Tool Description Annotations
search_hotels Search hotels by location, dates, guests, and optional filters readOnlyHint: true
get_hotel_details Get room types, amenities, images, and live rates for a specific property readOnlyHint: true
book_hotel Create a reservation and receive a secure checkout URL destructiveHint: true
get_booking Look up a reservation by confirmation number readOnlyHint: true
cancel_booking Cancel an existing reservation destructiveHint: true
retrieve_booking Find a reservation and resend the confirmation email readOnlyHint: true

Setup

Connect via Claude Desktop

Add the following to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "1stay": {
      "url": "https://mcp.stayker.com/mcp"
    }
  }
}

Connect via Claude Code

claude mcp add 1stay --transport http https://mcp.stayker.com/mcp

Authentication

1Stay uses OAuth 2.0 authorization code flow. When connecting through Claude, the OAuth handshake is handled automatically. You'll need a valid 1Stay account to authenticate.

For developers: See 1stay.ai/apply for API access and pricing.

Examples

Example 1: Search hotels for an upcoming trip

User prompt: "I need a hotel in downtown Charlotte for May 7-10, two adults."

What happens:

  • 1Stay searches available properties near downtown Charlotte for the specified dates
  • Returns a list of hotels with nightly rates, star ratings, and distance from city center
  • User can ask follow-up questions to narrow results by price, brand, or amenities

Example 2: Get details and book a room

User prompt: "Show me room options from those results, then book the king room."

What happens:

  • 1Stay retrieves live room types, rates, cancellation policies, and property amenities
  • User selects a room and provides guest name, email, and phone number
  • 1Stay creates the reservation and returns a secure checkout URL to complete payment
  • Payment is handled on a secure page — credit card information never enters the AI conversation

Example 3: Look up and manage an existing reservation

User prompt: "Can you pull up my reservation and resend the confirmation email?"

What happens:

  • 1Stay locates the reservation using the confirmation number or guest information
  • Displays reservation details including hotel name, dates, rate, and confirmation number
  • Resends the confirmation email to the address on file
  • If needed, the user can request cancellation directly in conversation

How Booking Works

1Stay uses a secure link handoff model for payment:

  1. Search and select happen inside the AI conversation
  2. Guest details (name, email, phone) are collected in conversation to create the reservation
  3. Payment is completed on a secure, PCI-compliant checkout page — outside the AI layer
  4. Confirmation is delivered via email with your hotel confirmation number

Credit card and payment information never passes through the AI conversation. The checkout URL is valid for approximately 30 minutes.

Pricing

1Stay is a commercial service. A non-refundable booking service fee applies to each completed reservation. Developer API access is available via a monthly subscription with metered usage. Full pricing details are available at 1stay.ai.

Tools (6)

search_hotelsSearch hotels by location, dates, guests, and optional filters
get_hotel_detailsGet room types, amenities, images, and live rates for a specific property
book_hotelCreate a reservation and receive a secure checkout URL
get_bookingLook up a reservation by confirmation number
cancel_bookingCancel an existing reservation
retrieve_bookingFind a reservation and resend the confirmation email

Configuration

claude_desktop_config.json
{"mcpServers": {"1stay": {"url": "https://mcp.stayker.com/mcp"}}}

Try it

I need a hotel in downtown Charlotte for May 7-10, two adults.
Show me room options from those results, then book the king room.
Can you pull up my reservation and resend the confirmation email?
Find hotels in Tokyo for next week with a pool and gym.

Frequently Asked Questions

What are the key features of 1Stay Hotel Booking?

Real-time hotel search across 100,000+ properties worldwide. Live rate quotes with loyalty-eligible pricing. In-conversation booking with secure checkout URL generation. Post-booking management including cancellations and confirmation retrieval.

What can I use 1Stay Hotel Booking for?

Planning business travel and booking hotels directly within an AI workflow. Comparing hotel rates and amenities across multiple properties for a trip. Managing existing travel reservations by retrieving details or resending confirmations. Canceling hotel bookings quickly through natural language commands.

How do I install 1Stay Hotel Booking?

Install 1Stay Hotel Booking by running: Add to claude_desktop_config.json

What MCP clients work with 1Stay Hotel Booking?

1Stay Hotel Booking works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep 1Stay Hotel Booking docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare