io.github.codespar/mcp-ebanx
NPM · @CODESPAR/MCP-EBANX · SCANNED AUG 5
MCP server for EBANX — cross-border payments, payouts, exchange rates
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), 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 43 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1128 tokens (~62/item across 18 items; 18 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
- Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 85% of tool parameters carry a description.Partial
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 · @codespar/mcp-ebanx
claude mcp add codespar-mcp-ebanx -- npx -y @codespar/mcp-ebanx
codex mcp add codespar-mcp-ebanx -- npx -y @codespar/mcp-ebanx
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-ebanx": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-ebanx"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-ebanx --command npx --arg -y --arg @codespar/mcp-ebanx
mcp_servers:
codespar-mcp-ebanx:
command: "npx"
args: ["-y", "@codespar/mcp-ebanx"] {
"mcpServers": {
"codespar-mcp-ebanx": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-ebanx"
]
}
}
} 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.
- 4 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +46
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 46
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 5 Aug 2026 · Analysed npm/@codespar/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 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.
cancel_payment ~37
Cancel/void a pending payment by hash (e.g. unpaid boleto, authorized card).
| Name | Type | Req | Description |
|---|---|---|---|
| hash | string | yes | Payment hash to cancel |
No output schema declared.
No examples provided.
capture_payment ~45
Capture a previously authorized credit card payment (full or partial).
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Amount to capture (omit for full) |
| hash | string | yes | Payment hash to capture |
No output schema declared.
No examples provided.
create_card_token ~83
Tokenize a credit/debit card for reuse without re-collecting card data.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | Country code |
| creditcard | object | yes | Card data: card_number, card_name, card_due_date (MM/YYYY), card_cvv |
| payment_type_code | string | yes | Card brand (e.g. visa, mastercard, amex) |
No output schema declared.
No examples provided.
create_mass_payout ~41
Create a mass payout — multiple payouts in a single batch request.
| Name | Type | Req | Description |
|---|---|---|---|
| payouts | array | yes | Array of payout objects (same shape as create_payout) |
No output schema declared.
No examples provided.
create_payment ~120
Create a payment in EBANX (boleto, credit card, PIX, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| amount_total | number | yes | Total amount |
| country | string | yes | Country code (e.g. BR) |
| currency_code | string | yes | Currency (e.g. BRL, USD) |
| document | string | yes | CPF or CNPJ |
| string | yes | Customer email | |
| merchant_payment_code | string | yes | Unique merchant payment code |
| name | string | yes | Customer name |
| payment_type_code | string | yes | Payment type |
No output schema declared.
No examples provided.
create_payout ~146
Create a payout to a bank account
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount to send |
| country | string | yes | Country code (e.g. BR) |
| currency_code | string | yes | Currency code |
| external_reference | string | yes | Unique payout reference |
| payee_bank_account | string | — | Account number |
| payee_bank_account_type | string | — | Account type (C=checking, S=savings) |
| payee_bank_branch | string | — | Branch number |
| payee_bank_code | string | — | Bank code |
| payee_document | string | yes | Payee CPF/CNPJ |
| payee_name | string | yes | Payee full name |
No output schema declared.
No examples provided.
delete_card_token ~36
Delete a previously stored card token.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | Country code |
| token | string | yes | Card token to delete |
No output schema declared.
No examples provided.
exchange_rate ~33
Get current exchange rate for a currency pair
| Name | Type | Req | Description |
|---|---|---|---|
| currency_code | string | yes | Currency code (e.g. BRL) |
No output schema declared.
No examples provided.
get_banks ~30
List available banks for a country
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | Country code (e.g. BR) |
No output schema declared.
No examples provided.
get_payment ~26
Get payment details by hash
| Name | Type | Req | Description |
|---|---|---|---|
| hash | string | yes | Payment hash returned on creation |
No output schema declared.
No examples provided.
get_payout ~46
Query a payout by external_reference or payout id.
| Name | Type | Req | Description |
|---|---|---|---|
| external_reference | string | — | Payout external reference |
| id | string | — | Payout id (alternative to external_reference) |
No output schema declared.
No examples provided.
list_payment_methods ~48
List available payment methods for a country (which payment_type_codes are supported).
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | Country code (e.g. BR, MX, CO, AR, PE, CL) |
No output schema declared.
No examples provided.
list_payments ~52
List payments by date range
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | string | yes | Start date (YYYY-MM-DD) |
| date_to | string | yes | End date (YYYY-MM-DD) |
| page | number | — | Page number |
No output schema declared.
No examples provided.
query_payment_by_merchant_code ~37
Get payment details by merchant_payment_code (alternative to hash)
| Name | Type | Req | Description |
|---|---|---|---|
| merchant_payment_code | string | yes | Merchant-issued payment code |
No output schema declared.
No examples provided.
refund ~47
Refund a payment (full or partial)
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Amount to refund (omit for full) |
| description | string | — | Refund reason |
| hash | string | yes | Payment hash |
No output schema declared.
No examples provided.
simulate_payment ~90
Simulate the response of a payment in sandbox without persisting it (useful for integration testing).
| Name | Type | Req | Description |
|---|---|---|---|
| amount_total | number | yes | — |
| country | string | yes | — |
| currency_code | string | yes | — |
| document | string | — | — |
| string | yes | — | |
| merchant_payment_code | string | — | — |
| name | string | yes | — |
| payment_type_code | string | yes | — |
No output schema declared.
No examples provided.
validate_document ~62
Validate a LATAM tax document (CPF/CNPJ for BR, RFC for MX, DNI for AR/PE) using checksum/format rules. Local validation, no API call.
| Name | Type | Req | Description |
|---|---|---|---|
| document | string | yes | Document number |
| type | string | yes | Document type |
No output schema declared.
No examples provided.
verify_notification ~82
Verify an EBANX webhook notification HMAC signature against the integration key. Local verification, no API call.
| Name | Type | Req | Description |
|---|---|---|---|
| payload | string | yes | Raw notification body (string) |
| secret | string | — | Webhook secret (defaults to EBANX_INTEGRATION_KEY) |
| signature | string | yes | Signature header value (e.g. x-ebanx-signature) |
No output schema declared.
No examples provided.