Skip to content

Video

Coviu MCP connector

The Coviu connector brings telehealth sessions, participants, waiting room calls, intake form submissions, audio recordings and session summaries to Claude, ChatGPT, Cursor and the Elaichi Agent, so each person works with Coviu as themselves and every action is 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 Coviu to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Coviu once

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

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

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

coviu
Coviu
Colossyan
Google Meet
HeyGen
Whereby
Zoho Meeting
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 Coviu 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 Coviu 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 Coviu 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 Coviu 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 Coviu through Elaichi

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

  • Reception

    Book the consult and invite the patient

    Create the Coviu session for tomorrow's appointment, add the patient and the treating clinician as participants, and fix the time if the patient calls back to move it.

  • Clinicians

    Read the session summary before charting

    Pull up the summary and audio recording for the consult you just finished, then ask for the main points before you write the clinical note.

  • Front desk

    See who is waiting right now

    Ask which patients are sitting in the Coviu waiting area and how long they have been in the queue, so nobody is left unattended while the clinic runs late.

  • Intake

    Check whether the forms came back

    List the intake form submissions for this week's new patients and open the attached files, so the clinician has the history before the call starts.

  • Practice management

    Tidy up the week's sessions

    List every session scheduled for the coming week, correct the ones with the wrong clinician or time, and remove the bookings that were cancelled by phone.

  • Quality and compliance

    Answer a records request quickly

    Find a specific past call, retrieve its recording and summary, and confirm exactly who was a participant when a complaint or audit lands on your desk.

Try asking

  • “Create a Coviu session for tomorrow's intake clinic.”
  • “List all Coviu waiting queue calls right now.”
  • “Who joined yesterday's Coviu sessions as a participant?”

See all 19 Coviu tools below

AI tools

Coviu tools for your AI agents

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

See it in Elaichi

What connecting Coviu gets you

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

The agent

Ask about Coviu sessions, get real answers.

Plain language questions run against live Coviu sessions, participants and waiting calls.

  • sessions
  • participants
  • waiting calls
  • collections

Ask Elaichi to work across your apps.

Create a Coviu session for tomorrow's intake clinic.

List all Coviu waiting queue calls right now.

Who joined yesterday's Coviu sessions as a participant?

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Coviu.

One org 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

19 Coviu tools ready to call.

Sessions, participants, waiting calls and collections are covered without custom code.

  • Create a Coviu session
  • List all Coviu sessions
  • Get single Coviu session by ID
  • Update a Coviu session by ID
ElaichiTools
Tool Action Description
Create a Coviu session Create Create a new coviu session. Returns: session_id, session_name, start_time, end_time, participants. Required: session_name, start_time, end_time. Optionally supply participants and feature_flags to customise the call interface (exit-url, return-url, disable-menu, enforce-participant-uniqueness, etc.).
List all Coviu sessions List List coviu sessions. Returns per session: session_id, session_name, start_time, end_time, actual_end_time, team_id, client_id, participants. Filter by start_time, end_time, order, state, include_canceled, or deleted_participants.
Get single Coviu session by ID Get Get a single coviu session by id. Returns: session_id, session_name, start_time, end_time, actual_end_time, team_id, client_id, participants. Required: id.
Update a Coviu session by ID Update Update a coviu session by id. Returns: session_id, session_name, start_time, end_time, actual_end_time, team_id, client_id, participants. Required: id.
Delete a Coviu session by ID Delete Cancel a coviu session by id. Returns: ok (boolean confirming the cancellation succeeded). Required: id.

Toolboxes

Every team gets its own Coviu toolbox.

Curate toolboxes per team so clinicians and support see only relevant Coviu tools.

  • Clinical
  • Intake
  • Support
  • Operations
ElaichiToolboxes
Name Source template Tools Created

Clinical toolbox

Coviu · sessions and participants

Coviu starter 18 Mar 4, 2026

Intake toolbox

Coviu · waiting calls and queues

9 Mar 2, 2026

Support toolbox

Coviu · call lookups and session fixes

24 Feb 27, 2026

Operations toolbox

Coviu · collections and session scheduling

Coviu starter 6 Feb 19, 2026

Quality toolbox

Coviu · session history and participant records

31 Jan 30, 2026

Training toolbox

Coviu · practice sessions and participants

12 Jan 22, 2026

Shared connections

Teammates run Coviu calls without credentials.

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

  • Clinical APAC
  • Intake desk
  • Support
  • Allied health
ElaichiConnections
Connection Scope Status Access
CO

Coviu (Clinical APAC)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
CO

Coviu (Intake desk)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
CO

Coviu (Support)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
CO

Coviu (Allied health)

Connected by Daniel Ortega

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

Coviu (Operations)

Connected by Clara Nowak

Personal • Active Not shared
CO

Coviu (Training)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Coviu call is on the record.

When, who, what happened, type and resource, appended for each Coviu request.

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

Coviu Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Coviu Sessions Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Coviu Sessions 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, Coviu work finishes.

Fetch Coviu sessions, group them, draft a digest, approve, then post back.

Coviu digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch sessions

    Coviu

    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

    Coviu

    Queued

Collections and dashboards

Coviu session numbers computed, not requested.

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

Coviu health

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

Live

Sessions

1,284 ↓ 12%

Participants

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Sessions created

Last 14 days

By team

Share of activity

Clinical APAC 34%

Intake desk 27%

Support 21%

Allied health 18%

FAQ

Frequently asked questions

How do I connect Coviu to Claude?

Connect Coviu in Elaichi by entering your Coviu app credentials, which come straight from your Coviu account. 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 https://api.elaichi.ai/mcp as the endpoint. Sign in as yourself and Coviu is ready to use.

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

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

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

An agent connected to Coviu can create, look up, change and cancel telehealth sessions, and add or remove the patients and clinicians attending them. It can tell you who is in the waiting room and the waiting queue, open a specific call, and list intake form submissions with their attached files. It can also fetch the audio recording and the written summary for a finished Coviu session and answer questions about them.

Does connecting Coviu give the AI access to every clinic and every consult?

No. Each person signs in to Coviu as themselves, so the agent only sees the sessions, participants, submissions and recordings that person can already see in Coviu. Elaichi can narrow that further, for example to reading only, but it can never widen access beyond what Coviu already grants that person.

Can my team share one Coviu connection?

Yes. One person connects Coviu in Elaichi and shares it with a team, and nobody else ever handles the Coviu credentials. Each teammate still signs in as themselves, so the audit log names the actual person who booked, changed or cancelled a Coviu session.

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

Yes. Restrictions in Elaichi apply per action, so you can allow reading Coviu sessions and waiting room calls while blocking the ability to delete a session or remove a participant. 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 Coviu connection when someone leaves?

Offboarding a person in Elaichi ends their access to Coviu through every client at once. If they set up a shared Coviu connection, it keeps working for everyone else on the team. When you want Coviu gone entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor and every other client together.

Put Coviu in front of your team

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