Xendit MCP

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. Its 14 documented tools cover disbursement, invoice. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-10 · ★ 4 · #150 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Xendit MCP

before you install - you'll need

Set XENDIT_API_KEY, XENDIT_ENABLE_INVOICE_MUTATIONS, XENDIT_ENABLE_DISBURSEMENTS before connecting.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mrslbt-xendit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xendit-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package xendit-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.mrslbt is GitHub-verified and matches the repo owner

03 · What Xendit MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can generate a Claude Code or Claude Desktop config snippet for read-only, invoices, or guarded-payouts, list invoices filtered by status, date range, or currency, retrieve a single invoice, and create a payment invoice and return a payment link. Disabled unless XENDIT_ENABLE_INVOICE_MUTATIONS=true.

Capability map

Tools grouped from the project's README - what Xendit MCP lets an agent do.

Disbursement

6 tools - e.g. Stage a money-out call and return a short-lived confirmation token. Disabled unless XENDIT_ENABLE_DISBURSEMENTS=true.; Execute a previously prepared money-out token. Requires approvalCode. Disabled unless…

prepare_disbursement · confirm_disbursement · cancel_disbursement · create_disbursement · get_disbursement · list_disbursement_banks

read & search

4 tools - e.g. Explain which Xendit mode is active, what is enabled, and the safest next step to unlock more features.; Account balance by type (CASH, HOLDING, TAX).; List invoices filtered by status, date range, or…

get_workspace_mode · get_balance · list_invoices · list_transactions

Invoice

3 tools - e.g. Retrieve a single invoice.; Create a payment invoice and return a payment link. Disabled unless XENDIT_ENABLE_INVOICE_MUTATIONS=true.; Expire an active invoice. Disabled unless…

get_invoice · create_invoice · expire_invoice

Guided

1 tool - e.g. Generate a Claude Code or Claude Desktop config snippet for read-only, invoices, or guarded-payouts.

guided_setup

Latest releases

v0.2.0 · 2026-05-25

The biggest change · Money cannot move without your explicit approval - even if the model gets prompt-injected. · This release shifts xendit-mcp from "everything on by default" to read-only by default, and gates money…

v0.1.1 · 2026-04-14

Initial release. Xendit payment gateway MCP server for Southeast Asia.

04 · Who maintains Xendit MCP

xendit-mcp is maintained by mrslbt. We track 8 MCP servers from mrslbt - 8 actively maintained, 16 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from mrslbt.

  1. tabedata-mcp Bilingual JP/EN Japanese food nutrition for AI: 460 sourced konbini, chain & brand items. ★ 2
  2. rippr-mcp Rip YouTube transcripts to disk for AI agents, RAG pipelines, and LLM workflows. ★ 4
  3. rakuten-mcp Rakuten Web Service for AI: Ichiba, Books, Travel, Recipe, Kobo, GORA - bilingual, read-only. ★ 5

05 · Facts

category
finance - ranked #150 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.mrslbt/xendit-mcp (active, first published 2026-04-14 · 3 versions)
packages
npm:xendit-mcp

06 · Xendit MCP FAQ

Is Xendit MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-10. We re-verify nightly.

What can Xendit MCP do?

With this server connected, an agent can generate a Claude Code or Claude Desktop config snippet for read-only, invoices, or guarded-payouts, list invoices filtered by status, date range, or currency, retrieve a single invoice, and create a payment invoice and return a payment link. Disabled unless XENDIT_ENABLE_INVOICE_MUTATIONS=true.

How do I install Xendit MCP?

Run `npx -y xendit-mcp`. The README documents 3 environment variables (XENDIT_API_KEY, XENDIT_ENABLE_INVOICE_MUTATIONS, XENDIT_ENABLE_DISBURSEMENTS) to set first. Set XENDIT_API_KEY, XENDIT_ENABLE_INVOICE_MUTATIONS, XENDIT_ENABLE_DISBURSEMENTS before connecting. You can also paste the ready-made client config above.

Does Xendit MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Xendit MCP