
Airwallex
Integrate with the Airwallex Platform using Claude
About Airwallex
Airwallex provides payment and financial platform capabilities for developers building on its APIs. Its MCP server brings Airwallex documentation, API references, and sandbox testing context into assistant workflows for integration planning, troubleshooting, simulations, and go-live preparation.
Connection details
https://mcp-demo.airwallex.com/developerTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add airwallex --transport http https://mcp-demo.airwallex.com/developerFrequently asked questions
What is the Airwallex remote MCP server?
The Airwallex remote MCP server is a hosted Model Context Protocol endpoint at https://mcp-demo.airwallex.com/developer, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Airwallex MCP server?
Add the endpoint https://mcp-demo.airwallex.com/developer to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Airwallex MCP server require authentication?
Yes. Airwallex uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Airwallex MCP server use?
Airwallex exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.