Skip to main content
Glama

xendit-mcp

xendit-mcp MCP server

Xendit 결제 API를 위한 MCP 서버입니다.

동남아시아 전역에서 인보이스 관리, 지급 전송, 잔액 조회 및 거래 추적을 수행하세요. 하나의 API 키로 간편하게 설치할 수 있습니다.

설치

npx xendit-mcp

또는 전역으로 설치:

npm install -g xendit-mcp

Related MCP server: rakuten-mcp

설정

  1. Xendit 대시보드에 가입하세요 (무료, 테스트 모드 포함)

  2. 설정(Settings) > API 키(API Keys)로 이동하여 키를 생성하세요

  3. 테스트 키(xnd_development_...)를 사용하여 기능을 확인하거나, 실제 거래를 위해 라이브 키를 사용하세요

Claude Desktop

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

그런 다음 환경 변수를 설정하세요:

export XENDIT_API_KEY="your-api-key"

도구

도구

설명

get_balance

유형별(CASH, HOLDING, TAX) 계좌 잔액 조회

list_invoices

상태, 날짜 범위, 통화별 필터를 적용하여 인보이스 목록 조회

get_invoice

특정 인보이스의 상세 정보 조회

create_invoice

결제 인보이스 생성 및 결제 링크 획득

expire_invoice

활성 인보이스 만료 처리

list_transactions

결제, 지급, 환불 및 수수료 목록 조회

create_disbursement

은행 계좌나 전자지갑으로 자금 송금

get_disbursement

지급 상태 조회

list_disbursement_banks

국가별 사용 가능한 은행 및 전자지갑 목록 조회

프롬프트

프롬프트

설명

check_balance

계좌 잔액 확인

recent_payments

최근 N일간 수취한 결제 내역 표시

create_payment_link

고객을 위한 결제 링크 생성

unpaid_invoices

미결제 인보이스 목록 조회

send_payout

은행 계좌로 자금 송금

daily_summary

오늘의 결제 활동 요약 조회

리소스

리소스

URI

설명

지원 은행

xendit://banks

인도네시아 및 필리핀의 일반적인 은행 코드

API 정보

xendit://info

Xendit API 세부 정보 및 속도 제한

예시 쿼리

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

지원 국가

Xendit은 인도네시아, 필리핀, 태국, 베트남, 말레이시아에서 운영됩니다. 이 서버는 Xendit API를 통해 제공되는 모든 통화(IDR, PHP, THB, VND, MYR, USD)를 지원합니다.

테스트 모드

Xendit은 테스트용 API 키와 라이브 API 키를 별도로 제공합니다. 실제 자금 이동 없이 모든 기능을 테스트하려면 테스트 키(xnd_development_...)를 사용하세요. 모든 도구는 테스트 모드에서 동일하게 작동합니다.

라이선스

MIT

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/mrslbt/xendit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server