← Back to search
25
Basic
Agentic Readiness Score
developer aicalendartravelllms-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

llms.txt Content

# 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, instant confirmation numbers, and real reservations through GDS connections. Agents never connect to hotel systems directly — 1Stay provides the infrastructure that makes the booking possible. ## Capabilities - Hotel search across 250K+ properties in 140+ countries - Hotel detail retrieval (amenities, location, images) - Rate and room type comparison with cancellation policies - Live hotel booking with real confirmation numbers - Booking retrieval and status checking - Booking cancellation - Event-aware hotel search (conferences, tournaments, venues) - Loyalty points eligible reservations ## MCP Tools - search_hotels: Search available hotels by location, dates, and guest count. Returns up to 15 hotels with live rates. - get_hotel_details: Get full property details including amenities, location, and images. - get_rates: Get available room types, rates, and cancellation policies for a specific hotel. Returns rate_plan_id for booking. - book_hotel: Create a reservation using a rate_plan_id from get_rates. Returns the hotel's own confirmation number. - get_booking: Retrieve booking status, confirmation details, and cancellation policy. - cancel_booking: Cancel an existing reservation. Returns cancellation confirmation and any applicable fees. - search_tools: List all available MCP tools and their parameters. ## MCP Configuration ```json { "1stay": { "url": "https://mcp.stayker.com/mcp" } } ``` ## Booking Workflow 1. search_hotels → find available hotels 2. get_rates → get room types and pricing for a specific hotel 3. book_hotel → create the reservation (returns hotel confirmation number) ## Example Prompts - Find hotels near the Final Four stadium - Book a bo