@aisar-labs/billplz-mcp
v0.1.2
Published
MCP server for Billplz — Malaysia's payment gateway
Maintainers
Readme
Billplz MCP Server
Malaysia's payment gateway
Install
npx @aisar-labs/billplz-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| BILLPLZ_API_KEY | Yes | Billplz API key |
| BILLPLZ_SANDBOX | No | Enable sandbox mode (default: false) |
Tools
| Tool | Description |
|------|-------------|
| create_bill | Create a bill/invoice |
| check_bill | Check bill payment status |
| list_collections | List all collections |
| create_collection | Create a new collection |
| delete_bill | Delete an unpaid bill |
| get_collection | Get collection details |
| create_open_collection | Create payment form link |
| verify_webhook | Verify Billplz webhook callback |
| get_fpx_banks | Get FPX bank list for direct debit |
| create_payout | Create mass payment/payout |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"billplz": {
"command": "npx",
"args": ["-y", "@aisar-labs/billplz-mcp"],
"env": {
"BILLPLZ_API_KEY": "your-api-key"
}
}
}
}License
MIT
