Hong Kong Finance MCP Server providing financial data tools
Project description
Hong Kong Finance Data MCP Server
This is an MCP server that provides access to finance related data in Hong Kong through a FastMCP interface.
Features
- Monthly statistics on the number of new and active business registrations in Hong Kong
- Quarterly statistics on residential mortgage loans in negative equity in Hong Kong
- Credit card lending survey results in Hong Kong
- Coin cart schedule in Hong Kong
- Get list of hotlines for reporting loss of credit card from Hong Kong banks
- Get information of Tender Invitation and Notice of Award of Contracts from Hong Kong Monetary Authority
Examples
- What is the number of new business registered in Hong Kong 2024?
- What is the negative loan situation in Hong Kong Q1 2025 compare with Q1 2024?
- Write a commentary about the latest residential mortgage loans in negative equity in Hong Kong
- How is current Hong Kong economy by referencing credit lending data and residential mortgage loans in negative equity?
Assume chart tool is available:
- Plot a line chart showing trend and number of new business registered each month from Jan to Dec in Hong Kong 2024.
Data Source
- Hong Kong Monetary Authority
- Hong Kong Inland Revenue Department
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-finance": {
"disabled": false,
"timeout": 3,
"type": "stdio",
"command": "uvx",
"args": [
"hkopenai.hk-finance-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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hkopenai_hk_finance_mcp_server-0.1.7.tar.gz.
File metadata
- Download URL: hkopenai_hk_finance_mcp_server-0.1.7.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39cd9b85944c2317dfb88386d8a98400c71460ae1febf43381c389a3ae25ddd4
|
|
| MD5 |
82902530db7780dbe221a8cf5952abb5
|
|
| BLAKE2b-256 |
8fee27c097ec8e14259d89c0287b3d1a30ff1e76c1bfdf02d413100c13c5620c
|
File details
Details for the file hkopenai_hk_finance_mcp_server-0.1.7-py3-none-any.whl.
File metadata
- Download URL: hkopenai_hk_finance_mcp_server-0.1.7-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
892cd7fe32b3b8500675ea39424d26e68d2952251f16ee0a57331cc3a8325cfd
|
|
| MD5 |
204fe3cfc838ef2a202005ade26ac13c
|
|
| BLAKE2b-256 |
a832bb89c45e4cad6f0abb75a40f8f765a90a63590cd85f845ba952cdc2092b1
|