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.codespar/mcp-ebanx

NPM · @CODESPAR/MCP-EBANX · SCANNED AUG 5

MCP server for EBANX — cross-border payments, payouts, exchange rates

Available components

+22 this week 68 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 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
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
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 · @codespar/mcp-ebanx

# add to Claude Code
claude mcp add codespar-mcp-ebanx -- npx -y @codespar/mcp-ebanx
# add to Codex CLI
codex mcp add codespar-mcp-ebanx -- npx -y @codespar/mcp-ebanx
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-ebanx": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-ebanx"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-ebanx --command npx --arg -y --arg @codespar/mcp-ebanx
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-ebanx:
    command: "npx"
    args: ["-y", "@codespar/mcp-ebanx"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-ebanx": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-ebanx"
      ]
    }
  }
}
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.

  • 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.

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 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.

MCP tools — 18 exposed · ~1,061 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
cancel_payment ~37

Cancel/void a pending payment by hash (e.g. unpaid boleto, authorized card).

NameTypeReqDescription
hashstringyesPayment hash to cancel

No output schema declared.

No examples provided.

capture_payment ~45

Capture a previously authorized credit card payment (full or partial).

NameTypeReqDescription
amountnumberAmount to capture (omit for full)
hashstringyesPayment 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.

NameTypeReqDescription
countrystringyesCountry code
creditcardobjectyesCard data: card_number, card_name, card_due_date (MM/YYYY), card_cvv
payment_type_codestringyesCard 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.

NameTypeReqDescription
payoutsarrayyesArray 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.)

NameTypeReqDescription
amount_totalnumberyesTotal amount
countrystringyesCountry code (e.g. BR)
currency_codestringyesCurrency (e.g. BRL, USD)
documentstringyesCPF or CNPJ
emailstringyesCustomer email
merchant_payment_codestringyesUnique merchant payment code
namestringyesCustomer name
payment_type_codestringyesPayment type

No output schema declared.

No examples provided.

create_payout ~146

Create a payout to a bank account

NameTypeReqDescription
amountnumberyesAmount to send
countrystringyesCountry code (e.g. BR)
currency_codestringyesCurrency code
external_referencestringyesUnique payout reference
payee_bank_accountstringAccount number
payee_bank_account_typestringAccount type (C=checking, S=savings)
payee_bank_branchstringBranch number
payee_bank_codestringBank code
payee_documentstringyesPayee CPF/CNPJ
payee_namestringyesPayee full name

No output schema declared.

No examples provided.

delete_card_token ~36

Delete a previously stored card token.

NameTypeReqDescription
countrystringCountry code
tokenstringyesCard token to delete

No output schema declared.

No examples provided.

exchange_rate ~33

Get current exchange rate for a currency pair

NameTypeReqDescription
currency_codestringyesCurrency code (e.g. BRL)

No output schema declared.

No examples provided.

get_banks ~30

List available banks for a country

NameTypeReqDescription
countrystringyesCountry code (e.g. BR)

No output schema declared.

No examples provided.

get_payment ~26

Get payment details by hash

NameTypeReqDescription
hashstringyesPayment hash returned on creation

No output schema declared.

No examples provided.

get_payout ~46

Query a payout by external_reference or payout id.

NameTypeReqDescription
external_referencestringPayout external reference
idstringPayout 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).

NameTypeReqDescription
countrystringyesCountry code (e.g. BR, MX, CO, AR, PE, CL)

No output schema declared.

No examples provided.

list_payments ~52

List payments by date range

NameTypeReqDescription
date_fromstringyesStart date (YYYY-MM-DD)
date_tostringyesEnd date (YYYY-MM-DD)
pagenumberPage number

No output schema declared.

No examples provided.

query_payment_by_merchant_code ~37

Get payment details by merchant_payment_code (alternative to hash)

NameTypeReqDescription
merchant_payment_codestringyesMerchant-issued payment code

No output schema declared.

No examples provided.

refund ~47

Refund a payment (full or partial)

NameTypeReqDescription
amountnumberAmount to refund (omit for full)
descriptionstringRefund reason
hashstringyesPayment 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).

NameTypeReqDescription
amount_totalnumberyes
countrystringyes
currency_codestringyes
documentstring
emailstringyes
merchant_payment_codestring
namestringyes
payment_type_codestringyes

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.

NameTypeReqDescription
documentstringyesDocument number
typestringyesDocument 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.

NameTypeReqDescription
payloadstringyesRaw notification body (string)
secretstringWebhook secret (defaults to EBANX_INTEGRATION_KEY)
signaturestringyesSignature header value (e.g. x-ebanx-signature)

No output schema declared.

No examples provided.