Skip to content

Payment Gateway

Mollie MCP connector

The Mollie connector brings your balances, settlements, invoices, chargebacks and payment profiles to Claude, ChatGPT, Cursor and any MCP client, so once connected, each person can ask about Mollie money in plain language inside their own access.

  • 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 Mollie to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Mollie once

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

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

  3. Paste a Mollie API key. One person generates a token in Mollie 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.

mollie
Mollie
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.

Connect Mollie to 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.

Connect Mollie to 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.

Connect Mollie to 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 Mollie 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 Mollie through Elaichi

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

  • Finance

    Check what Mollie will pay out next

    Ask for the open settlement and the next scheduled one, and see which payments, captures and refunds are inside it before the money lands in the bank.

  • Accounting

    Reconcile a settlement against the bank

    Pull every payment, refund and chargeback that made up a settlement and match the total to the deposit, without exporting anything by hand.

  • Accounting

    Find the Mollie invoice for month end

    List Mollie's own invoices for the period, open the one you need and read off the fees so the books close on time.

  • Support

    Trace a disputed charge to a settlement

    When a customer disputes a charge, find the chargeback, see which settlement it was deducted from and give the customer a clear answer.

  • Operations

    Set up a Mollie profile for a new store

    Create a new payment profile for a storefront or brand from a short request, then confirm it appears alongside your existing profiles.

  • Leadership

    Get a balance snapshot before a meeting

    Ask for current balances across every currency and the latest balance report, and walk in knowing exactly what is available and what is pending.

Try asking

  • “Show last week's Mollie settlements by balance.”
  • “Which payments were refunded in the last 30 days?”
  • “Summarize balance transactions for our primary Mollie balance.”

See all 124 Mollie tools below

AI tools

Mollie tools for your AI agents

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

See it in Elaichi

What connecting Mollie gets you

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

The agent

Ask about settlements, get answers back.

Type a question in plain language and read live Mollie balances and payments.

  • settlements
  • payments
  • refunds
  • balances

Ask Elaichi to work across your apps.

Show last week's Mollie settlements by balance.

Which payments were refunded in the last 30 days?

Summarize balance transactions for our primary Mollie balance.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Mollie.

One governed MCP endpoint over OAuth, 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

124 Mollie tools ready to call.

Balances, settlements, payments, refunds and captures covered without writing custom code.

  • Create a Mollie oauth 2 token
  • Mollie oauth 2 tokens bulk delete
  • List all Mollie balances
  • Get single Mollie balance by ID
ElaichiTools
Tool Action Description
Create a Mollie oauth 2 token Create Generate Mollie OAuth2 tokens by exchanging an authorization code or refreshing an existing token. Returns: access_token, refresh_token, expires_in, token_type, scope. Use grant_type `authorization_code` with a `code` parameter, or `refresh_token` with a `refresh_token` parameter. Required: grant_type.
Mollie oauth 2 tokens bulk delete Delete Revoke a Mollie OAuth2 access token or refresh token. Once revoked, the token can no longer be used; revoking a refresh token also revokes all access tokens created from the same authorization. Returns an empty 204 response on success. Required: token_type_hint, token.
List all Mollie balances List List all Mollie balances including the primary balance, paginated. Returns each balance's id, currency, availableAmount, pendingAmount, status, transferFrequency, transferThreshold, transferReference, transferDestination, createdAt, mode, and description. Optionally filter by currency.
Get single Mollie balance by ID Get Get a single Mollie balance by id. Returns the balance object including available and pending amounts, currency, transfer frequency, transfer threshold, transfer destination, and status. Required: id.
List all Mollie balances primaries List Retrieve the primary balance of your Mollie account — the balance of your account's primary currency where all payments settle by default. Returns: resource, id, mode, createdAt, currency, description, status, transferFrequency, transferThreshold, transferReference, transferDestination, availableAmount, pendingAmount, _links. No required parameters.

Toolboxes

Every team gets its own toolbox.

Finance sees settlements, support sees refunds, each toolbox scoped to one team.

  • Finance
  • Support
  • Engineering
  • Operations
