mrslbt

xendit-mcp

Community mrslbt
Updated

MCP server for Xendit payment APIs. Invoices, disbursements, balances, and transactions for Southeast Asia.

xendit-mcp

MCP server for Xendit payment APIs.

Manage invoices, send disbursements, check balances, and track transactions across Southeast Asia. One API key, one install.

Install

npx xendit-mcp

Or install globally:

npm install -g xendit-mcp

Setup

  1. Sign up at Xendit Dashboard (free, includes test mode)
  2. Go to Settings > API Keys and generate a key
  3. Use your test key (xnd_development_...) to try it out, or your live key for real transactions

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "xendit": {
      "command": "npx",
      "args": ["-y", "xendit-mcp"],
      "env": {
        "XENDIT_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code

claude mcp add xendit -- npx -y xendit-mcp

Then set your environment variable:

export XENDIT_API_KEY="your-api-key"

Tools

Tool Description
get_balance Check account balance by type (CASH, HOLDING, TAX)
list_invoices List invoices with filters for status, date range, currency
get_invoice Get details of a specific invoice
create_invoice Create a payment invoice and get a payment link
expire_invoice Expire an active invoice
list_transactions List payments, disbursements, refunds, and fees
create_disbursement Send money to a bank account or e-wallet
get_disbursement Check disbursement status
list_disbursement_banks List available banks and e-wallets by country

Prompts

Prompt Description
check_balance Check your account balance
recent_payments Show payments received in the last N days
create_payment_link Create a payment link for a customer
unpaid_invoices List all pending invoices
send_payout Send money to a bank account
daily_summary Get today's payment activity summary

Resources

Resource URI Description
Supported Banks xendit://banks Common bank codes for Indonesia and the Philippines
API Info xendit://info Xendit API details and rate limits

Example queries

What's my current Xendit balance?
Saldo Xendit saya berapa?

Create an invoice for Rp 500,000 for "Website design deposit"
Buatkan invoice Rp 500.000 untuk "Deposit desain website"

Show me all unpaid invoices
Tampilkan semua invoice yang belum dibayar

Send Rp 1,000,000 to Ahmad at BCA
Kirim Rp 1.000.000 ke Ahmad di BCA

What payments came in today?
Ada pembayaran masuk hari ini?

List available banks for disbursement in the Philippines

Supported countries

Xendit operates in Indonesia, the Philippines, Thailand, Vietnam, and Malaysia. This server supports all currencies available through the Xendit API (IDR, PHP, THB, VND, MYR, USD).

Test mode

Xendit gives you separate test and live API keys. Use your test key (xnd_development_...) to try everything without moving real money. All tools work the same in test mode.

License

MIT

MCP Server ยท Populars

MCP Server ยท New

    remete618

    widemem.ai

    Next-gen AI memory layer with importance scoring, temporal decay, hierarchical memory, and YMYL prioritization

    Community remete618
    Ruya-AI

    Cozempic

    Context cleaning for Claude Code โ€” prune bloated sessions, protect Agent Teams from context loss, auto-guard with tiered pruning

    Community Ruya-AI
    KuvopLLC

    better bear

    MCP Server

    Community KuvopLLC
    tradesdontlie

    TradingView MCP Bridge

    AI-assisted TradingView chart analysis โ€” connect Claude Code to your TradingView Desktop for personal workflow automation

    Community tradesdontlie
    us

    fastCRW โ€” Open Source Web Scraping API for AI Agents

    Fast, lightweight Firecrawl alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/v1/scrape, /v1/crawl, /v1/search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary. Self-host or use managed cloud.

    Community us