Skip to content

Ecommerce

Refersion MCP connector

The Refersion connector lets Claude, ChatGPT, Cursor, and other AI clients look up affiliates, conversions, offers, clicks, and orders in your Refersion account, and update them, with each person signed in as themselves and every action logged.

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

Two steps, about a minute.

1

In Elaichi

Connect Refersion once

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

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

  3. Paste your Refersion app credentials. Refersion 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.

refersion
Refersion
Bigcommerce
Bol.com
Channable
Clover
Ecwid
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 Refersion 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 Refersion 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 Refersion 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 Refersion 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 Refersion through Elaichi

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

  • Partnerships

    Catch an affiliate up after a call

    Ask for an affiliate's recent activity, clicks, and conversions before the call, then have their record and custom fields updated afterward so what was agreed is written down in Refersion.

  • Finance

    Review conversions before the payout run

    Pull the month's conversions, check counts against what the affiliate program budgeted, and update the ones that need a status change in one pass instead of clicking through them individually.

  • Support

    Credit an order a link missed

    When an affiliate says a customer bought but the sale was not tracked, find the order, credit it to the right affiliate, or create a manual credit, and confirm back to them in minutes.

  • Marketing

    Duplicate an offer for the next campaign

    Copy an existing offer, change the commission terms and dates for the new promotion, and see which promotion methods affiliates are actually using before you brief them.

  • Ecommerce operations

    Find the order behind a disputed commission

    Search orders by the details an affiliate gives you, open the matching conversion, and settle whether the commission was recorded correctly without leaving your chat window.

  • Affiliate marketing

    Onboard new affiliates without the admin slog

    Get the referral link for a new affiliate, resend the welcome email to anyone who has not activated, and see at a glance how many affiliates and Amazon products are in the program.

Try asking

  • “Which affiliates drove the most conversions last month?”
  • “Show me pending custom fields for our top affiliates.”
  • “List conversions flagged for review this week.”

See all 43 Refersion tools below

AI tools

Refersion tools for your AI agents

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

See it in Elaichi

What connecting Refersion gets you

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

The agent

Ask Refersion for answers, not exports.

Elaichi answers questions about affiliates and conversions straight from live Refersion records.

  • affiliates
  • conversions
  • links
  • custom fields

Ask Elaichi to work across your apps.

Which affiliates drove the most conversions last month?

Show me pending custom fields for our top affiliates.

List conversions flagged for review this week.

Also runs in Claude, ChatGPT or Cursor

MCP clients

One Refersion endpoint, every MCP client.

Claude, ChatGPT and Cursor connect through one governed endpoint, no SDK or shared 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

43 Refersion tools, zero custom code.

The catalog lists every Refersion tool, resource and method Elaichi exposes to your teams.

  • List all Refersion affiliates
  • Update a Refersion affiliate by ID
  • Delete a Refersion affiliate by ID
  • Refersion affiliates get activity
ElaichiTools
Tool Action Description
List all Refersion affiliates List List Refersion affiliates with profile information, offer details, and performance metrics. Supports filtering by status, search term, offer IDs, and performance thresholds. Returns: id, code, isTestAccount, ableToEdit, plus, uniqueMerchantId, parentAffiliateId, status, locked, firstName, lastName, company, email, paypalEmail, phone, offer, address, url, createdAt, updatedAt, timezone, source,…
Update a Refersion affiliate by ID Update Update a Refersion affiliate's details including status, lock state, offer assignment, custom fields, URL configuration, and profile information. Supports partial updates — only provided fields are updated. The locked field cannot be combined with status in the same request, and is only accepted when the affiliate's current status is APPROVED. Required: id. Returns an empty 204 response on…
Delete a Refersion affiliate by ID Delete Soft-delete a Refersion affiliate by setting its status to DELETED. The affiliate must not have any pending or unpaid conversions. Already-deleted or hidden affiliates are treated as not found. Required: id. Returns an empty 204 response on success.
Refersion affiliates get activity Get Get weekly conversion, payment, and click activity for a specific Refersion affiliate. Returns a merged timeline ordered by date descending, capped at 10 entries. Each source is independently bounded to the rolling last 10 weeks and capped at 5 entries. The response is polymorphic on type: conversion entries include conversionCount, total, and currency; payment entries include…
Refersion affiliates get count Get Get Refersion affiliate counts grouped by status (pending, approved, denied). The deniedCount includes BANNED affiliates. Supports the same filter parameters as the list affiliates endpoint; performance-specific filters narrow only the approvedCount. When called without filters, results are cached for 1 minute. Returns: pendingCount, approvedCount, deniedCount.

