Skip to content

Event Management

Slido MCP connector

The Slido connector lets you pull audience questions, poll results, quiz and survey answers, participant lists and idea topics out of Slido events, rooms and spaces, so an AI assistant can request an export and report on it inside your own access.

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

Two steps, about a minute.

1

In Elaichi

Connect Slido once

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

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

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

slido
Slido
1Password
360learning
7shifts
Acquire
Ada
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 Slido 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 Slido 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 Slido 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 Slido 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 Slido through Elaichi

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

  • Events

    Pull every audience question after the keynote

    Ask for an export of the questions and replies from this morning's room, then have the assistant group them by theme before the wrap-up meeting.

  • Marketing

    Turn poll results into a follow-up email

    Request the poll and vote data from a webinar in Slido and get the top answers summarized in the language your attendees actually used.

  • Internal communications

    Summarize the all-hands Q&A for leadership

    Export the questions, upvotes and idea topics from the town hall room and hand the CEO a one-page digest of what people asked about most.

  • People

    Check who actually took part in onboarding

    Export the participant list from the new-hire session and compare it against the invite list to see who joined and who missed it.

  • Sales enablement

    Score the quiz from the product training

    Pull the survey and quiz results from the enablement event and see which questions the sales team got wrong so the next session covers them.

  • Product

    Collect feature requests from the community call

    Export the idea topics and questions raised during the customer meeting held over Webex and turn them into a tidy list for the roadmap review.

Try asking

  • “Summarize the top questions from yesterday's all hands event.”
  • “Which polls got the most votes last week?”
  • “List participants who submitted idea topics in the product room.”

See all 17 Slido tools below

AI tools

Slido tools for your AI agents

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

See it in Elaichi

What connecting Slido gets you

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

The agent

Ask about Slido events in plain language.

Answers come from live Slido events, questions, polls and participants.

  • events
  • questions
  • polls
  • participants

Ask Elaichi to work across your apps.

Summarize the top questions from yesterday's all hands event.

Which polls got the most votes last week?

List participants who submitted idea topics in the product room.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Slido here.

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

17 Slido tools are ready to call.

Events, rooms, questions, polls, votes and spaces, with no custom code written.

  • Create a Slido exports user
  • Create a Slido exports event
  • Create a Slido exports room
  • Create a Slido exports participant
ElaichiTools
Tool Action Description
Create a Slido exports user Create Start an asynchronous export of users in Slido. Returns a 202 export job object that can be polled for completion. The exported user records include user_id, display_name, email, role, is_active, created_date, joined_date, and modified_date.
Create a Slido exports event Create Start an asynchronous export of events in Slido. Returns an export job object (HTTP 202) with an export_id for polling status via the Get Export endpoint. The exported event records include event_id, owner_user_id, start_date, end_date, timezone, created_date, and modified_date. Accepts an optional filter object in the request body (defaults to empty, exporting all events).
Create a Slido exports room Create Start an asynchronous export of rooms in Slido. Returns an export job object (HTTP 202) with an export_id for polling status via the Get Export endpoint. The exported room records include room_id, event_id, event_owner_user_id, is_active, created_date, and modified_date. Accepts an optional filter object in the request body (defaults to empty, exporting all rooms).
Create a Slido exports participant Create Start an asynchronous export of participants in Slido. Returns an export job object (HTTP 202) for polling export status. The exported participant data includes event_owner_user_id, event_id, participant_id, name, email, user_id, first_joined_date, and modified_date. Accepts an optional participants filter in the request body.
Create a Slido exports question Create Start an asynchronous export of Q&A questions in Slido. Returns an export job object (HTTP 202) with an export_id for polling status via the Get Export endpoint. The exported question records include question_id, event_owner_user_id, event_id, room_id, participant_id, status, is_anonymous, is_starred, score, upvotes, downvotes, highlighted_date, created_date, and modified_date. Accepts an optional filter object in the request body (defaults to empty, exporting all questions).

Toolboxes

Every team gets its own Slido toolbox.

Curate one toolbox per team and scope it to the Slido work they run.

  • Events
  • Internal comms
  • Marketing
  • Enablement
ElaichiToolboxes
Name Source template Tools Created

Events toolbox

Slido · events and rooms

Slido starter 18 Mar 4, 2026

Internal comms toolbox

Slido · all hands questions and replies

9 Mar 2, 2026

Marketing toolbox

Slido · webinar polls and votes

24 Feb 27, 2026

Enablement toolbox

Slido · surveys and quizzes

Slido starter 6 Feb 19, 2026

People team toolbox

Slido · participants and idea topics

31 Jan 30, 2026

IT toolbox

Slido · spaces and Webex meetings

12 Jan 22, 2026

Shared connections

Teammates run Slido events without a credential.

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

  • Events EMEA
  • Internal comms
  • Marketing webinars
  • Enablement
ElaichiConnections
Connection Scope Status Access
SL

Slido (Events EMEA)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
SL

Slido (Internal comms)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
SL

Slido (Marketing webinars)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
SL

Slido (Enablement)

Connected by Daniel Ortega

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

Slido (People team)

Connected by Clara Nowak

Personal • Active Not shared
SL

Slido (IT operations)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Slido call is written down.

When, who, what happened, type and resource, in an 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]

Slido Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Slido Events Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Slido Events 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 turns Slido polls into a digest.

Six steps fetch and group Slido questions, draft a digest, get approval, post back.

Slido digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch events

    Slido

    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

    Slido

    Queued

Collections and dashboards

Slido event health, computed on a schedule.

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

Slido health

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

Live

Events

1,284 ↓ 12%

Questions

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Events created

Last 14 days

By team

Share of activity

Events EMEA 34%

Internal comms 27%

Marketing webinars 21%

Enablement 18%

FAQ

Frequently asked questions

How do I connect Slido to Claude?

Connect Slido in Elaichi first, then open Claude, go to Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp. Slido signs you in with app credentials from your Slido account, so there is no OAuth application to register and no client ID or secret to generate. Once that is done, Claude can request Slido exports as you.

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

Yes. Slido is connected once in Elaichi, and the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client and the Elaichi Agent. You do not set Slido up again for each one.

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

It can request an export from Slido of the things your events produce: audience questions and their replies, polls with their options and votes, quiz and survey answers, participant lists, idea topics, rooms, events, spaces and their users, and meetings held over Webex. It can then check on a specific export or list the ones already requested, and read the results back to you. It does not run your live event or change what attendees see.

Does connecting Slido give the AI access to every event and space?

No. Every request to Slido runs as the person who signed in, so the AI only reaches the Slido events, rooms and spaces that person can already see. Elaichi can narrow that further with roles and restrictions, and it can never widen it beyond what Slido itself grants.

Can my team share one Slido connection?

Yes. One person connects Slido in Elaichi and shares the connection with a team, and nobody else ever handles the Slido app credentials. Each teammate still signs in to Elaichi as themselves, so the audit log names the real person behind every Slido export.

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

This Slido connector only requests exports and reads them back, so it does not edit polls, questions or events. Even so, restrictions in Elaichi work per action, so you can block requesting particular kinds of Slido exports, such as participant lists. A blocked action is never shown to Claude, ChatGPT or Cursor, so no prompt can reach it.

What happens to a Slido connection when someone leaves?

Offboarding that person in Elaichi ends their access to Slido through every AI client at once. If they had shared a Slido connection with a team, it keeps working for everyone else. Disconnecting Slido once in Elaichi removes it from Claude, ChatGPT, Cursor and every other client together.

Put Slido in front of your team

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