# io.github.RollingGo-AI/hotelbooking (npm · rollinggo-hotelbooking)

RollingGo Hotel Booking MCP Server (国内中文版)

- Trust score: 70/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- npm · `rollinggo-hotelbooking`: 70/100 (this document), [markdown](https://verifymcp.io/servers/rollinggo-ai-hotelbooking/rollinggo-hotelbooking.md), [page](https://verifymcp.io/servers/rollinggo-ai-hotelbooking/rollinggo-hotelbooking)

## Channel facts

- Registry: `npm`
- Package: `rollinggo-hotelbooking`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 34 of 108 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 730 tokens (~243/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.RollingGo-AI/hotelbooking MCP server?

io.github.RollingGo-AI/hotelbooking runs locally as an npm package, launched with npx -y rollinggo-hotelbooking. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add rollinggo-ai-hotelbooking -- npx -y rollinggo-hotelbooking
```

### Cursor

```json
{
  "mcpServers": {
    "rollinggo-ai-hotelbooking": {
      "command": "npx",
      "args": [
        "-y",
        "rollinggo-hotelbooking"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "rollinggo-ai-hotelbooking": {
      "command": "npx",
      "args": [
        "-y",
        "rollinggo-hotelbooking"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add rollinggo-ai-hotelbooking -- npx -y rollinggo-hotelbooking
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rollinggo-ai-hotelbooking": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "rollinggo-hotelbooking"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rollinggo-ai-hotelbooking --command npx --arg -y --arg rollinggo-hotelbooking
```

### Hermes

```yaml
mcp_servers:
  rollinggo-ai-hotelbooking:
    command: "npx"
    args: ["-y", "rollinggo-hotelbooking"]
```

### Netclaw

```json
{
  "McpServers": {
    "rollinggo-ai-hotelbooking": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "rollinggo-hotelbooking"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add rollinggo-ai-hotelbooking -t stdio -c npx -a -y rollinggo-hotelbooking
```

### Other

```json
{
  "mcpServers": {
    "rollinggo-ai-hotelbooking": {
      "command": "npx",
      "args": [
        "-y",
        "rollinggo-hotelbooking"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-25 (score 69, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-23 (score 68, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-09-17 (score 65, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-16 (score 50)

First indexed and scored.

## MCP tools (3)

### `searchHotels` (~382 tokens)

根据位置搜索酒店。支持城市、机场、景点、火车站、地铁站、酒店名称、区县或详细地址。返回包含基本信息和价格的匹配酒店列表。

Input parameters:

- `checkInParam` (object): 入住参数。字段：adultCount (整数，>=1，默认 2)；checkInDate (字符串 YYYY-MM-DD，未来的日期)；stayNights (整数，1~28，默认 1)。
- `countryCode` (string): ISO 3166-1 alpha-2 国家/地区代码，用于货币/地区偏好。默认值为 CN（中国）。
- `filterOptions` (object): 酒店筛选选项，例如酒店星级、每间房成人数、距离等
- `hotelTags` (object): 酒店筛选标签参数（可选）。当传入此参数时，将直接使用这些标签进行筛选和排序，无需服务端额外解析。包含字段：requiredTags（必须标签）、preferredBrands（偏好品牌）、maxPricePerNight（每晚最高预算）
- `originQuery` (string, required): 综合多轮对话，归纳用户的完整住宿/预订意图。
- `place` (string, required): 搜索目标名称。填写用户指定的城市、机场、景点、火车站、地铁站、酒店、区/县或详细地址；如果用户输入的是具体酒店名称，直接填写酒店名称
- `placeType` (string, required): place 的类型，必须与 place 的实际内容一致。可选值：城市、机场、景点、火车站、地铁站、酒店、区/县、详细地址。
- `size` (number): 返回酒店结果数量，默认5个酒店，最大不超过20个

### `getHotelDetail` (~290 tokens)

查询单个酒店的实时房型和价格（包括房型、价格和税费、可用性、取消政策等）。在用户选择特定酒店后，用于二次比价和确认详情。

Input parameters:

- `dateParam` (object): 入住/退房日期对象。字段：checkInDate (字符串，YYYY-MM-DD，请尽可能传递有效的未来日期)；checkOutDate (字符串，YYYY-MM-DD，必须晚于 checkInDate)。
- `hotelId` (number): 酒店唯一 ID。使用此字段或 `name`；如果同时提供，则优先使用 `hotelId`（从 searchHotels 工具获取）。
- `localeParam` (object): 地区/货币偏好。字段：countryCode (ISO 3166-1 alpha-2，默认为 CN)；currency (ISO 4217，默认为 CNY)。
- `name` (string): 酒店名称（模糊匹配）。仅在未提供 `hotelId` 时使用。
- `occupancyParam` (object): 入住人员详情。字段：adultCount (整数，>=1，默认 2)；childCount (整数，>=0，默认 0)；childAgeDetails (儿童年龄数组，例如 [3,5])；roomCount (整数，>=1，默认 1)。

### `getHotelSearchTags` (~58 tokens)

检索酒店搜索标签元数据（AI 缓存），包括可用标签的列表。适用于在本地缓存标签后，通过解析用户意图，将结构化标签传递给 `searchHotels.hotelTags`。

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/rollinggo-ai-hotelbooking/rollinggo-hotelbooking#diagnostics

## Score history

- 2026-09-26: 70
- 2026-09-25: 69
- 2026-09-24: 69
- 2026-09-23: 68
- 2026-09-22: 65
- 2026-09-21: 65
- 2026-09-20: 65
- 2026-09-19: 65
- 2026-09-18: 65
- 2026-09-17: 65
- 2026-09-16: 50

## Common questions

### What is the io.github.RollingGo-AI/hotelbooking MCP server?

io.github.RollingGo-AI/hotelbooking is an MCP server listed in the public MCP registry as io.github.RollingGo-AI/hotelbooking. RollingGo Hotel Booking MCP Server (国内中文版). This page covers its npm package (rollinggo-hotelbooking).

### Is the io.github.RollingGo-AI/hotelbooking MCP server safe to use?

io.github.RollingGo-AI/hotelbooking scores 70 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.RollingGo-AI/hotelbooking MCP server expose?

io.github.RollingGo-AI/hotelbooking exposes 3 tools: searchHotels, getHotelDetail, getHotelSearchTags. Their descriptions and schemas cost roughly 730 tokens of context every time the server is loaded.

### Is the io.github.RollingGo-AI/hotelbooking MCP server still maintained?

io.github.RollingGo-AI/hotelbooking is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- npm package: https://www.npmjs.com/package/rollinggo-hotelbooking
- Socket report: https://socket.dev/npm/package/rollinggo-hotelbooking
- Repository: https://github.com/RollingGo-AI/RollingGo-hotel-MCP-CN
- Changelog RSS feed: https://verifymcp.io/servers/rollinggo-ai-hotelbooking/rollinggo-hotelbooking.xml
- Changelog JSON feed: https://verifymcp.io/servers/rollinggo-ai-hotelbooking/rollinggo-hotelbooking.json
- HTML version of this page: https://verifymcp.io/servers/rollinggo-ai-hotelbooking/rollinggo-hotelbooking
