hk-community-mcp-server

hkopenai/hk-community-mcp-server

3.2

If you are the rightful owner of hk-community-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an MCP server that provides access to government community and social welfare data through a FastMCP interface.

The Hong Kong Community and Social Welfare MCP Server is designed to facilitate access to vital government data related to community and social welfare services in Hong Kong. By leveraging the FastMCP interface, this server allows users to efficiently retrieve and interact with data, particularly focusing on elderly community care services. The server is built to support developers and organizations in accessing real-time data, which can be used for analysis, reporting, and decision-making processes. The server is open-source and available under the MIT license, encouraging collaboration and further development by the community. With a straightforward setup process, users can quickly deploy the server and begin accessing data. The server also supports integration with Cline, a command-line interface for MCP servers, enhancing its usability across different platforms.

Features

  • Retrieve data on the number of applicants for subsidized community care services for the elderly.
  • Access average waiting time statistics for community care services in Hong Kong.
  • Open-source and available under the MIT license.
  • Supports integration with Cline for enhanced usability.
  • Built using FastMCP for efficient data retrieval.

Usages

usage with Cline

{
  "hk-community": {
    "disabled": false,
    "timeout": 3,
    "type": "stdio",
    "command": "uvx",
    "args": [
      "hkopenai.hk-community-mcp-server"
    ]
  }
}