Hong Kong Payments Mcp
About
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Hong Kong via Stripe’s hosted checkout. Supports cards, Apple Pay, Alipay, and WeChat Pay — whatever is enabled on the merchant’s Stripe account. Funds flow directly buyer → Stripe →…
Details
- Author
- junter1989k-ai
- Downloads
- 267
Jump to
- Stateless, no database — funds never pass through the server
- Supports multiple Hong Kong payment methods via Stripe
- One tool to create a hosted-checkout link in HKD
- One tool to pull payment status (paid = true when completed)
- Works with any MCP client (Claude, ChatGPT, Cursor, etc.)
- Part of a 50-country payments family (hub: mcp.wishpool.app)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Hong Kong Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure your MCP client to use endpoint https://mcp-hk.wishpool.app/mcp and pass your Stripe secret key in the x-stripe-secret-key header (use sk_test_ for test mode, sk_live_ for production). Then call the create_payment_link tool to generate a HKD hosted-checkout link, or query_payment_status to check payment status.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hong kong payments mcp": {
"hong-kong-payments": {
"type": "http",
"url": "https://mcp-hk.wishpool.app/mcp"
}
}
}
}
McpServers
{
"hong-kong-payments": {
"type": "http",
"url": "https://mcp-hk.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


