airwallex-agentos
NewBring 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.
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
~/.claude.jsonAdd the configuration to "mcpServers": { "airwallex-agentos": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/airwallex create invoice --customer-id cust_123 --amount 5000 --currency USD --due-date 2025-06-01
/airwallex provision card --type virtual --limit 10000 --currency SGD --assignee [email protected]
/airwallex list beneficiaries --status active --limit 20
Security Audits
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..