
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@codespar/mcp-ebanx
Advanced tools
MCP server for EBANX — cross-border payments for Latin America
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"ebanx": {
"command": "npx",
"args": ["-y", "@codespar/mcp-ebanx"],
"env": {
"EBANX_INTEGRATION_KEY": "your-key",
"EBANX_SANDBOX": "true"
}
}
}
}
claude mcp add ebanx -- npx @codespar/mcp-ebanx
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"ebanx": {
"command": "npx",
"args": ["-y", "@codespar/mcp-ebanx"],
"env": {
"EBANX_INTEGRATION_KEY": "your-key",
"EBANX_SANDBOX": "true"
}
}
}
}
| Tool | Purpose |
|---|---|
create_payment | Create a payment in EBANX (boleto, credit card, PIX, etc.) |
get_payment | Get payment details by hash |
list_payments | List payments by date range |
refund | Refund a payment (full or partial) |
create_payout | Create a payout to a bank account |
exchange_rate | Get current exchange rate for a currency pair |
get_banks | List available banks for a country |
query_payment_by_merchant_code | Get payment details by merchant_payment_code (alternative to hash) |
capture_payment | Capture a previously authorized credit card payment (full or partial). |
cancel_payment | Cancel/void a pending payment by hash (e.g. |
create_mass_payout | Create a mass payout — multiple payouts in a single batch request. |
get_payout | Query a payout by external_reference or payout id. |
simulate_payment | Simulate the response of a payment in sandbox without persisting it (useful for integration testing). |
list_payment_methods | List available payment methods for a country (which payment_type_codes are supported). |
create_card_token | Tokenize a credit/debit card for reuse without re-collecting card data. |
delete_card_token | Delete a previously stored card token. |
validate_document | Validate a LATAM tax document (CPF/CNPJ for BR, RFC for MX, DNI for AR/PE) using checksum/format rules. |
verify_notification | Verify an EBANX webhook notification HMAC signature against the integration key. |
EBANX uses an integration key passed in the request body/query parameters.
EBANX provides a sandbox at sandbox.ebanx.com. Set EBANX_SANDBOX=true to use it.
EBANX_INTEGRATION_KEY environment variable| Variable | Required | Description |
|---|---|---|
EBANX_INTEGRATION_KEY | Yes | Integration key from EBANX dashboard |
EBANX_SANDBOX | No | Set to "true" for sandbox mode |
create_subscription — Create a recurring subscriptioncancel_payment — Cancel a pending paymentget_merchant_info — Get merchant account informationcreate_split — Create split payment rulesbatch_payouts — Process multiple payouts in a single requestdetailed_reports — Generate detailed financial reportsWant to contribute? Open a PR or request a tool.
Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.
MIT
FAQs
MCP server for EBANX — cross-border payments, payouts, exchange rates
The npm package @codespar/mcp-ebanx receives a total of 25 weekly downloads. As such, @codespar/mcp-ebanx popularity was classified as not popular.
We found that @codespar/mcp-ebanx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.