MCP server for Xendit payment APIs. Invoices, disbursements, balances, and transactions for Southeast Asia.
MCP server for Xendit payment APIs. Invoices, disbursements, balances, and transactions for Southeast Asia. That is what the xendit mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Model Context Protocol server for the Xendit payment API. Supports payment links via invoices, payouts/disbursements, balances, and transactions across Indonesia, the Philippines, Thailand, Vietnam, and Malaysia.
The server publishes 14 tools. What each one is for:
get_workspace_mode — Explain which Xendit mode is active, what is enabled, and the safest next step to unlock more featuresguided_setup — Generate a Claude Code or Claude Desktop config snippet for read-only, invoices, or guarded-payoutsget_balance — Account balance by type (CASH, HOLDING, TAX)list_invoices — List invoices filtered by status, date range, or currencyget_invoice — Retrieve a single invoicecreate_invoice — Create a payment invoice and return a payment link. Disabled unless XENDIT_ENABLE_INVOICE_MUTATIONS=trueexpire_invoice — Expire an active invoice. Disabled unless XENDIT_ENABLE_INVOICE_MUTATIONS=truelist_transactions — List payments, payouts, refunds, transfers, and balance adjustmentsprepare_disbursement — Stage a money-out call and return a short-lived confirmation token. Disabled unless XENDIT_ENABLE_DISBURSEMENTS=true.confirm_disbursement — Execute a previously prepared money-out token. Requires approvalCode. Disabled unless XENDIT_ENABLE_DISBURSEMENTS=true.cancel_disbursement — Cancel a prepared money-out token. Disabled unless XENDIT_ENABLE_DISBURSEMENTS=true.create_disbursement — Legacy one-shot payout/disbursement. Requires approvalCode and explicit legacy opt-in. **Disabled unless both XENDIT_ENABLE_DISBURSEMENTS=true andThe server ships on npm as xendit-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Configuration is passed through the environment: XENDIT_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Xendit MCP's toolset — get_workspace_mode, guided_setup, get_balance and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mrslbt; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Xendit MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_workspace_mode | Explain which Xendit mode is active, what is enabled, and the safest next step to unlock more features. |
| guided_setup | Generate a Claude Code or Claude Desktop config snippet for read-only, invoices, or guarded-payouts. |
| get_balance | Account balance by type (CASH, HOLDING, TAX). |
| list_invoices | List invoices filtered by status, date range, or currency. |
| get_invoice | Retrieve a single invoice. |
| create_invoice | Create a payment invoice and return a payment link. Disabled unless XENDIT_ENABLE_INVOICE_MUTATIONS=true. |
| expire_invoice | Expire an active invoice. Disabled unless XENDIT_ENABLE_INVOICE_MUTATIONS=true. |
| list_transactions | List payments, payouts, refunds, transfers, and balance adjustments. |
| prepare_disbursement | Stage a money-out call and return a short-lived confirmation token. **Disabled unless XENDIT_ENABLE_DISBURSEMENTS=true.** |
| confirm_disbursement | Execute a previously prepared money-out token. Requires approvalCode. **Disabled unless XENDIT_ENABLE_DISBURSEMENTS=true.** |
| cancel_disbursement | Cancel a prepared money-out token. **Disabled unless XENDIT_ENABLE_DISBURSEMENTS=true.** |
| create_disbursement | Legacy one-shot payout/disbursement. Requires approvalCode and explicit legacy opt-in. **Disabled unless both XENDIT_ENABLE_DISBURSEMENTS=true and XENDIT_ENABLE_LEGACY_ONE_SHOT_DISBURSEMENT=true.** |
| get_disbursement | Check payout/disbursement status. **Disabled unless XENDIT_ENABLE_DISBURSEMENTS=true.** |
| list_disbursement_banks | List payout channels such as ID_BCA and PH_BPI. **Disabled unless XENDIT_ENABLE_DISBURSEMENTS=true.** |
{
"mcpServers": {
"xendit": {
"command": "npx",
"args": ["-y", "xendit-mcp"],
"env": {
"XENDIT_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| XENDIT_API_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.