Skip to content

Scheduling

Momence MCP connector

The Momence connector lets Claude, ChatGPT, Cursor, and the Elaichi Agent look up members, appointments, and memberships in Momence and make everyday changes, with each person signed in as themselves and every action recorded.

  • How it connects. Connects over OAuth. 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 Momence to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Momence once

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

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

  3. Supply your own Momence app, then approve. Momence needs an OAuth app you register yourself, so bring its client ID and secret. One person does this once for the organization.

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

Add connection

Choose a connector.

momence
Momence
Apple Calendar
Cal.com
Calendly
Google Calendar
Jrni
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 Momence 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 Momence 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 Momence 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 Momence 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 Momence through Elaichi

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

  • Front desk

    Check who is booked in today

    Pull up the appointment reservations for the day and see which clients are coming in, so the desk is ready before the first class starts.

  • Membership

    Freeze memberships for a batch of clients

    When a group of members asks to pause over the summer, freeze their memberships in one pass instead of opening each account by hand, and unfreeze them the same way when they return.

  • Client services

    Fix member contact details after a move

    Update names, phone numbers, and email addresses across many member records at once when a client changes details or a duplicate has to be cleaned up.

  • Sales

    Sign up a walk-in on the spot

    Create the new member record and start a checkout for the membership they picked while they are still standing at the counter.

  • Studio management

    See which memberships are still active

    Ask for the list of active bought memberships and spot who is nearing the end of a plan or has credits left to use.

  • Finance

    Adjust credits and set up checkout prices

    Top up or correct class credits on bought memberships in bulk, and create a price for a new package so it can be checked out straight away.

Try asking

  • “List tomorrow's appointment reservations for the studio.”
  • “Which active bought memberships expire this month?”
  • “Freeze memberships for members away in August.”

See all 73 Momence tools below

AI tools

Momence tools for your AI agents

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

See it in Elaichi

What connecting Momence gets you

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

The agent

Ask about bookings, get answers from Momence.

Plain language questions return live reservations, memberships and appointments from Momence.

  • reservations
  • appointments
  • memberships
  • credits

Ask Elaichi to work across your apps.

List tomorrow's appointment reservations for the studio.

Which active bought memberships expire this month?

Freeze memberships for members away in August.

Also runs in Claude, ChatGPT or Cursor

MCP clients

One Momence endpoint for every MCP client.

Claude, ChatGPT and Cursor connect over OAuth, no SDK, no 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

73 Momence tools ready without custom code.

Reservations, memberships, checkouts and credits are already mapped to callable methods.

  • List all Momence auth authorizes
  • Create a Momence auth token
  • List all Momence auth profiles
  • Create a Momence auth logout
ElaichiTools
Tool Action Description
List all Momence auth authorizes List Initiate the OAuth2 authorization code flow in Momence by redirecting the user to the authorize endpoint. The user sees a Momence login screen and, upon successful authentication, is redirected back to the provided redirect_uri with an authorization code. The returned response is a browser-facing HTML page or HTTP redirect, not a JSON body.
Create a Momence auth token Create Obtain a new OAuth2 access token in Momence using the password, refresh_token, or authorization_code grant type. Returns: accessToken, access_token, accessTokenExpiresAt, refreshToken, refresh_token, refreshTokenExpiresAt. Additional fields (username/password, refresh_token, or code) are required depending on the chosen grant type; client credentials may be sent in the body…
List all Momence auth profiles List Get the currently logged-in user's profile in Momence. Returns: userId, memberId, email, firstName, lastName.
Create a Momence auth logout Create Invalidate the provided access token, ending the current Momence session. Returns an empty 201 response on success. No required parameters.
List all Momence appointments reservations List List all appointment reservations in Momence with optional filtering by date range, cancellation status, and payment status. Returns: id, createdAt, cancelledAt, startsAt, endsAt, durationInMinutes, priceInCurrency, depositInCurrency, isDepositPaid, currency, isPaid, capacity, board, service, serviceVariant, teacher, additionalTeacher, isInPerson, inPersonLocation, onlineStreamUrl,…

Toolboxes

Each team gets its own Momence toolbox.

Front desk, sales and finance see only the Momence tools they need.

  • Front desk
  • Membership
  • Sales
  • Instructors
ElaichiToolboxes
Name Source template Tools Created

Front desk toolbox

Momence · appointments and reservations

Momence starter 18 Mar 4, 2026

Membership toolbox

Momence · bought memberships and freezes

9 Mar 2, 2026

Sales toolbox

Momence · checkouts and prices

24 Feb 27, 2026

Instructors toolbox

Momence · class schedules and rosters

Momence starter 6 Feb 19, 2026

Finance toolbox

Momence · payments and credits

31 Jan 30, 2026

Marketing toolbox

Momence · member profiles and offers

12 Jan 22, 2026

Shared connections

Teammates book through Momence without credentials.

Each connection shows who connected the account and which teams share it.

  • Front desk
  • Membership
  • Studio London
  • Sales EMEA
ElaichiConnections
Connection Scope Status Access
MO

Momence (Front desk)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
MO

Momence (Membership)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
MO

Momence (Studio London)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
MO

Momence (Sales EMEA)

Connected by Daniel Ortega

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

Momence (Finance)

Connected by Clara Nowak

Personal • Active Not shared
MO

Momence (Instructors)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every membership freeze has a name on it.

When, who, what happened, type and resource for each Momence 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]

Momence Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Momence Reservations Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Momence Reservations 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 whole booking digest.

Momence reservations are fetched, grouped, drafted by an agent, approved, then posted back.

Momence digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch reservations

    Momence

    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

    Momence

    Queued

Collections and dashboards

Momence numbers arrive before anyone asks.

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

Momence health

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

Live

Reservations

1,284 ↓ 12%

Appointments

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Reservations created

Last 14 days

By team

Share of activity

Front desk 34%

Membership 27%

Studio London 21%

Sales EMEA 18%

FAQ

Frequently asked questions

How do I connect Momence to Claude?

First, register an OAuth application inside your Momence account and paste its client ID and secret into Elaichi once when you add the Momence connector; after that nobody has to handle those values again. Second, open Claude, go to Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp as the address. Claude will ask you to sign in with your own Elaichi login, and Momence is then available in your conversations.

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

Yes. Once Momence 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 Momence once and use it from whichever client your team prefers.

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

An agent connected to Momence can look up members and their appointments, list today's reservations, show which bought memberships are active, and pull up a single member's record. It can also add a new member, create a checkout or a price, freeze or unfreeze memberships in bulk, adjust credits, and update names, phone numbers, and emails. Because Momence exposes a lot of actions, short concrete asks such as "list active memberships" work better than long paragraphs.

Does connecting Momence give the AI access to every member and membership?

No. Access to Momence follows the person who signed in, so the agent can only see the members, appointments, and memberships that person could already see in Momence. Elaichi can narrow that access further, for example to read-only, but it can never widen it beyond what the person already has.

Can my team share one Momence connection?

Yes. One person connects Momence in Elaichi and shares the connection with a team, and nobody else ever sees or handles the client ID, secret, or any credential. Each teammate still signs in as themselves, so the audit log names the actual person who looked up a member or froze a membership in Momence.

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

Yes. Restrictions in Elaichi apply per action, so you can allow reading Momence members and appointments while blocking bulk updates, freezes, or deletions of phone numbers. 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 a Momence connection when someone leaves?

When you offboard someone in Elaichi, their access to Momence through every client ends at once. A Momence connection that was shared with a team keeps working for everyone else on that team. If you want Momence gone entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client together.

Put Momence in front of your team

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