Hotel
Overview
The Umy Hotel MCP service provides hotel search, detail query and online booking capabilities based on the MCP protocol, and can be integrated into AI assistants, intelligent customer service and other applications.
Service Endpoint: https://mcp.umy.com/mcp
Key Features:
- 🚀 Stateless design, no session management required
- 🔐 API Key based authentication
- 💾 Smart caching for faster responses
- 📦 Full booking flow (search → details → order)
1. Quick Start
Fill out the API Key application form to obtain:
- API Key: application secret (used in the
X-Api-Keyrequest header)
Common Client Configurations
2.1 Cursor IDE
Configuration path:
Cursor Settings → Tools & MCP → Add new
Example configuration:
{
"mcpServers": {
"umy-mcp": {
"type": "http",
"url": "https://mcp.umy.com/mcp",
"headers": {
"X-Api-Key": "umyf1a1e67eae96d612c0d5a09e2d9cdf4f"
}
}
}
}
How to use:
- In Cursor Chat, ask: "Find hotels in Kowloon, Hong Kong"
- The AI will call the MCP tools and return results
2.2 OpenClaw
OpenClaw configuration: install the skill from clawhub, then run the following command in the terminal:
clawhub install umy-hotel