BeClaude

airwallex-agentos

New
Official PluginGeneralby Airwallex

Bring Airwallex's global financial infrastructure to Claude. Orchestrate actions across your account in plain language, e.g., set up invoices from a PO, onboard suppliers from invoices, and check current cash position across currencies. AgentOS bundles pre-built finance Skills with MCP servers. A public CLI connects your agent to Airwallex's capabilities.

First seen 6/4/2026

Summary

The Airwallex CLI plugin for Claude enables developers to manage payments, billing, invoicing, beneficiary creation, card provisioning, and cashflow operations directly from the command line.

  • It streamlines financial workflows by integrating Airwallex's global payment infrastructure into your development environment, reducing manual API calls and accelerating business operations.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "airwallex-agentos": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Create and manage invoices for international clients with multi-currency support.
Provision virtual or physical cards for team expenses and automate spending controls.
Set up beneficiaries for one-time or recurring payouts to vendors or contractors.
Monitor cashflow and reconcile transactions across multiple accounts and currencies.
Automate billing workflows by generating and sending invoices via the Airwallex API.
Handle payment collection and refunds for e-commerce or subscription services.

Usage Examples

1

/airwallex create invoice --customer-id cust_123 --amount 5000 --currency USD --due-date 2025-06-01

2

/airwallex provision card --type virtual --limit 10000 --currency SGD --assignee [email protected]

3

/airwallex list beneficiaries --status active --limit 20

View source on GitHub
mcpagent

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is airwallex-agentos?

The Airwallex CLI plugin for Claude enables developers to manage payments, billing, invoicing, beneficiary creation, card provisioning, and cashflow operations directly from the command line. It streamlines financial workflows by integrating Airwallex's global payment infrastructure into your development environment, reducing manual API calls and accelerating business operations.

How to install airwallex-agentos?

To install airwallex-agentos: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "airwallex-agentos": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is airwallex-agentos best for?

airwallex-agentos is a mcp categorized under General. It is designed for: mcp, agent. Created by Airwallex.

What can I use airwallex-agentos for?

airwallex-agentos is useful for: Create and manage invoices for international clients with multi-currency support.; Provision virtual or physical cards for team expenses and automate spending controls.; Set up beneficiaries for one-time or recurring payouts to vendors or contractors.; Monitor cashflow and reconcile transactions across multiple accounts and currencies.; Automate billing workflows by generating and sending invoices via the Airwallex API.; Handle payment collection and refunds for e-commerce or subscription services..