Hong Kong Commerce MCP Server
This is an MCP server that provides access to commerce-related data through a FastMCP interface.
Features
Hotel Room Occupancy Rate
- Get hotel room occupancy rate data in Hong Kong
Data Source
- Culture, Sports and Tourism Bureau
Examples
- Get hotel room occupancy rate data in Hong Kong
Setup
- Clone this repository
- Install Python dependencies:
pip install -r requirements.txt
- Run the server:
python app.py
Running Options
- Default stdio mode:
python app.py - SSE mode (port 8000):
python app.py --sse
Cline Integration
To connect this MCP server to Cline using stdio:
- Add this configuration to your Cline MCP settings (cline_mcp_settings.json):
{
"hk-commerce": {
"disabled": false,
"timeout": 3,
"type": "stdio",
"command": "uvx",
"args": [
"hkopenai.hk-commerce-mcp-server"
]
}
}
Testing
Tests are available in the tests/ directory. Run with:
pytest
Release files for hkopenai.hk-commerce-mcp-server 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hkopenai_hk_commerce_mcp_server-0.1.8.tar.gz | 5.4 kB | Details |
Release files / hkopenai_hk_commerce_mcp_server-0.1.8.tar.gz
| Download URL | hkopenai_hk_commerce_mcp_server-0.1.8.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9c1ef7f8cf405cfb6c24e41ab1d7ad6721c8d2b5cc1d949d7aa8569ddd44cf9f
|
|
BLAKE2b-256 checksum How to use checksums |
6a4b66597c9e7233a9c7ebd4e1e9a7f4c020d5b47c8e02b1a4c8852dc3327138
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.9
|