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
- Daily figures of Hong Kong Interbank Interest Rates (HIBOR)
- Information on Automated Teller Machines (ATMs) of retail banks in Hong Kong
- Monthly statistics on stamp duty collected from transfer of Hong Kong stock (both listed and unlisted)
- Information on bank branch locations of retail banks in Hong Kong
- Information on fraudulent bank websites and phishing scams reported to HKMA
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?
- What are the recent trends in HIBOR rates over the past month?
- Where can I find ATMs in Yuen Long district that support HKD and RMB currencies?
- Can you list the recent fraudulent bank websites reported to HKMA?
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
- Bank Branch Locator: HKMA DataGovHK Page
- Fraudulent Bank Websites and Phishing Scams: HKMA DataGovHK Page
- Credit Card Lending Survey Results: HKMA DataGovHK Page
- Hong Kong Inland Revenue Department
- Stamp Duty Statistics: IRD DataGovHK Page
Setup
- Clone this repository
- Install Python dependencies:
pip install -r requirements.txt
- Run the server:
python server.py
Running Options
- Default stdio mode:
python server.py - SSE mode (port 8000):
python server.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 iflow_mcp_hkopenai_hk_finance_mcp_server-0.1.7.tar.gz.
File metadata
- Download URL: iflow_mcp_hkopenai_hk_finance_mcp_server-0.1.7.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b61a83f9c41269469f28ba618eb571380604450fca30c03552779d9e374dcbf4
|
|
| MD5 |
b130901a2ac87bf40d43b64c94c01bdf
|
|
| BLAKE2b-256 |
721d77b19862d80c66609ee6908814013e27a4493a1d4f6d6dfd520cb73c419d
|
File details
Details for the file iflow_mcp_hkopenai_hk_finance_mcp_server-0.1.7-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_hkopenai_hk_finance_mcp_server-0.1.7-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a0dd4fadeb85f95f3f27fffa24b05173927bbbbea0a417cc5ab20ec4106c73b
|
|
| MD5 |
6a49a25425ff81651122e761bd6815df
|
|
| BLAKE2b-256 |
0d98679992631a48aa50f918d15abadd641a85915468663f3938ff9634a93eb4
|