Hong Kong environment MCP Server providing environment data tools
Project description
Hong Kong Government Environment MCP Server
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
- Clone this repository to your local machine.
- 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-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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file hkopenai_hk_environment_mcp_server-0.1.8.tar.gz.
File metadata
- Download URL: hkopenai_hk_environment_mcp_server-0.1.8.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abab295e5547fb42bf52d15640518afe477c8ebeca52e082818108d5039b73b4
|
|
| MD5 |
a0a6178a95d4e4852961e673ab85421d
|
|
| BLAKE2b-256 |
7bb1f11758f0ce5e33520f5e739b33ac7bc6b1a7ec4e21fad21d5caf54ad0f2e
|