Toolboxes

Every team gets its own Refersion toolbox.

Toolboxes scope Refersion access by team, so each group sees only what it needs.

  • Affiliate Marketing
  • Ecommerce Ops
  • Finance
  • Customer Support
ElaichiToolboxes
Name Source template Tools Created

Affiliate Marketing toolbox

Refersion · affiliate recruitment and payouts

Refersion starter 18 Mar 4, 2026

Ecommerce Ops toolbox

Refersion · conversions and order tracking

9 Mar 2, 2026

Finance toolbox

Refersion · commission and payout reconciliation

24 Feb 27, 2026

Customer Support toolbox

Refersion · affiliate account issues

Refersion starter 6 Feb 19, 2026

Growth toolbox

Refersion · campaign performance and links

31 Jan 30, 2026

Data toolbox

Refersion · reporting on affiliates and conversions

12 Jan 22, 2026

Shared connections

Delegated Refersion access, no shared credentials.

The connections table shows who connected each Refersion account and which teams share it.

  • North America Affiliates
  • EU Affiliates
  • Influencer Program
  • Wholesale Partners
ElaichiConnections
Connection Scope Status Access
RE

Refersion (North America Affiliates)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
RE

Refersion (EU Affiliates)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
RE

Refersion (Influencer Program)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
RE

Refersion (Wholesale Partners)

Connected by Daniel Ortega

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

Refersion (Amazon Affiliates)

Connected by Clara Nowak

Personal • Active Not shared
RE

Refersion (Referral Partners)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Refersion call, logged and attributable.

The audit log records when, who and what happened on every Refersion action.

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

Refersion Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Refersion Affiliates Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Refersion Affiliates 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

Refersion digests run themselves, until you approve.

A schedule fetches Refersion records, groups them, drafts a digest, and waits for your approval.

Refersion digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch affiliates

    Refersion

    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

    Refersion

    Queued

Collections and dashboards

Refersion performance, measured on a schedule.

A health dashboard tracks Refersion metrics and records created, refreshed automatically with no model involved.

Refersion health

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

Live

Affiliates

1,284 ↓ 12%

Conversions

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Affiliates created

Last 14 days

By team

Share of activity

North America Affiliates 34%

EU Affiliates 27%

Influencer Program 21%

Wholesale Partners 18%

FAQ

Frequently asked questions

How do I connect Refersion to Claude?

First connect Refersion in Elaichi, which asks for the app credentials shown in your Refersion account; there is no OAuth app to register and no client ID or secret to generate. Then in Claude open Customize, then Connectors, then Add, and paste the endpoint https://api.elaichi.ai/mcp. Sign in with your Elaichi account and Claude can start working with your Refersion affiliates, conversions, and offers.

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

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

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

With Refersion connected, an agent can list and update affiliates, pull an affiliate's activity and referral link, resend a welcome email, review and update conversions, credit an order or create a manual credit, search orders, list clicks and promotion methods, and duplicate or edit offers. Refersion has a lot of actions available, so short, concrete asks such as "show conversions for affiliate Dana this month" work better than long paragraphs.

Does connecting Refersion give the AI access to my whole affiliate program?

Only what the person who connected Refersion can already see and do. Elaichi runs every request inside that person's own Refersion access, and an administrator can narrow it further with restrictions, for example read-only on conversions. Elaichi never widens access beyond what Refersion itself allows.

Can my team share one Refersion connection?

Yes. One person connects Refersion in Elaichi and shares the connection with a team, and nobody else ever handles the Refersion app credentials. Each teammate still signs in to Elaichi as themselves, so the audit log names the actual person who credited a conversion or changed an offer.

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

Yes. Restrictions in Elaichi apply per action, so you can allow reading Refersion affiliates and conversions while blocking deleting affiliates, deleting offers, or bulk updates. A blocked action is never shown to Claude, ChatGPT, or Cursor at all, so no prompt, accidental or otherwise, can reach it.

What happens to a Refersion connection when someone leaves?

Offboarding a person in Elaichi ends their access to Refersion through every AI client at once, with no Refersion credentials to rotate. A shared Refersion connection keeps working for everyone else on the team. If you want Refersion gone entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client together.

Put Refersion in front of your team

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