概要
What is Singapore Payments MCP?
Singapore Payments MCP is a remote MCP server that lets any AI agent accept payments in Singapore via PayNow QR, cards, and other HitPay-enabled methods. It acts as a stateless translation layer that directs funds directly from buyer to merchant via HitPay’s hosted checkout—never holding funds or storing credentials.
How to use Singapore Payments MCP?
Connect your AI agent to the MCP endpoint https://mcp-sg.wishpool.app/mcp using Streamable HTTP. Provide your HitPay business API key as the x-hitpay-api-key header. For sandbox testing, set x-hitpay-mode: sandbox alongside the sandbox key. Use the tools create_payment_link to generate a SGD checkout link and query_payment_status for pull-based status checks.
Key features of Singapore Payments MCP
- PayNow QR support (Singapore’s primary payment rail)
- Cards and other HitPay-accepted payment methods
- Pull-based payment status check via
query_payment_status - Stateless, no database, zero runtime dependencies
- Remote MCP server—no local installation required
- Listed on the official MCP Registry
Use cases of Singapore Payments MCP
- Accepting PayNow payments through an AI-powered e-commerce assistant
- Generating hosted checkout links in Singapore dollars via ChatGPT or Claude
- Checking payment status programmatically for order fulfillment workflows
- Enabling sandbox testing before going live with HitPay