One API. Two MCPs. Built for agentic commerce.
Stayantra is engineered from the ground up to be programmable. Embed real-time bookings on your own site, or let autonomous AI agents discover and book rooms via standard Model Context Protocol (MCP) interfaces.
Website API & Chatbot
REST API · PRIVATE BETAPipe live room availability and pricing directly into your existing site. Drop in the embeddable Exubee Chatbot widget so visitors can book rooms conversationally in natural language.
<!-- Embed Exubee Chatbot -->
<script
src="https://cdn.stayantra.com/widget.js"
data-hotel-id="YOUR_HOTEL_ID"
async>
</script>Stayantra Go MCP
Public MCP · ACTIVE BETAExpose your hotel room inventory directly to AI assistants. Our Model Context Protocol (MCP) server lets Claude, ChatGPT, and other agentic travel planners read availability and initiate bookings.
{
"mcpServers": {
"stayantra-go": {
"command": "npx",
"args": [
"-y",
"@stayantra/go-mcp",
"--apiKey", "YOUR_KEY"
]
}
}
}Stayantra Connect MCP
Internal MCP · SYSTEM ONLYThe private, administrative PMS interface that Exubee itself uses to operate the hotel PMS state. It provides full API parity with the web dashboard, running dynamic pricing, reviews, and housekeeping.
Restricted system endpoint. Only bookable/callable by internal Exubee Co-Pilot & Auto-Pilot workflow agents.
Request API & MCP Access
Our developer SDK and API endpoints are currently in private beta. If you are a developer, travel aggregator, or a hotel owner looking for custom integrations, request API access keys.
- ✓ Test keys for sandboxed booking environment
- ✓ Full JSON-LD schema schemas and endpoint lists
- ✓ Local mock servers for MCP application testing