Skip to main content
Developer Surface

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 BETA

Pipe 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.

HTML Widget Embed
<!-- Embed Exubee Chatbot --> <script src="https://cdn.stayantra.com/widget.js" data-hotel-id="YOUR_HOTEL_ID" async> </script>
Direct REST integration & UI Widget

Stayantra Go MCP

Public MCP · ACTIVE BETA

Expose 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.

Claude Desktop Config
{ "mcpServers": { "stayantra-go": { "command": "npx", "args": [ "-y", "@stayantra/go-mcp", "--apiKey", "YOUR_KEY" ] } } }
Discovery & booking over public MCP

Stayantra Connect MCP

Internal MCP · SYSTEM ONLY

The 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.

System PMS orchestration surface
Developer access

Request API & MCP Access

The Website API is live in production today, and the public Go MCP is callable now. Request keys for the sandbox, the MCP mock servers and the full JSON-LD schema set.

  • Test keys for sandboxed booking environment
  • Full JSON-LD schema schemas and endpoint lists
  • Local mock servers for MCP application testing