xendit-mcp

xendit-mcp

MCP server for Xendit payment APIs. Invoices, disbursements, balance checks, and bank transfers across Southeast Asia.

Category
Visit Server

README

xendit-mcp

MCP Badge xendit-mcp MCP server

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured