# 1Stay by Stayker # https://1stay.ai ## Description 1Stay is hotel booking infrastructure for AI agents. Agents connect through MCP (Model Context Protocol) tools — 1Stay handles the reservation. The agent is the interface. 1Stay is the booking engine. 1Stay provides live hotel inventory, real confirmation numbers, and direct hotel reservations through a proprietary global travel distribution network. Guests pay the hotel directly — 1Stay is not the merchant of record. Loyalty points always apply. ## Capabilities - Hotel search across 250,000+ properties worldwide - Hotel detail retrieval with room types, rates, and cancellation policies - Rate and room type comparison with nightly breakdown - Secure checkout — agent collects name and email, guest completes payment on checkout page - Booking retrieval and confirmation email resend - Booking cancellation with identity verification - Event-aware hotel search (conferences, tournaments, venues) - Loyalty points eligible on every reservation ## MCP Tools (7 tools) - search_hotels: Search available hotels by location (or lat/lng coordinates), dates, and guest count. Returns up to 15 hotels with live rates. Supports chain filtering and pagination. - get_hotel_details: Get full property details including room types, rates, cancellation policies, amenities, and nightly breakdown. Rate codes expire ~15 minutes. - book_hotel: Create a reservation using a rate_code from get_hotel_details. Collects guest name and email only — returns a secure checkout URL where the guest enters phone and payment. Reservation is NOT confirmed until guest completes checkout. - get_booking: Retrieve booking status and details by booking ID. Scoped to your API key. - retrieve_booking: Find a reservation by booking ID or hotel confirmation number. Resends confirmation email. - cancel_booking: Cancel a reservation. Requires guest first name, last name, and confirmation number for identity verification. - search_tools: List all available MCP tools and their descriptions. Filter by keyword. ## MCP Configuration ```json { "mcpServers": { "1stay": { "url": "https://mcp.stayker.com/mcp" } } } ``` ## Booking Workflow 1. search_hotels → find available hotels by location or coordinates 2. get_hotel_details → get room types, rates, and cancellation policies 3. book_hotel → collect guest name + email, returns secure checkout URL 4. Guest completes payment on checkout page (phone number collected there) 5. Hotel confirmation number emailed to guest ## Example Prompts - Find hotels near the Final Four stadium - Book a boutique hotel in Asheville this weekend - Find a hotel under $250 near Times Square - Search hotels near the Salesforce conference in San Francisco - Book a hotel near Augusta National during the Masters - Find pet-friendly hotels in downtown Nashville for next weekend - Cancel my reservation at the Marriott - Look up my booking and resend the confirmation email ## Access - Sandbox: Free 90-day trial, test bookings, 5 hotels per search - Production: $99/mo, live bookings, 15 hotels per search, 50,000 searches included - Enterprise: Custom pricing and limits ## Links - Documentation: https://1stay.ai/docs - Apply for Access: https://1stay.ai/apply - AI Agent Hotel Booking: https://1stay.ai/ai-agents-book-hotels ## Contact hello@1stay.ai