🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@didaai/hotelbooking-ai

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@didaai/hotelbooking-ai

Hotel Booking MCP Server (Global/AI Edition)

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
30
-36.17%
Maintainers
1
Weekly downloads
 
Created
Source

Dida Hotel Booking AI MCP Server

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.

Setup

This server requires an API key for the Dida Hotel service.

You must set the DIDA_API_KEY environment variable when running the server.

Usage

Using npx

DIDA_API_KEY=your_api_key_here npx -y @didaai/hotelbooking-ai

Claude Desktop Configuration

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"
      }
    }
  }
}

Cursor Configuration

In Cursor MCP settings, add:

  • Type: command
  • Command: npx -y @didaai/hotelbooking-ai
  • Add an environment variable DIDA_API_KEY with your key.

Tools Provided

  • 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

Package last updated on 20 Jul 2026

Did you know?

Socket

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.

Install

Related posts