Skip to content

Airwallex MCP connector

Connect Airwallex to Elaichi and Claude, ChatGPT, Cursor and the Elaichi Agent can look up and manage billing checkouts, credit notes, GL accounts and tax codes, with every action logged.

  • How it connects. Connects with an API key. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Airwallex to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Airwallex once

  1. Open Connections, choose Add connection, and pick Airwallex.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Paste an Airwallex API key. One person generates a token in Airwallex and pastes it once. Everyone else works through Share with, and never sees it.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

airwallex
Airwallex
Chimoney
Circle
Dwolla
Finexio
Flutterwave
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Airwallex MCP connector for Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Airwallex MCP connector for ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Airwallex MCP connector for Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Airwallex to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Airwallex through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Billing

    Issue a credit note after a dispute

    When a customer disputes a charge, ask the agent to create the credit note in Airwallex, add the right line items and confirm the amount before it goes out.

  • Finance

    Keep the chart of accounts tidy

    List every GL account in Airwallex, spot the ones with unclear names, and update them so month end mapping matches the general ledger.

  • Accounting

    Set up tax codes for a new market

    Create the tax codes Airwallex needs for a new country and check the existing ones so every checkout carries the right rate.

  • Support

    Check a checkout before replying

    Pull up a customer's Airwallex billing checkout by ID, see whether it is open, paid or canceled, and answer the ticket with the facts in front of you.

  • Revenue operations

    Review open checkouts each morning

    Ask for all Airwallex billing checkouts still open this week, grouped by customer, so someone can chase the ones that have gone quiet.

  • Treasury

    Know what the account can do

    Check which Airwallex account capabilities are enabled and what the funding limits are before committing to a new payment flow.

Try asking

  • “Show credit notes issued this week and their totals”
  • “Which billing checkouts are still open for Acme?”
  • “Create a tax code for 20% VAT in the UK”

See all 337 Airwallex tools below

AI tools

Airwallex tools for your AI agents

337 tools are ready to call through Elaichi's MCP endpoint the moment you connect Airwallex, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

Showing 197 of 337 Airwallex tools here. Connect Airwallex and call search_tools or tools/list over the MCP endpoint for the complete set.

See it in Elaichi

What connecting Airwallex gets you

6 screens from the product, each doing one job for your Airwallex account.

The agent

Ask about credit notes in plain language.

Type a question and the Elaichi Agent answers from live Airwallex records.

  • checkouts
  • credit notes
  • gl accounts
  • tax codes

Ask Elaichi to work across your apps.

Show credit notes issued this week and their totals

Which billing checkouts are still open for Acme?

Create a tax code for 20% VAT in the UK

Also runs in Claude, ChatGPT or Cursor

MCP clients

One endpoint reaches Airwallex from every client.

Claude, ChatGPT and Cursor connect over OAuth, with no SDK and no shared API key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

337 Airwallex tools, ready without writing code.

Checkouts, credit notes, GL accounts, tax codes and capabilities, covered without custom code.

  • Airwallex account capabilities enable
  • Get single Airwallex account capability by ID
  • List all Airwallex account capabilities funding limits
  • List all Airwallex accounting gl accounts
ElaichiTools
Tool Action Description
Airwallex account capabilities enable Enable Enable a specific capability for your Airwallex account by submitting an enable request. Returns: comment, details, entity_type, id, status, updated_at. Required: account_capability_id and id. Body varies by capability — payment methods accept enroll_sme_program; transfer_cny_local requires entity_type plus declarant details.
Get single Airwallex account capability by ID Get Get the status of a single Airwallex account capability by its unique identifier. Returns the capability's id, status, entity_type, comment, details (including reason_codes), and updated_at. Required: id.
List all Airwallex account capabilities funding limits List List Airwallex funding limits, e.g. the available funding limit or Faster Direct Debit limit before initiating a Direct Debit from a Linked Account or Funding Source. Returns: has_more, items. Filter by ccy, effective_at, or mandate_type.
List all Airwallex accounting gl accounts List List all General Ledger (GL) accounts used in Airwallex Spend, filterable by status, external_id, or legal_entity_id. Returns: id, code, value, value_label, external_id, legal_entity_ids, status, created_at, updated_at. Max 100 per page.
Get single Airwallex accounting gl account by ID Get Get a single General Ledger (GL) account by id. Returns: id, code, value, value_label, external_id, legal_entity_ids, status, created_at, updated_at. Required: id.

Toolboxes

Every team gets its own Airwallex toolbox.

Finance sees GL accounts and tax codes, billing sees checkouts and credit notes.

  • Finance
  • Billing
  • Accounting
  • Support
ElaichiToolboxes
Name Source template Tools Created

Finance toolbox

Airwallex · GL accounts and tax codes

