Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mrslbt/xendit-mcp

NPM · XENDIT-MCP · SCANNED AUG 3

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

Available components

+46 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 645 tokens (~71/item across 9 items; 6 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · xendit-mcp

# add to Claude Code
claude mcp add mrslbt-xendit-mcp -- npx -y xendit-mcp
# add to Codex CLI
codex mcp add mrslbt-xendit-mcp -- npx -y xendit-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mrslbt-xendit-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "xendit-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mrslbt-xendit-mcp --command npx --arg -y --arg xendit-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mrslbt-xendit-mcp:
    command: "npx"
    args: ["-y", "xendit-mcp"]
// mcp.json
{
  "mcpServers": {
    "mrslbt-xendit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xendit-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +18
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Licence: MIT functional
    • Package version: 0.2.0 → 0.3.0 functional
  • 2 Aug 26 +8
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Malware scan: unverified → pass security
    • License: pass → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −30
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +55
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: good functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
    • Licence: MIT functional
  • 28 Jul 26 +2
    • Security disclosure: unverified → fail functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~529 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_balance ~68

Get your Xendit account balance. Returns available balance by account type (CASH, HOLDING, TAX).

NameTypeReqDescription
accountTypestringAccount type to check
currencystringCurrency code (e.g., IDR, PHP). Defaults to your account's primary currency.

No output schema declared.

No examples provided.

get_invoice ~33

Get details of a specific Xendit invoice by ID.

NameTypeReqDescription
invoiceIdstringyesXendit invoice ID

No output schema declared.

No examples provided.

get_workspace_mode ~33

Explain the current Xendit MCP mode, what actions are enabled, and the safest next step to enable more access.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

guided_setup ~159

Generate a safe Claude Code or Claude Desktop setup snippet for read-only, invoices, or guarded payouts mode. Uses a form when the client supports MCP elicitation.

NameTypeReqDescription
allowLivebooleanSet true only if you intend to use a live Xendit key
allowedAccountsstringComma-separated CHANNEL_CODE:ACCOUNT_NUMBER entries for guarded-payouts mode
clientstringTarget client
maxDailyAmountnumberOnly used for guarded-payouts mode
maxDisbursementAmountnumberOnly used for guarded-payouts mode
modestringDesired user-facing mode
serverNamestringClaude MCP server name, defaults to xendit

No output schema declared.

No examples provided.

list_invoices ~123

List invoices from your Xendit account with optional filters for status, date range, and pagination.

NameTypeReqDescription
createdAfterstringReturn invoices created after this ISO 8601 timestamp. Must be used with createdBefore.
createdBeforestringReturn invoices created before this ISO 8601 timestamp. Must be used with createdAfter.
currencystringFilter by currency (IDR, PHP, etc.)
limitnumberNumber of invoices to return (1-100)
statusstringFilter by invoice status

No output schema declared.

No examples provided.

list_transactions ~113

List transactions from your Xendit account. Includes payments received, payouts, refunds, transfers, and balance adjustments.

NameTypeReqDescription
createdGtestringCreated on or after (ISO 8601)
createdLtestringCreated on or before (ISO 8601)
currencystringFilter by currency
limitnumberNumber of transactions (1-50)
statusstringFilter by transaction status
typesstringFilter by transaction type

No output schema declared.

No examples provided.