1Stay is the first transaction-complete hotel booking MCP server. It connects AI agents to 300K+ hotel properties in 140+ countries via Streamable HTTP. Unlike search-only hotel tools, 1Stay handles the full booking lifecycle — search, rates, booking with secure checkout URL, retrieval, and cancellation. Developers can set their own booking service fee via Stripe Connect. 7 MCP tools, built on 40 years of travel infrastructure by Stayker.
Overview
What is 1Stay?
1Stay is the first transaction-complete hotel booking MCP server. Your AI agent connects once and can search, book, and manage real hotel reservations across 250K+ properties in 140+ countries.
Built by Stayker — 40 years in travel, 25 years building booking software. This isn't a weekend project. It's production infrastructure.
How It Works
- search_hotels — Location or coordinates, dates, guest count. Returns up to 15 hotels with live rates.
- get_hotel_details — Room types, rates, cancellation policies, amenities. Everything your agent needs.
- book_hotel — Guest info in, secure checkout URL out. Payment happens outside the AI conversation.
- get_booking — Retrieve booking status and confirmation details.
- retrieve_booking — Look up reservations by booking ID or hotel confirmation number.
- cancel_booking — Cancel with identity verification. Subject to hotel cancellation policy.
- search_tools — Runtime tool discovery for dynamic agents.
What Makes This Different
- Transaction-complete — Not a redirect. Not an affiliate link. Real hotel confirmation numbers.
- No payment in chat — Guests complete booking at a secure checkout URL. PCI compliant by design.
- Loyalty eligible — Guests earn hotel loyalty points. They're treated as guests, not leads.
- Set your own fee — Monetize bookings with your own service fee via Stripe Connect.
- No hotel contracts — You build the experience, we handle the hotel relationships.
Connect
Endpoint: https://mcp.stayker.com/mcp
Transport: Streamable HTTP
Docs: https://1stay.ai/docs
Apply: https://1stay.ai/apply
Server Config
{
"mcpServers": {
"1stay": {
"url": "https://mcp.stayker.com/mcp"
}
}
}