hk-city-mcp-server

hkopenai/hk-city-mcp-server

3.2

If you are the rightful owner of hk-city-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.

The Hong Kong Government Data MCP Server provides access to city data through a FastMCP interface, focusing on ambulance service indicators.

The Hong Kong Government Data MCP Server is a specialized server designed to facilitate access to government city data, specifically focusing on ambulance service indicators. This server utilizes the FastMCP interface to deliver data efficiently and effectively. It is an open-source project hosted on GitHub, licensed under the MIT License, ensuring that it is freely available for modification and distribution. The server primarily sources its data from the Fire Services Department, providing valuable insights into emergency services within Hong Kong. Users can filter data by year range, allowing for targeted analysis of trends and performance metrics over time. The server is designed to be user-friendly, with straightforward setup instructions and integration options for various platforms, including Cline. Additionally, the server supports different running modes, such as stdio and SSE, to accommodate diverse user needs and preferences.

Features

  • Access to monthly ambulance service indicators, including emergency calls and hospital transfers.
  • Data filtering by year range for targeted analysis.
  • Integration with Cline MCP settings for seamless connectivity.
  • Support for different running modes, including stdio and SSE.
  • Open-source project with MIT License for free use and modification.

Usages

usage with Cline

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