xendit-mcp
Rank #25,955io.github.mrslbt/xendit-mcp
Xendit payment APIs for AI agents. Payment links, payouts, balances, and transactions.
xendit-mcp is a Model Context Protocol (MCP) server published by mrslbt. It ranks #25,955 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. xendit-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Apr 14, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 89,505 of 115,460 servers on MCP Toplist.
Use xendit-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add xendit-mcp -- npx -y xendit-mcp[mcp_servers.xendit-mcp]
command = "npx"
args = ["-y", "xendit-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"xendit-mcp": {
"command": "npx",
"args": [
"-y",
"xendit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"xendit-mcp": {
"command": "npx",
"args": [
"-y",
"xendit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"xendit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xendit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"xendit-mcp": {
"command": "npx",
"args": [
"-y",
"xendit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"xendit-mcp": {
"command": "npx",
"args": [
"-y",
"xendit-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mrslbt%2Fxendit-mcp)<a href="https://mcptoplist.com/server/io.github.mrslbt%2Fxendit-mcp"><img src="https://mcptoplist.com/badge/io.github.mrslbt%2Fxendit-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
mrslbt
Other servers by mrslbt
- rakuten-mcp#10,792 · 2 vers
- tabedata-mcp#13,518 · 2 vers
- rippr#22,794 · 3 vers
- japan-ux-mcp#24,756 · 3 vers
- pdf-it#24,757 · 2 vers
- paypay-mcp#29,001 · 3 vers
- nankai-trough-mcp#47,564 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.3.0 | Aug 2, 2026 |
| 0.1.2 | Apr 14, 2026 |
Frequently asked questions
- Who maintains xendit-mcp?
- xendit-mcp is maintained by mrslbt, which publishes 8 MCP servers (19 total versions) tracked on MCP Toplist.
- Is xendit-mcp listed on the Official MCP Registry?
- Yes — xendit-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does xendit-mcp have?
- MCP Toplist tracks 2 versions of xendit-mcp, most recently published on Aug 2, 2026.
- Where can I find the source code for xendit-mcp?
- The source code for xendit-mcp is hosted at github.com/mrslbt/xendit-mcp.