Hong Kong housing Data MCP Server
This is an MCP server that provides access to housing related data in Hong Kong through a FastMCP interface.
Features
Private Storage Statistics
- Get completions, stock and vacancy statistics for private storage in Hong Kong
Data Source
- Private storage statistics from Rating and Valuation Department
Examples
- Get private storage statistics for 2020
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-housing": {
"disabled": false,
"timeout": 3,
"type": "stdio",
"command": "uvx",
"args": [
"hkopenai.hk-housing-mcp-server"
]
}
}
Testing
Tests are available in the tests/ directory. Run with:
pytest
Release files for hkopenai.hk-housing-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_housing_mcp_server-0.1.8.tar.gz | 5.3 kB | Details |
Release files / hkopenai_hk_housing_mcp_server-0.1.8.tar.gz
| Download URL | hkopenai_hk_housing_mcp_server-0.1.8.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d4961e19076617c42ece57504317f465fcf524646bae1ac8087f0a4c62a317c
|
|
BLAKE2b-256 checksum How to use checksums |
4d018c8d31d635af12c1e839ab7997edd19b696408bed2c8abf1c9941332e949
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.9
|