StayMe Connect · MCP
The booking platform that speaks agent.
Any AI agent — ChatGPT, Claude, Gemini or your own — can search differentiated inventory, check live pricing, and complete a protected booking through StayMe via the Model Context Protocol. No human UI required.
Why agent-native
Built for the B2A era
Native MCP server
JSON-RPC 2.0 over HTTP. initialize → tools/list → tools/call. Connect in minutes.
Differentiated inventory
Every result is machine-readable: price, rating, eco score, verification and why-different — so agents can actually compare.
Settlement guarantee
Bookings carry a protection ref with programmatic refund + dispute resolution. Agents transact with trust.
Lowest commission
Hosts pay 5% (0% on Pro) vs 15–25% incumbents — deeper supply, better agent results.
Simple auth
Bearer / X-API-Key per agent, scoped (search / book) and rate-limited.
Global + localised
10 languages, regional payments, RTL — inventory worldwide.
The toolset
search_stays
Find differentiated inventory by city & dates
get_property
Full machine-readable property detail
check_availability
Live availability + full price breakdown
create_booking
Reserve a room (double-booking & capacity safe)
get_settlement_status
Protection ref, refund eligibility, dispute state
request_refund
Policy-compliant refund (email-verified)
open_dispute
Escalate to StayMe resolution
cancel_booking
Cancel by ref + guest email
Quickstart
# 1. discover
curl https://stayme.io/mcp
# 2. initialize (Bearer key)
curl -X POST https://stayme.io/mcp \
-H "Authorization: Bearer mcp_..." \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize"}'
# 3. search + book
curl -X POST https://stayme.io/mcp -H "Authorization: Bearer mcp_..." \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call",
"params":{"name":"search_stays","arguments":{"city":"Kyoto"}}}'
Need an agent key? Contact us or see the integration guide.