Skip to content

Loop Subscriptions MCP connector

The Loop Subscriptions connector lets Claude, ChatGPT, Cursor, or any MCP client look up, pause, reschedule, and change a customer's subscription through one governed endpoint, each action tied to the signed-in person and 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 Loop Subscriptions to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Loop Subscriptions once

  1. Open Connections, choose Add connection, and pick Loop Subscriptions.

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

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

loop subscriptions
Loop Subscriptions
Bigcommerce
Bol.com
Channable
Cin7
Clover
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.

Loop Subscriptions 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.

Loop Subscriptions 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.

Loop Subscriptions 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 Loop Subscriptions 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 Loop Subscriptions through Elaichi

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

  • Support

    Pause a subscription while a customer travels

    A customer writes in before a trip. Pull up their Loop Subscriptions subscription, pause it, set the date it resumes, and confirm the next charge date back to them in the same conversation.

  • Retention

    Win back a canceled subscriber

    When a lapsed customer says yes to an offer, reactivate their subscription, move them to the new plan, and add prepaid credits so the first box back is on you.

  • Fulfillment

    Fix an address before the box ships

    Catch a moved customer before the next order goes out. Update the shipping address and switch the shipping method on the subscription without opening the store admin.

  • Finance

    Adjust a charge without touching the calendar

    Apply a charge offset or adjust prepaid credits on a subscription to honor a refund or a promo, and see exactly which subscriptions were changed and by whom.

  • Merchandising

    Swap a discontinued product for everyone

    When a flavor is retired, swap that line to its replacement across every affected subscription in one pass, then add a one-time sample to the next order.

  • Operations

    Shift billing dates for a whole cohort

    Move the billing anchor for a group of subscriptions ahead of a warehouse closure, or reschedule a batch of next charges, and check the result before anything bills.

Try asking

  • “Pause Maria Chen's coffee subscription until the first of next month.”
  • “Which subscriptions are paused right now?”
  • “Swap the medium roast line on subscription 48213 to dark roast.”

See all 75 Loop Subscriptions tools below

AI tools

Loop Subscriptions tools for your AI agents

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

See it in Elaichi

What connecting Loop Subscriptions gets you

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

The agent

Ask about any subscription in plain language.

Ask which subscriptions are paused and get the answer from live Loop Subscriptions records.

  • subscriptions
  • subscription lines
  • prepaid credits
  • payment methods

Ask Elaichi to work across your apps.

Pause Maria Chen's coffee subscription until the first of next month.

Which subscriptions are paused right now?

Swap the medium roast line on subscription 48213 to dark roast.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Loop Subscriptions works in Claude, ChatGPT and Cursor.

One governed endpoint, no SDK and no shared API key, connected once for every client.

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

75 Loop Subscriptions tools, no code to write.

Pause, reschedule, cancel, swap lines and change plans, every action cataloged and ready.

  • Get single Loop Subscriptions subscription by ID
  • List all Loop Subscriptions subscriptions
  • Create a Loop Subscriptions subscription
  • Loop Subscriptions subscriptions reschedule
ElaichiTools
Tool Action Description
Get single Loop Subscriptions subscription by ID Get Get a single loopwork subscription by id, including billing, delivery, products, and status details. Returns: id, shopifyId, originOrderShopifyId, createdAt, updatedAt, orderNote, totalLineItemPrice, totalLineItemDiscountedPrice, deliveryPrice, currencyCode, status, cancellationReason, cancellationComment, completedOrdersCount, pausedAt, cancelledAt, expiredAt, attributes, isPrepaid,…
List all Loop Subscriptions subscriptions List List all loopwork subscriptions. Returns each subscription with id, status, currencyCode, nextBillingDateEpoch, billingPolicy, deliveryPolicy, lines, and customer. Results are returned in descending order of id.
Create a Loop Subscriptions subscription Create Create a loopwork subscription. Returns the created subscription record with fields such as id, shopifyId, status, currencyCode, billingPolicy, deliveryPolicy, shippingAddress, lines, and customer. Required: customerShopifyId, nextBillingDateEpoch, currencyCode, billingPolicy, deliveryPolicy, lines, and shippingAddress. The next billing date must be at least 24 hours in the future.
Loop Subscriptions subscriptions reschedule Action Reschedule the next billing date of a loopwork subscription's upcoming order. Returns a success confirmation with no data payload. Required: subscription_id and newBillingDateEpoch.
Loop Subscriptions subscriptions pause Pause Pause an active loopwork subscription, halting future billing and deliveries until it is resumed. Returns a success confirmation with no data payload. Required: subscription_id.

Toolboxes

Every team gets its own subscription toolbox.

Support handles pauses and reschedules while Finance keeps charge offsets and prepaid credits to itself.

  • Support
  • Retention
  • Finance
  • Fulfillment
ElaichiToolboxes
Name Source template Tools Created

Support toolbox

Loop Subscriptions · pauses, reschedules and address changes

Loop Subscriptions starter 18 Mar 4, 2026

Retention toolbox

Loop Subscriptions · cancellations and reactivations

9 Mar 2, 2026

Finance toolbox

Loop Subscriptions · charge offsets and prepaid credits

24 Feb 27, 2026

Fulfillment toolbox

Loop Subscriptions · shipping addresses and shipping methods

Loop Subscriptions starter 6 Feb 19, 2026

Merchandising toolbox

Loop Subscriptions · plans and line swaps

31 Jan 30, 2026

Operations toolbox

Loop Subscriptions · bulk updates and billing anchors

12 Jan 22, 2026

Shared connections

Share one Loop Subscriptions connection, never the key.

Teammates pause and reschedule subscriptions through a shared connection without ever seeing the API key.

  • Support
  • Retention
  • Finance
  • Fulfillment
ElaichiConnections
Connection Scope Status Access
LO

Loop Subscriptions (Support)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
LO

Loop Subscriptions (Retention)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
LO

Loop Subscriptions (Finance)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
LO

Loop Subscriptions (Fulfillment)

Connected by Daniel Ortega

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

Loop Subscriptions (Merchandising)

Connected by Clara Nowak

Personal • Active Not shared
LO

Loop Subscriptions (US Store)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every subscription change is logged with a name.

See who canceled which subscription, when, and from which client, in one append-only log.

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

Loop Subscriptions Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Loop Subscriptions Subscriptions Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Loop Subscriptions Subscriptions 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 runs the weekly subscription digest itself.

Subscriptions are fetched, grouped by status, drafted into a digest, approved, then posted back.

Loop Subscriptions digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch subscriptions

    Loop Subscriptions

    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

    Loop Subscriptions

    Queued

Collections and dashboards

Subscription health refreshes on a schedule, unasked.

Four metrics, 14 days of subscriptions created and a breakdown by team, no model involved.

Loop Subscriptions health

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

Live

Subscriptions

1,284 ↓ 12%

Subscription lines

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Subscriptions created

Last 14 days

By team

Share of activity

Support 34%

Retention 27%

Finance 21%

Fulfillment 18%

FAQ

Frequently asked questions

How do I connect Loop Subscriptions to Claude?

Connect Loop Subscriptions in Elaichi first: it asks for the API key from your Loop Subscriptions admin, and there is no client ID or secret to generate. Then open Claude, go to Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp. Claude signs you in through Elaichi and your subscriptions are ready to work with.

Does Loop Subscriptions work with ChatGPT and Cursor as well as Claude?

Yes. Loop Subscriptions is connected once in Elaichi, and the same endpoint, https://api.elaichi.ai/mcp, goes into Claude, ChatGPT, Cursor, any other MCP client, and the Elaichi Agent. There is nothing extra to set up for each one.

What can an AI agent actually do with my Loop Subscriptions data?

It can look up a customer's Loop Subscriptions subscription, pause or resume it, move the next charge date, change the plan, update the shipping address or shipping method, swap a product on a line or add a one-time item, adjust prepaid credits, and cancel or reactivate. It can also apply one change across many subscriptions at once. Short, specific asks like pause subscription 48213 for two weeks work better than long paragraphs.

Does connecting Loop Subscriptions give the AI access to every subscription in my store?

Only what the person who signed in can already reach in Loop Subscriptions. An agent acts as that person, inside their access, and Elaichi can narrow that further with roles and restrictions. It can never widen it.

Can my team share one Loop Subscriptions connection?

Yes. One person connects Loop Subscriptions with the API key and shares the connection with a team, and nobody else ever handles that key. Each teammate still signs in to Elaichi as themselves, so the audit log names the actual person who paused or canceled a subscription.

Can I stop an agent from canceling or changing subscriptions in Loop Subscriptions?

Yes. Restrictions in Elaichi work per action, so you can allow looking up and pausing Loop Subscriptions subscriptions while blocking cancel, expire, or deleting a line. A blocked action is never shown to Claude, ChatGPT, or any other client, so no prompt can reach it.

What happens to a Loop Subscriptions connection when someone leaves?

Offboarding that person in Elaichi ends their access to Loop Subscriptions at once, across every client they used. A shared connection keeps working for everyone else on the team. If you want the connector gone entirely, disconnecting Loop Subscriptions once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client.

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

Yes. Loop Subscriptions 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 Loop Subscriptions 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.