Connect Roomesto hotel search to your AI assistant
roomesto.com runs a public MCP server. Connect it once — and Claude Desktop, Cursor or any other MCP client will find live hotel prices and availability for you in a plain conversation.
Request limits
- Without registration — up to 10 requests per day from one IP address.
- With a personal key (free, for registered users) — up to 100 requests per day.
- Counters reset at midnight UTC.
1Get your personal key
Register or log in, then open your account page — your key is ready in the “MCP Access” section: Open My Account →
2Server address
Add this URL to your MCP client as a remote HTTP server:
https://roomesto.com/mcp3Add the server to the config
Claude Desktop / Cursor (mcp.json / claude_desktop_config.json):
{
"mcpServers": {
"roomesto": {
"url": "https://roomesto.com/mcp",
"headers": { "Authorization": "Bearer rms_YOUR_KEY" }
}
}
}
Or one line in the terminal (Claude Code):
claude mcp add --transport http roomesto https://roomesto.com/mcp --header "Authorization: Bearer rms_YOUR_KEY"
What you can ask
- “Hotels in Rome near the Trevi Fountain, September 12–15, under €150 per night”
- “Family hotel in Antalya with a kids club and all-inclusive meals”
- “Compare 4-star hotels in Istanbul city centre for a weekend stay”
- “Cheapest seaside hotel in Sochi for two in July”
If something goes wrong
- 429 “Daily free limit reached” — the daily quota is used up. It resets at midnight UTC; register to get 100 requests per day with a personal key.
- 401 “unknown API key” — make sure the whole key starting with rms_ was copied without extra spaces.