Airwallex starter 18 Mar 4, 2026

Billing toolbox

Airwallex · checkouts and credit notes

9 Mar 2, 2026

Accounting toolbox

Airwallex · ledger mapping and month end

24 Feb 27, 2026

Support toolbox

Airwallex · checkout lookups and credit notes

Airwallex starter 6 Feb 19, 2026

Revenue operations toolbox

Airwallex · open checkouts and collections

31 Jan 30, 2026

Treasury toolbox

Airwallex · account capabilities and funding limits

12 Jan 22, 2026

Shared connections

Share one Airwallex connection, keep the key hidden.

Teammates issue credit notes through a shared connection without ever seeing the API key.

  • Finance
  • Billing
  • Accounting
  • Support
ElaichiConnections
Connection Scope Status Access
AI

Airwallex (Finance)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
AI

Airwallex (Billing)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
AI

Airwallex (Accounting)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
AI

Airwallex (Support)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
AI

Airwallex (Treasury)

Connected by Clara Nowak

Personal • Active Not shared
AI

Airwallex (Revenue operations)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Know who canceled which Airwallex checkout.

Every call lands in an append-only log with who, when, action and resource.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Airwallex Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Airwallex Checkouts Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Airwallex Checkouts List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule drafts your Airwallex billing digest.

New credit notes are fetched, grouped, drafted, approved by a person, then posted back to Airwallex.

Airwallex digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch checkouts

    Airwallex

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Airwallex

    Queued

Collections and dashboards

Airwallex checkout health, computed with no model.

Four metrics, 14 days of credit notes created, and a team breakdown, refreshed on schedule.

Airwallex health

Refreshed 4 minutes ago · every 15 minutes · from the checkouts collection

Live

Checkouts

1,284 ↓ 12%

Credit notes

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Checkouts created

Last 14 days

By team

Share of activity

Finance 34%

Billing 27%

Accounting 21%

Support 18%

FAQ

Frequently asked questions

How do I connect Airwallex to Claude?

First connect Airwallex in Elaichi by pasting in an API key from your Airwallex account, which takes about a minute. Then in Claude go to Customize, then Connectors, then Add, and paste the endpoint https://api.elaichi.ai/mcp. There is no OAuth application to register in Airwallex and no client ID or secret to generate.

Does Airwallex work with ChatGPT and Cursor as well as Claude?

Yes. Once Airwallex is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client and the Elaichi Agent. You connect Airwallex once and every client you use picks it up.

What can an AI agent actually do with my Airwallex data?

An agent can look up an Airwallex billing checkout by ID, list the ones still open, create or cancel a checkout, and issue a credit note with the right line items. It can also list, create and update GL accounts and tax codes, and check which account capabilities and funding limits are enabled. Short concrete asks, such as "list open checkouts for Acme", work better than long sentences.

Does connecting Airwallex give the AI my whole Airwallex account?

No. Everything an agent does in Airwallex runs inside the access of the person who signed in, so it can only reach the checkouts, credit notes, GL accounts and tax codes that person could already reach. Elaichi can narrow that access further with roles and restrictions, and it never widens it.

Can my team share one Airwallex connection?

Yes. One person connects Airwallex in Elaichi and shares the connection with a team, and nobody else ever handles the API key. Each teammate still signs in to Elaichi as themselves, so the audit log names the person behind every Airwallex action, not the account.

Can I stop an agent from deleting or changing things in Airwallex?

Yes. Restrictions in Elaichi apply per action, so you can allow reading Airwallex checkouts and credit notes while blocking deleting a credit note or canceling a checkout. A restricted action is never advertised to the AI client at all, so no prompt, however worded, can reach it.

What happens to an Airwallex connection when someone leaves?

Offboarding a person in Elaichi ends their access to Airwallex at once, across Claude, ChatGPT, Cursor and every other client. A shared Airwallex connection keeps working for everyone else on the team. If you want to remove Airwallex entirely, disconnecting it once in Elaichi removes it from every client.

Does the Airwallex MCP connector work with Gemini, Codex, Claude Code or other MCP clients?

Yes. Airwallex is reached over the same MCP endpoint every client uses, so anything that speaks MCP can call it — Gemini, Codex, Claude Code, Windsurf, Cline, Zed and OpenCode among them — alongside Claude, ChatGPT, Cursor, and the Elaichi Agent. The tools on offer and the access behind them are identical whichever client asks. Only the setup screen differs.

Put Airwallex in front of your team

14 days on Gold, no credit card. Connect it once and pick what each team can call.

Works with
Claude ChatGPT Cursor and any other MCP client, or the Elaichi Agent.
When the trial ends
Nothing is deleted. Connections, roles and the audit log stay where they are, so subscribing picks up exactly where you left off.