MCP Airwallex runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
Today is the operative word: we check MCP Airwallex every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-airwallex -- npx -y @codespar/mcp-airwallex
{
"mcpServers": {
"mcp-airwallex": {
"args": [
"-y",
"@codespar/mcp-airwallex"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-airwallex]
command = "npx"
args = ["-y", "@codespar/mcp-airwallex"]
{
"mcpServers": {
"mcp-airwallex": {
"args": [
"-y",
"@codespar/mcp-airwallex"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-airwallex": {
"args": [
"-y",
"@codespar/mcp-airwallex"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
AIRWALLEX_CLIENT_ID (Airwallex client id (sent as x-client-id on /authentication/login)), AIRWALLEX_API_KEY (Airwallex API key, secret (sent as x-api-key on /authentication/login)), AIRWALLEX_ENV (Airwallex environment. 'demo' (default, https://api-demo.airwallex.com) or 'production' (https://api.airwallex.com).).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries
MCP server for Rapyd — global collect + disburse across 100+ countries, cash pickup, wallets
MCP server for EBANX — cross-border payments, payouts, exchange rates
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
MCP server for Stone — open banking, payments, Pix, transfers
Answers built from our own checks of this server.