Hong Kong Payments Mcp
@junter1989k-ai
Overview
What is Hong Kong Payments MCP?
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 → merchant; the server is a stateless translation layer that never holds funds or stores credentials.
How to use Hong Kong Payments MCP?
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.
Key features of Hong Kong Payments MCP
- 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)
Use cases of Hong Kong Payments MCP
- AI assistant generating a secure payment link for a Hong Kong customer
- Automated checkout in chatbots or code agents for Hong Kong sales
- Integrating Stripe payment acceptance into AI workflows without own backend
FAQ from Hong Kong Payments MCP
What is the MCP endpoint?
The endpoint is https://mcp-hk.wishpool.app/mcp using Streamable HTTP and stateless JSON-RPC.
How do I authenticate with the server?
Pass your Stripe secret key in the x-stripe-secret-key header. Use sk_test_ for test mode and sk_live_ for production.
Does the server store funds or credentials?
No. It is a stateless translation layer — funds always flow buyer → Stripe → merchant directly. No database is used, and credentials are not stored.
What payment methods are supported?
Cards, Apple Pay, Alipay, WeChat Pay, and any other method enabled on the merchant’s Stripe account for Hong Kong.