hk-commerce-mcp-server

hkopenai/hk-commerce-mcp-server

3.2

If you are the rightful owner of hk-commerce-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Hong Kong Commerce MCP Server provides access to commerce-related data through a FastMCP interface, focusing on hotel room occupancy rates in Hong Kong.

The Hong Kong Commerce MCP Server is a specialized server designed to facilitate access to commerce-related data, specifically focusing on hotel room occupancy rates in Hong Kong. This server utilizes the FastMCP interface, which is known for its efficiency and speed in handling data requests. The server sources its data from the Culture, Sports and Tourism Bureau, ensuring that the information provided is both accurate and up-to-date. Users can easily set up the server by cloning the repository, installing the necessary Python dependencies, and running the server script. The server supports different running modes, including the default stdio mode and SSE mode, which operates on port 8000. Additionally, the server can be integrated with Cline using stdio, allowing for seamless data retrieval and processing. The server is open-source and licensed under the MIT License, encouraging collaboration and further development by the community.

Features

  • Provides hotel room occupancy rate data in Hong Kong
  • Utilizes FastMCP interface for efficient data handling
  • Sources data from the Culture, Sports and Tourism Bureau
  • Supports stdio and SSE running modes
  • Open-source with MIT License

Usages

usage with Cline

{
  "hk-commerce": {
    "disabled": false,
    "timeout": 3,
    "type": "stdio",
    "command": "uvx",
    "args": [
      "hkopenai.hk-commerce-mcp-server"
    ]
  }
}