
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
rollinggo-hotelbooking
Advanced tools
这是一个用于对接 RollingGo 酒店预订 API(国内版)的 MCP (Model Context Protocol) 服务端。本服务能够让 Claude、Cursor 等支持 MCP 的 AI 客户端在全球范围内进行酒店搜索、获取酒店详情、以及拉取搜索标签。
本服务依赖 RollingGo 酒店服务提供的 API Key。
在运行此服务器之前,你必须配置 ROLLINGGO_API_KEY(或 DIDA_API_KEY)环境变量。
ROLLINGGO_API_KEY=你的API密钥 npx -y rollinggo-hotelbooking
将以下内容添加到你的 claude_desktop_config.json 配置文件中:
{
"mcpServers": {
"rollinggo-hotelbooking": {
"command": "npx",
"args": ["-y", "rollinggo-hotelbooking"],
"env": {
"ROLLINGGO_API_KEY": "你的API密钥"
}
}
}
}
在 Cursor 的 MCP 设置界面中添加:
commandnpx -y rollinggo-hotelbookingROLLINGGO_API_KEY,Value 填入你的真实密钥。searchHotels: 根据地点、日期和过滤条件进行酒店搜索和智能推荐。getHotelDetail: 获取指定酒店的详细信息、实时房型、价格与取消政策。getHotelSearchTags: 拉取用于酒店筛选的结构化搜索标签体系。FAQs
RollingGo Hotel Booking MCP Server (国内中文版)
We found that rollinggo-hotelbooking 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.