Hong Kong Health MCP Server providing health data tools
Project description
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
Project details
Release history Release notifications | RSS feed
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_health_mcp_server-0.1.3.tar.gz.
File metadata
- Download URL: hkopenai_hk_health_mcp_server-0.1.3.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
714348b029992a5a23f1b17adb4eaa8582e4357486d1661207b502a1c3604820
|
|
| MD5 |
4cf9e7836b3766103b4a13c4fdacf562
|
|
| BLAKE2b-256 |
4bd40331c2d330a8861431dcdb405ef18abe1215c5f85b6242e730a2b60a2b35
|