xendit-mcp
xendit-mcp
MCP server for Xendit payment gateway (Indonesia/Philippines). Supports invoices, disbursements, virtual accounts, QR codes, e-wallets, and balance inquiries.
Tools (10)
Tool | Description |
| Create a payment invoice |
| Get invoice details by ID |
| List invoices with filters |
| Create a bank payout |
| Get disbursement details |
| Create a virtual account |
| Get VA payment details |
| Create a QRIS QR code |
| Get account balance |
| Create an e-wallet charge |
Quick Start
{
"mcpServers": {
"xendit": {
"command": "npx",
"args": ["-y", "@theyahia/xendit-mcp"],
"env": {
"XENDIT_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes | Secret API key from Xendit dashboard |
Demo Prompts
"Create an invoice for 100,000 IDR"
"Disburse 50,000 IDR to BCA account 1234567890"
"Create a QRIS QR code for 25,000 IDR"
"Charge 30,000 IDR to OVO wallet +628123456789"
License
MIT