How to Use the Airwallex MCP in Claude Code
Pipe your Airwallex treasury data directly into your terminal. Automate financial reporting and alerts with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Airwallex MCP to Claude Code
Create your Vinkius account to connect Airwallex to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script Your Treasury Ops
This MCP Server connects Airwallex directly to your shell. Chain commands together to build powerful one-liners. For example, check a balance and pipe it to an alerting script: `claude mcp call airwallex-mcp get_balance --account_id=... | xargs ./check_threshold.sh`. It’s all about automation. Use `list_payments` and `jq` to generate daily JSON reports. Trigger a build based on FX rate changes from `get_fx_rates`. It fits right into your existing cron jobs and shell scripts.
Integrate into CI/CD Pipelines
Run financial checks as part of your deployment process. Add a step to your GitHub Actions that uses Claude Code to call `list_accounts` and confirm an account is active before deploying a service. Because it's a standard CLI command, it runs anywhere. Put it in a Docker container for consistent execution. Use it to run a post-deployment check that verifies a transfer was correctly recorded with `list_transfers`.
Headless Airwallex Access via MCP Server
Connecting is a single terminal command. Once you run `claude mcp add ...`, you don't need a browser or GUI. All interactions happen headlessly in your terminal or in your automated scripts. This is built for running on remote servers. Your Vinkius endpoint token handles authentication, so you don't have to juggle API keys or OAuth tokens in your scripts. It just works.
Set up Airwallex MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeairwallex-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Airwallex transactions." It will automatically discover and invoke the available Airwallex tools.
claude mcp add --transport http airwallex-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Airwallex MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Airwallex MCP today
We host it, we monitor it, we maintain it. You just paste one token.