Hong Kong misc MCP Server providing misc data tools
Project description
Hong Kong Government Data MCP Server
This is an MCP server that provides access to various Hong Kong government data through a FastMCP interface.
Features
Government Auction Data
- Get auction data of confiscated, used/surplus, and unclaimed stores from Government Logistics Department
Data Source
- Auction data from Government Logistics Department
Examples
- Get latest auction data for confiscated and surplus items 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-misc": {
"disabled": false,
"timeout": 3,
"type": "stdio",
"command": "uvx",
"args": [
"hkopenai.hk-misc-mcp-server"
]
}
}
Testing
Tests are available in the tests/ directory. Run with:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file hkopenai_hk_misc_mcp_server-0.1.8.tar.gz.
File metadata
- Download URL: hkopenai_hk_misc_mcp_server-0.1.8.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a2b1dcbb18909e9fe1c22145d1eb5221bb9e5ec7b592862aef0234288621a36
|
|
| MD5 |
7e2c2b5ea4b4e1fed47ce75a60fa66a0
|
|
| BLAKE2b-256 |
cefe04c510e1ffac20daf4602370998c7b4f1aaa4826dfe119a93e95d5834b5a
|