MCP server for Xendit payment APIs. Invoices, disbursements, balance checks, and bank transfers across Southeast Asia.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.XENDIT_ALLOWED_ACCOUNTS— If you enable disbursements, you must also set the four safety gates (XENDIT_MAX_DISBURSEMENT_AMOUNT, XENDIT_MAX_DAILY_AMOUNT, , XENDIT_APPROVAL_CODE) or the server will refuse to start.XENDIT_ALLOW_LIVE— no Set to true to allow live/production keys (prefixes xnd_production_, iluma_production_, sk_live_). Refused by default.XENDIT_API_BASEXENDIT_API_KEY— yes Test or live API keyXENDIT_APPROVAL_CODE— If you enable disbursements, you must also set the four safety gates (XENDIT_MAX_DISBURSEMENT_AMOUNT, XENDIT_MAX_DAILY_AMOUNT, XENDIT_ALLOWED_ACCOUNTS, ) or the server will refuse to start.XENDIT_DEBUGXENDIT_ENABLE_DISBURSEMENTS— no Set to true to enable disbursement tools (money-movement). Disabled by default.XENDIT_ENABLE_INVOICE_MUTATIONS— no Set to true to enable create_invoice, expire_invoice, and the create_payment_link prompt. Disabled by default for safer read-only behavior.XENDIT_ENABLE_LEGACY_ONE_SHOT_DISBURSEMENT— no Set to true only if you intentionally want the old create_disbursement one-shot tool. Disabled by default.XENDIT_MAX_DAILY_AMOUNT— If you enable disbursements, you must also set the four safety gates (XENDIT_MAX_DISBURSEMENT_AMOUNT, , XENDIT_ALLOWED_ACCOUNTS, XENDIT_APPROVAL_CODE) or the server will refuse to start.XENDIT_MAX_DISBURSEMENT_AMOUNT— If you enable disbursements, you must also set the four safety gates (, XENDIT_MAX_DAILY_AMOUNT, XENDIT_ALLOWED_ACCOUNTS, XENDIT_APPROVAL_CODE) or the server will refuse to start.XENDIT_PREPARE_TTL_SECONDS— no How long a prepared disbursement token stays valid. Defaults to 300, max 86400.[](https://m8ven.ai/mcp/mrslbt-xendit-mcp-16ewa7)