Hong Kong Payments Mcp

by junter1989k-ai

267 downloads
Not rated
GitHub Website

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Hong Kong Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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"
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.