Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.DIDA-AI/hotelbooking-ai

NPM · @DIDAAI/HOTELBOOKING-AI · SCANNED AUG 3

Hotel Booking MCP Server (Global/AI Edition)

+21 this week 64 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (107 of 108), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (107 of 108), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 677 tokens (~225/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @didaai/hotelbooking-ai

# add to Claude Code
claude mcp add dida-ai-hotelbooking-ai -- npx -y @didaai/hotelbooking-ai
# add to Codex CLI
codex mcp add dida-ai-hotelbooking-ai -- npx -y @didaai/hotelbooking-ai
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dida-ai-hotelbooking-ai": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@didaai/hotelbooking-ai"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dida-ai-hotelbooking-ai --command npx --arg -y --arg @didaai/hotelbooking-ai
# ~/.hermes/config.yaml
mcp_servers:
  dida-ai-hotelbooking-ai:
    command: "npx"
    args: ["-y", "@didaai/hotelbooking-ai"]
// mcp.json
{
  "mcpServers": {
    "dida-ai-hotelbooking-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@didaai/hotelbooking-ai"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
    • Stability: unverified → 0.23 functional
  • 1 Aug 26 +30
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • License: unverified → fail functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
  • 31 Jul 26 −4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −37
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Maintenance: pass → unverified functional
    • License: fail → unverified functional
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +31
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • License: unverified → fail functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@didaai/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 107 packages

107 packages in the resolved dependency tree · 107 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 3 exposed · ~677 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
getHotelDetail ~270

Query real-time room types and pricing for a single hotel (room types, price and tax, availability, cancellation policy, etc.). Used for a second price check after the user has selected a specific hotel.

NameTypeReqDescription
dateParamobjectCheck-in / check-out date object. Fields: checkInDate (string, YYYY-MM-DD, pass a valid future date when possible); checkOutDate (string, YYYY-MM-DD, must be later than checkInDate).
hotelIdnumberHotel unique ID. Use this or `name`; if both are provided, `hotelId` takes priority (obtain it from the searchHotels tool).
localeParamobjectLocale/currency preference. Fields: countryCode (ISO 3166-1 alpha-2, default US); currency (ISO 4217, default USD).
namestringHotel name (fuzzy match). Only used when `hotelId` is absent.
occupancyParamobjectOccupancy details. Fields: adultCount (integer, >=1, default 2); childCount (integer, >=0, default 0); childAgeDetails (array of child ages, e.g. [3,5]); roomCount (integer, >=1, default 1).

No output schema declared.

No examples provided.

getHotelSearchTags ~49

Retrieve hotel search tag metadata (AI cache), including the list of available tags. Suitable for local caching followed by user-intent parsing, then passing the structured tags into `searchHotels.hotelTags`.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

searchHotels ~358

Search hotels by location. Supports city, airport, POI, train station, subway station, hotel name, district, or detailed address. Returns a list of matching hotels with basic info and pricing.

NameTypeReqDescription
checkInParamobjectCheck-in parameters. Fields: adultCount (integer, >=1, default 2); checkInDate (string YYYY-MM-DD, future date); stayNights (integer, 1~28, default 1).
countryCodestringISO 3166-1 alpha-2 country code for currency/locale preference, e.g. US, GB, JP.
filterOptionsobjectOptional filters. Fields: distanceInMeter (integer, >0, only for POI); starRatings (array [min, max], 0.0~5.0 step 0.5).
hotelTagsobjectStructured tag filters for price, brands, and specific amenities.
originQuerystringyesThe user's original natural-language query (verbatim), used for semantic understanding and ranking.
placestringyesA single geocodeable location text defining the search scope, e.g. "Beijing", "Shanghai Pudong International Airport", "Tokyo Disneyland", "No. 19 Sanlitun Road, Chaoyang District, Beijing".
placeTypestringyesLocation type. Allowed values: `city`, `airport`, `point_of_interest`, `train_station`, `subway_station`, `hotel`, `district/county`, `detailed address`. Must be semantically consistent with `place`.
sizenumberNumber of results to return, integer, 1~20. Defaults to 10.

No output schema declared.

No examples provided.