Skip to main content

Hong Kong environment MCP Server providing environment data tools

Project description

Hong Kong Government Environment MCP Server

GitHub Repository License: MIT

This is an MCP server that provides access to Hong Kong government environment data through a FastMCP interface.

Features

  • Air Quality Health Index (AQHI): Retrieve current AQHI data from general and roadside air quality monitoring stations across Hong Kong. The AQHI is reported on a scale of 1 to 10 and 10+, grouped into five health risk categories with corresponding health advice.

Data Source

  • Hong Kong Environmental Protection Department (EPD): For AQHI and other environmental data.

Prompt Examples

Here are some example prompts you can use to interact with this MCP server through Cline or other compatible interfaces:

  • AQHI Data: "What is the current Air Quality Health Index in Hong Kong?"

Setup

  1. Clone this repository to your local machine.
  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-environment": {
    "disabled": false,
    "timeout": 3,
    "type": "stdio",
    "command": "uvx",
    "args": [
      "hkopenai.hk-environment-mcp-server"
    ]
  }
}

This configuration allows Cline to communicate with the server and utilize its tools for data retrieval.

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_environment_mcp_server-0.1.8.tar.gz (6.1 kB view details)

Uploaded Source

File details

Details for the file hkopenai_hk_environment_mcp_server-0.1.8.tar.gz.

File metadata

File hashes

Hashes for hkopenai_hk_environment_mcp_server-0.1.8.tar.gz
Algorithm Hash digest
SHA256 abab295e5547fb42bf52d15640518afe477c8ebeca52e082818108d5039b73b4
MD5 a0a6178a95d4e4852961e673ab85421d
BLAKE2b-256 7bb1f11758f0ce5e33520f5e739b33ac7bc6b1a7ec4e21fad21d5caf54ad0f2e

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