hk-environment-mcp-server

hkopenai/hk-environment-mcp-server

3.2

If you are the rightful owner of hk-environment-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 Environment MCP Server provides access to environmental data, specifically focusing on the Air Quality Health Index (AQHI) in Hong Kong, through a FastMCP interface.

The Hong Kong Government Environment MCP Server is a specialized server designed to facilitate access to environmental data provided by the Hong Kong Environmental Protection Department (EPD). This server primarily focuses on delivering real-time Air Quality Health Index (AQHI) data, which is crucial for public health awareness and environmental monitoring. The AQHI is a measure that indicates the level of air pollution and its potential impact on health, reported on a scale from 1 to 10 and 10+, categorized into five health risk levels. The server is built using the FastMCP protocol, ensuring efficient and reliable data transmission. Users can interact with the server through various interfaces, including Cline, to retrieve up-to-date AQHI data from both general and roadside air quality monitoring stations across Hong Kong. This service is particularly valuable for individuals, researchers, and organizations interested in environmental data and public health information.

Features

  • Real-time AQHI data retrieval from Hong Kong's air quality monitoring stations.
  • Categorization of AQHI into five health risk levels with corresponding health advice.
  • Integration with Cline for seamless data access and retrieval.
  • Support for both stdio and SSE modes for flexible server operation.
  • Open-source implementation with available testing scripts for validation.

Usages

usage with Cline

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