Skip to main content

Hong Kong housing MCP Server providing housing data tools

Project description

Hong Kong housing Data MCP Server

GitHub Repository License: MIT

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

  1. Clone this repository
  2. Install Python dependencies:
    pip install -r requirements.txt
    
  3. 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:

  1. 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hkopenai_hk_housing_mcp_server-0.1.8.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file hkopenai_hk_housing_mcp_server-0.1.8.tar.gz.

File metadata

File hashes

Hashes for hkopenai_hk_housing_mcp_server-0.1.8.tar.gz
Algorithm Hash digest
SHA256 2d4961e19076617c42ece57504317f465fcf524646bae1ac8087f0a4c62a317c
MD5 cb37a27096cb0987581bfc297f4bd053
BLAKE2b-256 4d018c8d31d635af12c1e839ab7997edd19b696408bed2c8abf1c9941332e949

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page