# 1stay MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-stayker-1stay
- Repository: https://github.com/STAYKER-COM/1Stay-mcp

## Install
- Endpoint: https://mcp.stayker.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.stayker.com/mcp

## Tools
- search_hotels (Search Hotels) - Search hotels by location and dates for exactly one room. Returns available properties with nightly rates across major brands, boutique, and independent hotels.

The first 1Stay release supports one room per search and reservation. Guest pays the hotel directly. Hotel's own confirmation number. Loyalty points apply. Endpoint: https://mcp.stayker.com/mcp
- get_hotel_details (Hotel Details) - Get rates and room details for exactly one room at a specific hotel. Returns room types, live rates, amenities, cancellation policies, and rate_codes required by book_hotel.

Guest pays the hotel directly. Displayed totals include taxes and any applicable, itemized 1Stay Booking Fee. Loyalty points eligible.

Room type notes: "Run of house" means the hotel assigns the room at check-in. "Suite" at select-service brands usually means a larger room with a sofa, not a separate bedroom. Non-refundable rates are cheaper but cannot be changed or canceled. Endpoint: https://mcp.stayker.com/mcp
- book_hotel (Book Hotel) - Book exactly one hotel room. The first 1Stay release does not support multi-room searches or reservations. Returns a secure checkout URL. This tool accepts no guest identity or payment fields. Name, email, phone, and payment details are collected on the secure checkout page.

Guest pays the hotel directly. Their credit card statement shows the hotel name, not 1Stay. Hotel's own confirmation number. Loyalty points apply automatically. The displayed total includes taxes and any applicable, itemized 1Stay Booking Fee.

Requires a rate_code from get_hotel_details, valid approximately 15 minutes. Expired codes are rejected. Endpoint: https://mcp.stayker.com/mcp
- lookup_booking (Lookup Booking) - Look up a reservation by verifying the guest's identity. Returns the confirmation number and booking summary in conversation.

Requires the guest's full name plus either the hotel confirmation number, or the last 4 digits of the card used to book together with the check-in date. An email address is not a verification factor. It may be supplied in addition and will be matched, but a name and an email alone will not return a reservation. Endpoint: https://mcp.stayker.com/mcp
- resend_confirmation (Resend Confirmation) - Resend a hotel reservation confirmation email. Use either the confirmation number from a successful lookup_booking call, or the guest's full name and email address when they do not know their confirmation number, card last four, or check-in date. The email contains the hotel confirmation number the guest can then use with lookup_booking or cancel_booking. Recovery requests never reveal whether a reservation matched. The confirmation is sent only to the email address already on the booking record; there is no recipient override. Email changes are handled at https://stayker.com/service. Endpoint: https://mcp.stayker.com/mcp
- get_booking (Get Booking) - Look up a reservation exclusively by the hotel confirmation number shown in the guest's confirmation email. Internal Stayker booking IDs are never accepted or disclosed by MCP. Returns full booking details including hotel, dates, guest info, rate, and status.

Anonymous access requires a verification_token issued by lookup_booking and scoped to a single booking. Without a valid token, no booking data is returned. Developers authenticated with their own API key do not need a token; their access is scoped to their own bookings. Endpoint: https://mcp.stayker.com/mcp
- cancel_booking (Cancel Booking) - Cancel a hotel reservation. This is a two-step, server-confirmed action.

The first call uses the guest first name, last name, and hotel confirmation number without a cancellation_token. It returns the cancellation terms (penalty, refundable amount, free-cancellation deadline, and a warning if the rate is non-refundable) plus a single-use cancellation_token. Nothing is cancelled.

The second call uses the same details and the cancellation_token to execute the cancellation. The token is single-use and expires in about 10 minutes. The second call requires the guest's explicit confirmation of the disclosed terms. Non-refundable rates forfeit the full amount. Cancellation confirmation is emailed to the address on file. Endpoint: https://mcp.stayker.com/mcp
- search_tools (Search Tools) - List available 1Stay hotel booking tools. An optional keyword filters by search, book, cancel, or details; absence of a keyword returns all tools. Endpoint: https://mcp.stayker.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.stayker
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 18, 2026
- Source: https://registry.modelcontextprotocol.io
