Hotelbooking is a Model Context Protocol (MCP) server: Hotel Booking MCP Server. Because it speaks the Model Context Protocol, AI assistants can use Hotelbooking as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the npm package @didaai/hotelbooking speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need DIDA_API_KEY. The current release is v1.0.0, published under the MIT license, with source at DIDA-AI/Dida-hotel-MCP-CN on GitHub.
On mcp.site, Hotelbooking sits in the Development category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Hotelbooking for DIDA-AI, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — @didaai/hotelbooking · MCP over stdio
▸Credentials — Requires DIDA_API_KEY
▸Open source — MIT license · DIDA-AI/Dida-hotel-MCP-CN