Hong Kong Health Data MCP Server
This is an MCP server that provides access to health related data in Hong Kong through a FastMCP interface.
Features
- Get current Accident and Emergency Department waiting times by hospital in Hong Kong
- Get current waiting times for new case bookings for specialist outpatient services by specialty and cluster in Hong Kong
Examples
- As a news reporter, you are interested in knowing the current waiting times at hospitals in Hong Kong. Please remind the audience not to abuse the service. Report in Chinese.
- As a healthcare professional, you need to check the current waiting times for specialist outpatient services in different clusters to advise patients on the best options for timely care.
Data Source
- Hong Kong Hospital 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-health": {
"disabled": false,
"timeout": 3,
"type": "stdio",
"command": "uvx",
"args": [
"hkopenai.hk-health-mcp-server"
]
}
}
Testing
Tests are available in the tests/ directory. Run with:
pytest
Release files for hkopenai.hk-health-mcp-server 0.1.3
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_health_mcp_server-0.1.3.tar.gz | 5.8 kB | Details |
Release files / hkopenai_hk_health_mcp_server-0.1.3.tar.gz
| Download URL | hkopenai_hk_health_mcp_server-0.1.3.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
714348b029992a5a23f1b17adb4eaa8582e4357486d1661207b502a1c3604820
|
|
BLAKE2b-256 checksum How to use checksums |
4bd40331c2d330a8861431dcdb405ef18abe1215c5f85b6242e730a2b60a2b35
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.9
|