hk-housing-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hk-housing-mcp-servershow private storage completions for 2022"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Hong Kong Food Data MCP Server
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.txtRun the server:
python server.py
Running Options
Default stdio mode:
python server.pySSE mode (port 8000):
python server.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:
pytestThis server cannot be deployed
Maintenance
Related MCP Connectors
Hong Kong Census and Statistics Department (C&SD) open-data MCP.
Hong Kong Monetary Authority (HKMA) public open API MCP. Keyless.
SingStat Table Builder MCP — Department of Statistics Singapore.
Singapore property & financial data APIs for AI agents. 27 MCP tools. x402 micropayments.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to hotel room occupancy rate data in Hong Kong through a FastMCP interface.1MIT
- AlicenseNot gradedqualityCmaintenanceProvides access to Hong Kong food data, including wholesale food prices, through a FastMCP interface.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to retrieve Hong Kong government security incident reports from the Digital Policy Office. Provides a FastMCP interface for querying the number of reported information security incidents.1MIT
- AlicenseNot gradedqualityCmaintenanceProvides access to government development, geography and land information data through a FastMCP interface, including data on new building plans processed by the Building Authority.1MIT