MCP Hub
Back to servers

@theyahia/xendit-mcp

MCP server for Xendit — payment gateway, disbursements (Indonesia/Philippines)

npm272/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/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)

ToolDescription
create_invoiceCreate a payment invoice
get_invoiceGet invoice details by ID
list_invoicesList invoices with filters
create_disbursementCreate a bank payout
get_disbursementGet disbursement details
create_vaCreate a virtual account
get_va_paymentGet VA payment details
create_qrCreate a QRIS QR code
get_balanceGet account balance
create_ewallet_chargeCreate an e-wallet charge

Quick Start

{
  "mcpServers": {
    "xendit": {
      "command": "npx",
      "args": ["-y", "@theyahia/xendit-mcp"],
      "env": {
        "XENDIT_SECRET_KEY": "<YOUR_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
XENDIT_SECRET_KEYYesSecret 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

Reviews

No reviews yet

Sign in to write a review