Install hkopenai.hk_finance_mcp_server from PyPI
Install exact version 0.1.7. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'hkopenai.hk_finance_mcp_server==0.1.7'Provides access to Hong Kong financial data like business registrations, mortgage statistics, and HIBOR rates through a FastMCP interface
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 0.1.7. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'hkopenai.hk_finance_mcp_server==0.1.7'| Canonical slug | hong-kong-finance-data-mcp-server-25fc9b41 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | pypi:hkopenai.hk_finance_mcp_server | Repository | hkopenai/hk-finance-mcp-server |
| First published | Jun 10, 2025 | Latest release | Jun 10, 2025 |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| pypi | hkopenai.hk_finance_mcp_server | 0.1.7 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| pypihkopenai.hk_finance_mcp_server | 0.1.7Current | Jun 10, 2025 | 6 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
get_business_statsGet monthly statistics on the number of new business registrations in Hong KongInput schema{
"additionalProperties": false,
"properties": {
"start_year": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Start Year"
},
"start_month": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Start Month"
},
"end_year": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "End Year"
},
"end_month": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "End Month"
}
},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — | |
get_coin_cartGet coin collection cart schedule in Hong Kong. The cart can charge your electronic wallet and you no long have to keep coins.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — | |
get_credit_card_hotlinesGet list of hotlines for reporting loss of credit card from Hong Kong banks.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — | |
get_credit_card_statsGet credit card lending survey results in Hong KongInput schema{
"additionalProperties": false,
"properties": {
"start_year": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Start Year"
},
"start_month": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Start Month"
},
"end_year": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "End Year"
},
"end_month": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "End Month"
}
},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — | |
get_hkma_tender_invitationsGet information of Tender Invitation and Notice of Award of Contracts from Hong Kong Monetary AuthorityInput schema{
"additionalProperties": false,
"properties": {
"lang": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": "en",
"description": "Language (en/tc/sc)",
"enum": [
"en",
"tc",
"sc"
]
},
"segment": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": "tender",
"description": "Type of records (tender/notice)",
"enum": [
"tender",
"notice"
]
},
"pagesize": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Number of records per page"
},
"offset": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Starting record offset"
},
"from_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Filter records from date (YYYY-MM-DD)"
},
"to_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Filter records to date (YYYY-MM-DD)"
}
},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — | |
get_neg_equity_statsGet statistics on residential mortgage loans in negative equity in Hong KongInput schema{
"additionalProperties": false,
"properties": {
"start_year": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Start Year"
},
"start_month": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Start Month"
},
"end_year": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "End Year"
},
"end_month": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "End Month"
}
},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: python -m pip install 'hkopenai.hk_finance_mcp_server==0.1.7'
Hong Kong Finance Data MCP Server exposed 6 tools during independent protocol observation, including get_business_stats, get_coin_cart, get_credit_card_hotlines, get_credit_card_stats, get_hkma_tender_invitations, get_neg_equity_stats.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Curated product and capability guides containing this catalog record.