Skip to main content
Glama
theYahia

xendit-mcp

by theYahia

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_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

Quick Start

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

Environment Variables

Variable

Required

Description

XENDIT_SECRET_KEY

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