
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@didaai/hotelbooking-ai
Advanced tools
An MCP (Model Context Protocol) server for interacting with the Dida Hotel Global API. This server enables Claude and other MCP clients to search for hotels, retrieve hotel details, and fetch search tags globally.
This server requires an API key for the Dida Hotel service.
You must set the DIDA_API_KEY environment variable when running the server.
DIDA_API_KEY=your_api_key_here npx -y @didaai/hotelbooking-ai
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"dida-hotel": {
"command": "npx",
"args": ["-y", "@didaai/hotelbooking-ai"],
"env": {
"DIDA_API_KEY": "your_api_key_here"
}
}
}
}
In Cursor MCP settings, add:
commandnpx -y @didaai/hotelbooking-aiDIDA_API_KEY with your key.searchHotels: Search for hotels based on location, dates, and filters.getHotelDetail: Retrieve detailed information for a specific hotel.getHotelSearchTags: Get search tags for hotel filtering.FAQs
Hotel Booking MCP Server (Global/AI Edition)
The npm package @didaai/hotelbooking-ai receives a total of 26 weekly downloads. As such, @didaai/hotelbooking-ai popularity was classified as not popular.
We found that @didaai/hotelbooking-ai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.