Cross-border payments for LatAm: local payment methods, FX conversion, and mass payouts. Your agent sells globally and settles locally.
$ npm install @codespar/mcp-ebanxAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"ebanx": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-ebanx"
],
"env": {
"EBANX_API_KEY": "<your_ebanx_api_key>"
}
}
}
}After restart, your agent can call any of the 18 tools below โ try create_payment first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
EBANX_API_KEYAPI key for ebanx
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_paymentget_paymentlist_paymentsrefundcreate_payoutexchange_rateget_banksquery_payment_by_merchant_codeMCP is a protocol โ any framework that speaks it can mount this server.