
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
@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 | Description |
|---|---|
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 |
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 44 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.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.