Odel
xendit mcp

xendit mcp

Local
@mrslbt4JavaScriptMITUpdated 1mo ago

Xendit payment APIs for AI agents. Payment links, payouts, balances, and transactions.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmxendit-mcpv0.3.0

Run

npx -y xendit-mcp

MCP client config

{
  "mcpServers": {
    "xendit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xendit-mcp"
      ]
    }
  }
}