Skip to main content
EB

EBANX

v0.2.1API Key

Pagos transfronterizos para LatAm: métodos de pago locales, conversión de FX y payouts masivos. Tu agente vende globalmente y liquida localmente.

18 herramientas1 env vars🇧🇷 Brasilestable en npm

Qué puede hacer tu agente

EBANX le da a tu agente 18 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • create_paymentCreate a payment in EBANX (boleto, credit card, PIX, etc.)
  • get_paymentGet payment details by hash
  • list_paymentsList payments by date range
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("create_payment", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-ebanx

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "ebanx": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-ebanx"
      ],
      "env": {
        "EBANX_API_KEY": "<your_ebanx_api_key>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 18 herramientas de abajo — probá create_payment primero.

Variables de entorno · 1

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

EBANX_API_KEY
obligatoriosecret

API key for ebanx

Herramientas disponibles · 18

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

WRITEcreate_payment
Create a payment in EBANX (boleto, credit card, PIX, etc.)
WRITEget_payment
Get payment details by hash
WRITElist_payments
List payments by date range
DELETErefund
Refund a payment (full or partial)
WRITEcreate_payout
Create a payout to a bank account
READexchange_rate
Get current exchange rate for a currency pair
READget_banks
List available banks for a country
WRITEquery_payment_by_merchant_code
Get payment details by merchant_payment_code (alternative to hash)

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-ebanx` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
EBANX — MCP server · 18 tools | CodeSpar