Skip to main content

Hong Kong Health MCP Server providing health data tools

Project description

Hong Kong Health Data MCP Server

GitHub Repository License: MIT

This is an MCP server that provides access to health related data in Hong Kong through a FastMCP interface.

Features

  1. Get current Accident and Emergency Department waiting times by hospital in Hong Kong
  2. 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

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


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_health_mcp_server-0.1.3.tar.gz (5.8 kB view details)

Uploaded Source

File details

Details for the file hkopenai_hk_health_mcp_server-0.1.3.tar.gz.

File metadata

File hashes

Hashes for hkopenai_hk_health_mcp_server-0.1.3.tar.gz
Algorithm Hash digest
SHA256 714348b029992a5a23f1b17adb4eaa8582e4357486d1661207b502a1c3604820
MD5 4cf9e7836b3766103b4a13c4fdacf562
BLAKE2b-256 4bd40331c2d330a8861431dcdb405ef18abe1215c5f85b6242e730a2b60a2b35

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