@aisar-labs/xendit-mcp
v0.1.2
Published
MCP server for Xendit — SEA payment gateway (Indonesia, Philippines, Thailand, Vietnam, Malaysia)
Maintainers
Readme
Xendit MCP Server
SEA payment gateway (Indonesia, Philippines, Thailand, Vietnam, Malaysia)
Install
npx @aisar-labs/xendit-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| XENDIT_API_KEY | Yes | Xendit API key |
Tools
| Tool | Description |
|------|-------------|
| create_payment | Create payment request |
| get_payment | Get payment details |
| create_payout | Create payout |
| get_payout | Get payout details |
| get_balance | Get account balance |
| list_transactions | List transactions |
| create_refund | Create refund |
| verify_webhook | Verify webhook signature |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"xendit": {
"command": "npx",
"args": ["-y", "@aisar-labs/xendit-mcp"],
"env": {
"XENDIT_API_KEY": "your-api-key"
}
}
}
}License
MIT
