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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 23 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add mrslbt-xendit-mcp -- npx -y xendit-mcp
codex mcp add mrslbt-xendit-mcp -- npx -y xendit-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mrslbt-xendit-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"xendit-mcp"
],
"enabled": true
}
}
} openclaw mcp add mrslbt-xendit-mcp --command npx --arg -y --arg xendit-mcp
mcp_servers:
mrslbt-xendit-mcp:
command: "npx"
args: ["-y", "xendit-mcp"] {
"mcpServers": {
"mrslbt-xendit-mcp": {
"command": "npx",
"args": [
"-y",
"xendit-mcp"
]
}
}
} 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.
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.
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.
get_balance Get Balance ~68
Get your Xendit account balance. Returns available balance by account type (CASH, HOLDING, TAX).
| Name | Type | Req | Description |
|---|---|---|---|
| accountType | string | — | Account type to check |
| currency | string | — | Currency code (e.g., IDR, PHP). Defaults to your account's primary currency. |
No output schema declared.
No examples provided.
get_invoice Get Invoice ~33
Get details of a specific Xendit invoice by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| invoiceId | string | yes | Xendit invoice ID |
No output schema declared.
No examples provided.
get_workspace_mode 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| allowLive | boolean | — | Set true only if you intend to use a live Xendit key |
| allowedAccounts | string | — | Comma-separated CHANNEL_CODE:ACCOUNT_NUMBER entries for guarded-payouts mode |
| client | string | — | Target client |
| maxDailyAmount | number | — | Only used for guarded-payouts mode |
| maxDisbursementAmount | number | — | Only used for guarded-payouts mode |
| mode | string | — | Desired user-facing mode |
| serverName | string | — | Claude MCP server name, defaults to xendit |
No output schema declared.
No examples provided.
list_invoices List Invoices ~123
List invoices from your Xendit account with optional filters for status, date range, and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| createdAfter | string | — | Return invoices created after this ISO 8601 timestamp. Must be used with createdBefore. |
| createdBefore | string | — | Return invoices created before this ISO 8601 timestamp. Must be used with createdAfter. |
| currency | string | — | Filter by currency (IDR, PHP, etc.) |
| limit | number | — | Number of invoices to return (1-100) |
| status | string | — | Filter by invoice status |
No output schema declared.
No examples provided.
list_transactions List Transactions ~113
List transactions from your Xendit account. Includes payments received, payouts, refunds, transfers, and balance adjustments.
| Name | Type | Req | Description |
|---|---|---|---|
| createdGte | string | — | Created on or after (ISO 8601) |
| createdLte | string | — | Created on or before (ISO 8601) |
| currency | string | — | Filter by currency |
| limit | number | — | Number of transactions (1-50) |
| status | string | — | Filter by transaction status |
| types | string | — | Filter by transaction type |
No output schema declared.
No examples provided.