Hong Kong food MCP Server providing food data tools
Project description
Hong Kong Food Wholesale Prices MCP Server
This is an MCP server that provides access to wholesale food price data through a FastMCP interface.
Features
Wholesale Food Prices
- Get daily wholesale prices of major fresh food in Hong Kong
- Filter by date range (start_date, end_date in DD/MM/YYYY format)
- Select output language (en/zh, default English)
Data Source
- Wholesale food prices from Agriculture, Fisheries and Conservation Department
Examples
Setup
- Clone this repository
- 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-food": {
"disabled": false,
"timeout": 3,
"type": "stdio",
"command": "uvx",
"args": [
"hkopenai.hk-food-mcp-server"
]
}
}
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_food_mcp_server-0.1.8.tar.gz.
File metadata
- Download URL: hkopenai_hk_food_mcp_server-0.1.8.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bac82991e740608abf492f74e4e1294c20878bce3d5341521bc00bf0ba116465
|
|
| MD5 |
4ae41c6f37d4d799de381eb7b0197a7b
|
|
| BLAKE2b-256 |
c8fa677021c5f84479b0d55d7a1456a7d5e6349428ba2c25bcafef57ec884576
|