Skip to content

Payment Gateway

Orum MCP connector

The Orum connector lets Claude, ChatGPT, Cursor, and the Elaichi Agent look up, create, and update the people, businesses, bank accounts, and cards you pay through Orum, with every action tied to the person who signed in and recorded in an audit log.

  • How it connects. App credentials. 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 Orum to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Orum once

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

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

  3. Paste your Orum app credentials. Orum authenticates the app rather than a person. One person supplies the credentials once, and everyone else works through Share with.

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

Add connection

Choose a connector.

orum
Orum
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 Orum 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 Orum 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 Orum 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 Orum 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 Orum through Elaichi

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

  • Finance

    Add a new payee before the first payout

    When a contractor or vendor is ready to be paid, create the person or business in Orum and attach their bank account in one ask, instead of clicking through the dashboard field by field.

  • Operations

    Fix a payee's bank details after a bounce

    When a payout fails because an account number changed, find the payee in Orum, correct the external account, and confirm the update landed, all from the chat you are already in.

  • Support

    Answer 'where is my payment' without switching tabs

    Pull up a customer's Orum record, see which bank accounts and cards are on file, and tell them exactly which one their money is headed to.

  • Compliance

    Review who is set up to receive money

    List every person and business in Orum, check the details against your own records, and flag anything that looks incomplete or out of date.

  • Payments operations

    Update many payee records at once

    When a batch of vendors moves to a new legal entity or address, apply the change across all the affected Orum businesses in a single request rather than one at a time.

  • Onboarding

    Check a new customer is fully set up

    Before their first payout, confirm the Orum person exists, has at least one bank account or card linked, and that nothing is missing from the record.

Try asking

  • “Which deliver businesses had failed payments this week?”
  • “List deliver persons added in the last 30 days.”
  • “Show total transfers processed by deliver business this month.”

See all 70 Orum tools below

AI tools

Orum tools for your AI agents

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

See it in Elaichi

What connecting Orum gets you

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

The agent

Ask Orum payment questions, get instant answers.

Type a question about deliver persons or businesses and get answers from live records.

  • deliver persons
  • deliver businesses
  • payments
  • transfers

Ask Elaichi to work across your apps.

Which deliver businesses had failed payments this week?

List deliver persons added in the last 30 days.

Show total transfers processed by deliver business this month.

Also runs in Claude, ChatGPT or Cursor

MCP clients

One endpoint connects every MCP client to Orum.

Claude, ChatGPT and Cursor reach Orum through one governed endpoint, no SDK or shared key needed.

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

70 Orum tools, no custom code required.

Browse all 70 Orum tools, resources and methods in one catalog.

  • List all Orum deliver persons
  • Create a Orum deliver person
  • Orum deliver persons bulk update
  • Get single Orum deliver person by ID
ElaichiTools
Tool Action Description
List all Orum deliver persons List List all persons in Orum Deliver, ordered by most recently created. Returns: id, customer_reference_id, first_name, middle_name, last_name, date_of_birth, status, addresses, contacts, status_reasons, created_at, updated_at, closed_at, metadata, social_security_number. Max 500 results per page.
Create a Orum deliver person Create Create a person in Orum Deliver to represent a human customer. Returns the created person object including id, customer_reference_id, first_name, last_name, date_of_birth, status, and created_at. Required: customer_reference_id, first_name, last_name.
Orum deliver persons bulk update Update Update a person in Orum Deliver by customer reference id. Returns the updated person object including id, customer_reference_id, first_name, last_name, status, and updated_at. Required: customer_reference_id, first_name, last_name.
Get single Orum deliver person by ID Get Get a person by id in Orum. Returns the person object including id, customer_reference_id, first_name, last_name, status, addresses, and created_at. Required: id.
Update a Orum deliver person by ID Update Update a person by id in Orum. Returns the updated person object including id, customer_reference_id, first_name, last_name, status, addresses, and updated_at. Customer reference id cannot be changed. Required: id, customer_reference_id, first_name, last_name.

