Sign In

@codespar/mcp-ebanx

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-ebanx

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

npmnpm
Version
0.1.2
Version published
Weekly downloads
44
-13.73%
Maintainers
1
Weekly downloads
 
Created
Source

@codespar/mcp-ebanx

MCP server for EBANX — cross-border payments for Latin America

npm License: MIT

Quick Start

Claude Desktop

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 Code

claude mcp add ebanx -- npx @codespar/mcp-ebanx

Cursor / VS Code

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"
      }
    }
  }
}

Tools

ToolDescription
create_paymentCreate a payment in EBANX (boleto, credit card, PIX, etc.)
get_paymentGet payment details by hash
list_paymentsList payments by date range
refundRefund a payment (full or partial)
create_payoutCreate a payout to a bank account
exchange_rateGet current exchange rate for a currency pair
get_banksList available banks for a country

Authentication

EBANX uses an integration key passed in the request body/query parameters.

Sandbox / Testing

EBANX provides a sandbox at sandbox.ebanx.com. Set EBANX_SANDBOX=true to use it.

Get your credentials

  • Go to EBANX Dashboard
  • Create a developer account
  • Get your integration key
  • Set the EBANX_INTEGRATION_KEY environment variable

Environment Variables

VariableRequiredDescription
EBANX_INTEGRATION_KEYYesIntegration key from EBANX dashboard
EBANX_SANDBOXNoSet to "true" for sandbox mode

Roadmap

v0.2 (planned)

  • create_subscription — Create a recurring subscription
  • cancel_payment — Cancel a pending payment
  • get_merchant_info — Get merchant account information
  • create_split — Create split payment rules

v0.3 (planned)

  • batch_payouts — Process multiple payouts in a single request
  • detailed_reports — Generate detailed financial reports

Want to contribute? Open a PR or request a tool.

Enterprise

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.

License

MIT

Keywords

mcp

FAQs

Package last updated on 12 Apr 2026

Did you know?

Socket

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.

Install

Related posts