Hong Kong community and social welfare MCP Server
This is an MCP server that provides access to government community and social welfare data through a FastMCP interface.
Features
Elderly Community Care Services
- Retrieve data on the number of applicants and average waiting time for subsidized community care services for the elderly in Hong Kong url
Data Source
- Elderly community care services data from Social Welfare Department
Examples
- Retrieve latest waiting time data subsidized community care services for elderly community care services in Hong Kong
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-community": {
"disabled": false,
"timeout": 3,
"type": "stdio",
"command": "uvx",
"args": [
"hkopenai.hk-community-mcp-server"
]
}
}
Testing
Tests are available in the tests/ directory. Run with:
pytest
Release files for hkopenai.hk-community-mcp-server 0.1.8
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_community_mcp_server-0.1.8.tar.gz | 6.9 kB | Details |
Release files / hkopenai_hk_community_mcp_server-0.1.8.tar.gz
| Download URL | hkopenai_hk_community_mcp_server-0.1.8.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ba2778e1ffa63bbff12c8c423a95a19f7083fc1b7c391f392dee271dca4eaa76
|
|
BLAKE2b-256 checksum How to use checksums |
0c4dc59ce2b331404c4ba7b31762231b65141d2bbc9adb6020c1eb7d58e2cefb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.9
|