Hong Kong Payments (Stripe — Alipay / WeChat Pay)
Server Details
Hong Kong payments for AI agents — Alipay / WeChat Pay via Stripe. Never holds funds.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Server Listing
- Hong Kong Payments MCP
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: creating payment links, creating subscription links, querying payment status, querying subscription status, refunding payments, and canceling subscriptions. There is no overlap or ambiguity.
All tool names follow a consistent verb_noun pattern with underscores (e.g., create_payment_link, query_subscription), making them predictable and easy to understand.
With 6 tools covering the core operations of payment and subscription lifecycle management, the count is well-scoped and appropriate for the server's purpose.
The tool set covers the essential payment and subscription workflow (creation, query, refund, cancel). Minor omissions like listing all payments or subscriptions exist, but they are not critical for the primary use cases.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
create_payment_link2 fields changed- added
Input schema / properties / collect_tax_idAdded value: +{ + "description": "true = ask the buyer for their business tax ID (e.g. EU VAT number) on the checkout page; it appears on the invoice. Combine with issue_invoice for a VAT-compliant receipt.", + "type": "boolean" +} - added
Input schema / properties / issue_invoiceAdded value: +{ + "description": "true = Stripe automatically creates and emails a post-payment invoice (PDF + hosted invoice page). Ideal for B2B / VAT bookkeeping. Note: Stripe charges a small Invoicing fee per invoice issued.", + "type": "boolean" +}
3 tool updates
- Added
cancel_subscription - Added
create_subscription_link - Added
query_subscription
1 tool update
- Added
refund_payment
2 tool updates
- First observed
create_payment_link - First observed
query_payment_status
Related MCP Connectors
Australia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
Cyprus payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
Canada payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
United States payments for AI agents — Stripe checkout via Stripe. Never holds funds.
Related MCP Servers
- AlicenseAqualityBmaintenanceAgentPay VN — an MCP server that lets your AI agent collect real (fiat) payments over VietQR41MIT
- AlicenseNot gradedqualityBmaintenanceLets AI agents accept payments in Cyprus via Stripe hosted checkout (cards, Apple Pay, Google Pay).MIT
- AlicenseNot gradedqualityBmaintenanceLets any AI agent accept payments in Ireland via Stripe's hosted checkout.MIT

paas-buildofficial
AlicenseAqualityAmaintenanceYour agent takes a business live on payments: go_live creates a real merchant account (sandbox + production) the same day; create_checkout returns a payable link. Payments for AI builders, 3.9% flat.333MIT