ElaichiToolboxes
Name Source template Tools Created

Finance toolbox

Mollie · settlements and balance reports

Mollie starter 18 Mar 4, 2026

Support toolbox

Mollie · payments and refunds

9 Mar 2, 2026

Engineering toolbox

Mollie · payment captures and tokens

24 Feb 27, 2026

Operations toolbox

Mollie · balance transactions and payouts

Mollie starter 6 Feb 19, 2026

Risk toolbox

Mollie · chargebacks and disputed payments

31 Jan 30, 2026

Leadership toolbox

Mollie · revenue and settlement summaries

12 Jan 22, 2026

Shared connections

Share a Mollie account, not a key.

See who connected each account and how many teams and members use it.

  • Finance HQ
  • Support EMEA
  • Marketplace payouts
  • Subscriptions
ElaichiConnections
Connection Scope Status Access
MO

Mollie (Finance HQ)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
MO

Mollie (Support EMEA)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
MO

Mollie (Marketplace payouts)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
MO

Mollie (Subscriptions)

Connected by Daniel Ortega

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

Mollie (Risk and disputes)

Connected by Clara Nowak

Personal • Active Not shared
MO

Mollie (Engineering sandbox)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every refund call is on the record.

When, who, what happened, type and resource for each Mollie call.

  • 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]

Mollie Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Mollie Settlements Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Mollie Settlements 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 fires, the digest posts itself.

Fetch settlements, group them, draft a digest, approve it, post back to Mollie.

Mollie digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch settlements

    Mollie

    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

    Mollie

    Queued

Collections and dashboards

Payment numbers land before anyone asks.

Four metrics, 14 days of payments and a team breakdown, computed on schedule.

Mollie health

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

Live

Settlements

1,284 ↓ 12%

Payments

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Settlements created

Last 14 days

By team

Share of activity

Finance HQ 34%

Support EMEA 27%

Marketplace payouts 21%

Subscriptions 18%

FAQ

Frequently asked questions

How do I connect Mollie to Claude?

Connect Mollie in Elaichi first, which means pasting your Mollie API key into the connection screen. There is no OAuth application to register and no client ID or secret to generate. Then open Claude, go to Customize, then Connectors, then Add, and paste the endpoint https://api.elaichi.ai/mcp. Claude will ask you to sign in to Elaichi, and from then on it can work with your Mollie account.

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

Yes. Once Mollie 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 Mollie once and every client you use picks it up.

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

With Mollie connected, an agent can look up your balances and balance reports, list settlements and show the payments, captures, refunds and chargebacks inside each one, find Mollie invoices, and read your organization details and payment profiles. It can also create a new payment profile when you ask. Because Mollie exposes many actions, short concrete asks like "show the open settlement" work better than long paragraphs.

Does connecting Mollie give the AI access to my whole organization?

No. Every call to Mollie through Elaichi runs inside the access of the API key and the person who signed in, so the agent sees only the balances, settlements and profiles that key already reaches. Elaichi can narrow that further, for example to read-only questions about settlements, but it can never grant the agent more than the underlying Mollie access allows.

Can my team share one Mollie connection?

Yes. One person connects Mollie with the API key and shares the connection with a team in Elaichi, and nobody else ever sees or handles the key. Each teammate still signs in to Elaichi as themselves, so the audit log names the actual person who checked a Mollie balance or created a profile.

Can I stop an agent from changing things in Mollie?

Yes. Restrictions in Elaichi apply per action, so you can allow reading Mollie settlements, invoices and balances while blocking the creation of payment profiles or tokens. A blocked action is never shown to Claude, ChatGPT or any other client, so no prompt, however worded, can reach it.

What happens to a Mollie connection when someone leaves?

Offboarding a person in Elaichi ends their access to Mollie at once, across every client they used. If they were part of a shared Mollie connection, that connection keeps working for everyone else on the team. Disconnecting Mollie once in Elaichi removes it from Claude, ChatGPT, Cursor and every other client at the same time.

Put Mollie in front of your team

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