Toolboxes

Every team gets its own Orum toolbox.

Sales, finance and support each work from a toolbox scoped to their role.

  • Finance
  • Payments Ops
  • Engineering
  • Support
ElaichiToolboxes
Name Source template Tools Created

Finance toolbox

Orum · payouts and reconciliation

Orum starter 18 Mar 4, 2026

Payments Ops toolbox

Orum · transfers and settlement

9 Mar 2, 2026

Engineering toolbox

Orum · API integration and webhooks

24 Feb 27, 2026

Support toolbox

Orum · payment issue resolution

Orum starter 6 Feb 19, 2026

Compliance toolbox

Orum · KYC and risk review

31 Jan 30, 2026

Sales toolbox

Orum · onboarding deliver businesses

12 Jan 22, 2026

Shared connections

Teammates use Orum without ever seeing credentials.

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

  • Payments Ops
  • Finance
  • Compliance
  • Support
ElaichiConnections
Connection Scope Status Access
OR

Orum (Payments Ops)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
OR

Orum (Finance)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
OR

Orum (Compliance)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
OR

Orum (Support)

Connected by Daniel Ortega

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

Orum (Engineering)

Connected by Clara Nowak

Personal • Active Not shared
OR

Orum (Growth)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Orum action is logged and traceable.

Track who did what in Orum, when it happened, and which resource it touched.

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

Orum Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Orum Deliver persons Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Orum Deliver persons 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 triggers real work in Orum.

A trigger fetches Orum records, drafts a digest, waits for approval, then posts back.

Orum digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch deliver persons

    Orum

    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

    Orum

    Queued

Collections and dashboards

Orum health, tracked automatically, refreshed on schedule.

Four metrics and a 14 day chart show deliver activity across teams, no model involved.

Orum health

Refreshed 4 minutes ago · every 15 minutes · from the deliver persons collection

Live

Deliver persons

1,284 ↓ 12%

Deliver businesses

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Deliver persons created

Last 14 days

By team

Share of activity

Payments Ops 34%

Finance 27%

Compliance 21%

Support 18%

FAQ

Frequently asked questions

How do I connect Orum to Claude?

Connecting Orum to Claude takes two steps. First, connect Orum in Elaichi by pasting the app credentials from your Orum dashboard; 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 Elaichi endpoint https://api.elaichi.ai/mcp. Claude signs you in as yourself and Orum is ready to use.

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

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

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

With Orum connected, an agent can find a payee by name, create a new person or business to pay, add or correct their bank account, see which cards are on file, and update many records in one go. Orum has a lot of actions available, so the agent searches for the right one as you ask; short concrete requests like 'update the bank account for Acme Ltd' work better than long paragraphs.

Does connecting Orum give the AI access to everything in my Orum account?

No. The AI acts inside the access of the person who signed in, so it can only see and change the Orum payees, bank accounts, and cards that person could already reach. Elaichi can narrow that further by blocking specific actions for a team, but it can never grant more than the signed-in person already has in Orum.

Can my team share one Orum connection?

Yes. One person connects Orum in Elaichi and shares the connection with a team, and nobody else ever handles the Orum app credentials. Each teammate still signs in to Elaichi as themselves, so every action on an Orum payee or bank account is logged under the name of the person who asked for it.

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

Yes. Restrictions in Elaichi work per action, so you can allow looking up Orum payees while blocking deleting a person, a business, or a bank account. A blocked action is never shown to Claude, ChatGPT, or any other client at all, so no prompt, however worded, can reach it.

What happens to an Orum connection when someone leaves the company?

When you offboard someone in Elaichi, their access to Orum through every AI client ends at once. If they had shared an Orum connection with a team, it keeps working for everyone else. If you ever want Orum gone entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client together.

Put Orum in front of your team

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