Cross-border inverse of EBANX โ LatAm sellers collect from abroad (USD/EUR/GBP) and settle locally. Payment intents, refunds, beneficiaries, transfers, FX conversions, multi-currency balances.
$ npm install @codespar/mcp-airwallexAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"airwallex": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-airwallex"
],
"env": {
"AIRWALLEX_CLIENT_ID": "<your_airwallex_client_id>",
"AIRWALLEX_API_KEY": "<your_airwallex_api_key>"
}
}
}
}After restart, your agent can call any of the 20 tools below โ try create_payment_intent first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
AIRWALLEX_CLIENT_IDAirwallex client id (sent as x-client-id on /authentication/login)
AIRWALLEX_API_KEYAirwallex API key, secret (sent as x-api-key on /authentication/login)
AIRWALLEX_ENVAirwallex environment. 'demo' (default, https://api-demo.airwallex.com) or 'production' (https://api.airwallex.com).
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_payment_intentconfirm_payment_intentretrieve_payment_intentcancel_payment_intentcapture_payment_intentlist_payment_intentscreate_refundretrieve_refundMCP is a protocol โ any framework that speaks it can mount this server.