xendit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XENDIT_API_KEY | Yes | Your Xendit API key with READ-only permissions (e.g., xnd_development_...). Required for accessing the Xendit API. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| xendit_get_balanceA | Get Xendit account balance. Returns available balance by account type (CASH, HOLDING, TAX). |
| xendit_list_invoicesA | List invoices with optional filters. For Wrong VA / Payment Discrepancy, filter by external_id (usually the CareNow loan ID). |
| xendit_get_invoiceC | Get details of a specific invoice by Xendit invoice ID. |
| xendit_list_transactionsB | List transactions (payments, disbursements, fees, refunds, adjustments). Core tool for payment discrepancy and wrong VA investigations. Filter by reference_id to find a specific transaction. |
| xendit_get_transactionC | Get details of a specific transaction by Xendit transaction ID. |
| xendit_get_disbursementA | Get disbursement status by Xendit disbursement ID. Use for refund/payout status lookups. |
| xendit_get_disbursement_by_external_idB | Look up disbursements by your external_id (usually CareNow reference). Returns array of matching disbursements. |
| xendit_list_refundsC | List refunds, optionally filtered by payment_request_id, invoice_id, or reference_id. |
| xendit_get_refundC | Get refund details by Xendit refund ID. |
| xendit_get_payment_requestB | Get payment request details by Xendit payment_request ID. The new Payments API replaces the legacy VA / charge flows. |
| xendit_list_payment_requestsB | List payment requests with optional filters. Use reference_id for CareNow loan ID lookups. |
| xendit_get_fixed_vaB | Get fixed virtual account details by Xendit VA ID. Critical for Wrong VA investigations. |
| xendit_get_va_paymentB | Look up a VA payment by payment_id (the ID returned in the VA paid callback). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| readonly-scope | What this MCP can and cannot do |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/indratjhai/xendit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server