1StayHotel Booking

1StayHotel Booking

Hotel booking MCP server — the first transaction-complete hotel booking integration for AI agents. Search 300K+ properties in 140+ countries, get live rates and room details, and generate secure checkout URLs. No payment in the AI conversation — guests complete booking at a hosted checkout page and receive a real hotel confirmation number. Set your own booking fee via Stripe Connect.

Category
Visit Server

README

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
  • Event-aware inventory — purpose-built for tournaments, weddings, conferences, and group travel
  • SMS concierge (opt-in) — post-booking updates and itinerary support via text

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 booking ID or hotel 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 at the Hilton 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 booking for Charlotte and resend the confirmation email?"

What happens:

  • 1Stay locates the reservation using the booking ID 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

Example 4: Event-based group search

User prompt: "My son's baseball team has a tournament in Las Vegas July 12-15. Find hotels near the Las Vegas Ballpark for 8 families."

What happens:

  • 1Stay searches properties near the venue with availability for the tournament dates
  • Returns options suitable for families with pricing for the full stay
  • Each family can book individually through their own secure checkout link
  • No group block required — no cutoff dates, no minimum room commitments

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 (and SMS if opted in)

Credit card and payment information never pass 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 monthly subscription with metered usage. Full pricing details are available at 1stay.ai.

Privacy Policy

See our privacy policy: stayker.com/legal/privacy

See our MCP-specific data policy: stayker.com/legal/mcp-policy

Support

About Stayker

Stayker is a travel technology company that has powered hotel reservations for events, organizations, and brands. No hotel contracts, no rooming lists. Live worldwide inventory. Our platform connects directly to travel distribution networks — no middlemen, no markups, no affiliate redirects. Hotels are the merchant of record on every booking.

Founded: 2020 | Industry experience: 40+ years | Headquarters: Charlotte, NC

Build. Book. Connect.


© 2026 WPF Holdings, LLC. All rights reserved.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured