Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.stayker/1stay

com.stayker/1stay

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

Uptime
8.0%
25 probes
Response
413ms
last probe
Tools
8
callable

Tools · 8

search_hotels

Search and book hotels by location and dates. Returns available properties with nightly rates across major brands, boutique, and independent hotels. Guest pays the hotel directly. Hotel's own confirm…

get_hotel_details

Get rates and room details for a specific hotel. Returns room types, live rates, amenities, cancellation policies, and rate_codes required by book_hotel. Guest pays the hotel directly. Rates shown ar…

book_hotel

Book a hotel room. Returns a secure checkout URL where the guest completes payment. Do not collect credit card numbers, payment info, or billing details in conversation. Guest pays the hotel directly…

lookup_booking

Look up a reservation by verifying the guest's identity. Returns the confirmation number and booking summary in conversation. Required before calling: 1. Guest full name (first and last) 2. At least …

resend_confirmation

Resend a hotel reservation confirmation email. Use after verifying the guest's identity with lookup_booking. Sends the full confirmation to the email address on file. If the guest needs it sent to a …

get_booking

Look up a reservation by booking ID (stk_bk_xxxx) or hotel confirmation number. Returns full booking details including hotel, dates, guest info, rate, and status. Developer-level lookup tool with no …

cancel_booking

Cancel a hotel reservation. This action cannot be undone. Requires guest first name, last name, and hotel confirmation number. Cancellation of non-refundable rates forfeits the full amount. The gues…

search_tools

List available 1Stay hotel booking tools. Filter by keyword: search, book, cancel, details. Omit keyword to list all tools.

Similar MCP servers embedding-nearest

@pullapi/booking-scraper-mcp
Booking.com MCP server — hotel search, property details & guest reviews. For Claude, Cursor & AI agents.
0 tools
ziara-mcp-server
MCP Server for Ziara B2B Hotel Booking API — search, book, and manage hotel reservations via AI assistants
0 tools
com.trip1/mcp
Book hotels over MCP. Pay over x402. 3M+ properties in 200+ countries, USDC on Base.
0 tools · streamable-http
dida-mcp-server
MCP server for hotel search, booking, and reviews
0 tools
MCP Seeker
Search hotels by city, state, country, or geolocation and explore detailed property info. Check live availability, compare rates and room ty
0 tools · http
mcp/openbnb-airbnb
MCP Server for searching Airbnb and get listing details.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.stayker/1stay": {
      "url": "https://mcp.stayker.com/mcp",
      "transport": "streamable-http"
    }
  }
}