Hong Kong Health MCP Server providing financial 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
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.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hkopenai_hk_health_mcp_server-0.1.1.tar.gz.
File metadata
- Download URL: hkopenai_hk_health_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7130175da21959c6f8629a3bd273b1bddd33f76f975d2977fa89d15f02720350
|
|
| MD5 |
7a54c8ec3e42064c1e252b8fdbb6b4d4
|
|
| BLAKE2b-256 |
ceec4b3e49b38b6f9822ea73157361bc0aa32518c1e41555259db391d5f73516
|
File details
Details for the file hkopenai_hk_health_mcp_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hkopenai_hk_health_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a1a0b26beda6969c3f22a0c2d3f8fd0db243f425dbb48610008ef196c2c9dd2
|
|
| MD5 |
94ed29336738aca2470aff39bfe6a472
|
|
| BLAKE2b-256 |
55b086ff88a899c26e167129ca9a427447f1a629dd5177bd5b6b1a86c8940e15
|