theYahia/xendit-mcp
MCP server for Xendit — payments, disbursements, invoices (Indonesia/Philippines)
Platform-specific configuration:
{
"mcpServers": {
"xendit-mcp": {
"command": "npx",
"args": [
"-y",
"xendit-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Xendit payment gateway (Indonesia/Philippines). Supports invoices, disbursements, virtual accounts, QR codes, e-wallets, and balance inquiries.
| Tool | Description | |---|---| | create_invoice | Create a payment invoice | | get_invoice | Get invoice details by ID | | list_invoices | List invoices with filters | | create_disbursement | Create a bank payout | | get_disbursement | Get disbursement details | | create_va | Create a virtual account | | get_va_payment | Get VA payment details | | create_qr | Create a QRIS QR code | | get_balance | Get account balance | | create_ewallet_charge | Create an e-wallet charge |
{
"mcpServers": {
"xendit": {
"command": "npx",
"args": ["-y", "@theyahia/xendit-mcp"],
"env": {
"XENDIT_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | XENDIT_SECRET_KEY | Yes | Secret API key from Xendit dashboard |
MIT
Loading reviews...