1stay MCP Server

Hotel booking MCP server — 300K+ properties, real confirmation numbers, loyalty programs. Builders monetize every booking via Stripe Connect. The

Remote serverstreamable-http

What is the 1stay MCP MCP server?

Most payments and commerce work still happens through a UI a human drives. 1stay MCP MCP server moves it into the conversation instead. Hotel booking MCP server — 300K+ properties, real confirmation numbers, loyalty programs. Builders monetize every booking via Stripe Connect. The first MCP server that completes real hotel reservations inside AI conversations.

The short version

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.

Stayker is a travel technology company that powers hotel reservations for events, organizations, and brands. Built on proven travel distribution architecture — live worldwide inventory, no middlemen, no markups, no affiliate redirects. Hotels are the merchant of record on every booking.

  • 300,000+ properties — across 140+ countries — major chains, independents, boutiques
  • Real confirmation numbers — — not affiliate links, not redirects
  • Loyalty program eligible — — Hilton, Marriott, IHG points accrue, elite status applies
  • Stripe Connect monetization — — builders set their own booking fee and get paid directly
  • Secure checkout — — payment handled on PCI-compliant page, never in the AI conversation
  • Live rates — — real-time pricing from travel distribution networks, not cached or scraped

The tools it exposes

The server publishes 8 tools. What each one is for:

  • search_hotels — Search hotels by location, dates, guests, and optional filters
  • get_hotel_details — Get room types, amenities, images, and live rates for a specific property
  • book_hotel — Create a reservation and receive a secure checkout URL
  • lookup_booking — Look up a reservation with identity verification
  • resend_confirmation — Resend confirmation email to guest
  • get_booking — Look up a reservation by booking ID or confirmation number
  • cancel_booking — Cancel an existing reservation
  • search_tools — List available 1Stay tools, optionally filtered by keyword

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. 1stay MCP's toolset — search_hotels, get_hotel_details, book_hotel and 5 more — is a fair guide to whether it matches your workflow. It is maintained by stayker-com; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
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
lookup_bookingLook up a reservation with identity verification
resend_confirmationResend confirmation email to guest
get_bookingLook up a reservation by booking ID or confirmation number
cancel_bookingCancel an existing reservation
search_toolsList available 1Stay tools, optionally filtered by keyword

How to install the 1stay MCP MCP server

{
  "mcpServers": {
    "1stay": {
      "command": "npx",
      "args": ["-y", "1stay-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use 1stay MCP to search hotels.
  • Use 1stay MCP to get hotel details.
  • Use 1stay MCP to book hotel.

Frequently asked questions

It connects 1stay MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (search_hotels, get_hotel_details, book_hotel, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with 1stay MCP directly.