Malaysia Payments Mcp
About
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Malaysia. It integrates with Billplz to support FPX online banking, DuitNow QR/cards, and automatic bill delivery. Designed as a stateless translation layer, the server never holds…
Details
- Author
- junter1989k-ai
- Downloads
- 184
Jump to
- Supports FPX online banking (all major Malaysian banks)
- Accepts DuitNow QR and card payments
- Automatic bill delivery via Billplz email
- Pull-based payment status check (no webhooks)
- Zero runtime dependencies; Node.js ≥ 18
- Sandbox mode for testing with no real money
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
Malaysia 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
Connect via the MCP endpoint https://mcp-my.wishpool.app/mcp using Streamable HTTP. Provide your Billplz API key, collection ID, and optional sandbox mode as request headers. Use the tools create_payment_link to generate a MYR bill and query_payment_status to check its state (DUE/PAID). No webhooks or confirm step are required.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"malaysia payments mcp": {
"malaysia-payments": {
"type": "http",
"url": "https://mcp-my.wishpool.app/mcp"
}
}
}
}
McpServers
{
"malaysia-payments": {
"type": "http",
"url": "https://mcp-my.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.


