Hong Kong Government Development, Geography and Land Information MCP Server
This is an MCP server that provides access to government development, geography and land information data through a FastMCP interface.
Features
New Buildings - Plans Processed
- Retrieve data on the number of plans processed by the Building Authority in Hong Kong for new buildings within a specified year range.
Data Source
- Building plan data from Buildings Department
Examples
- Get data on new building plans processed by the Building Authority
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-development": {
"disabled": false,
"timeout": 3,
"type": "stdio",
"command": "uvx",
"args": [
"hkopenai.hk-development-mcp-server"
]
}
}
Testing
Tests are available in the tests/ directory. Run with:
pytest
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_development_mcp_server-0.1.8.tar.gz.
File metadata
- Download URL: hkopenai_hk_development_mcp_server-0.1.8.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0e7d607afa7879dcddb76f182b71e8538bbb3c8aadea03e524812081913eea5
|
|
| MD5 |
a9121de9de6f41add1dd785b33c11976
|
|
| BLAKE2b-256 |
c7e85e1593ea9c9ffd49fed87f1317c00cb9ae355d966136ead6b34d4f084e48
|