Efficlose
AI Assistants·

Connect Claude, ChatGPT & Gemini to Your Meetings (MCP)

Use your favorite AI assistant to search meetings, read insights, manage signals and run prompts on your recordings — all through EffiClose's MCP connector.

Overview

EffiClose exposes your meetings and recordings to AI assistants through the Model Context Protocol (MCP) — an open standard supported by Claude, ChatGPT, Gemini, Cursor and others. Once connected, you simply ask your assistant in plain language and it uses EffiClose's tools on your behalf: finding meetings, reading summaries and transcripts, surfacing signals, and running your saved prompts against a recording.

Everything is scoped to you — an assistant can only see the meetings, videos, signals and prompts your own account can access, inside your organization. You can revoke access at any time.

This guide explains how to connect an assistant and walks through every tool available, with example prompts you can copy.

Two ways to connect

There are two ways to connect, for two kinds of client. Pick the one that matches yours — you only set it up once per assistant.

Path 1 — Authorize in your browser ✅ recommendedPath 2 — Connect with a token
Best forHosted assistants with a "connectors" screen: claude.ai, ChatGPT, GeminiConsole / config-based clients: Claude Desktop config, Cursor, Claude Code, npx mcp-remote
How you set it upPaste the server URL, click Authorize in the browserCopy a token from the app, paste it into the client's config file
Tokens to manageNoneOne token (30 days, revocable)
Best whenYou just want it to work with no configYour client needs a config file / custom headers

Best for claude.ai, ChatGPT, and Gemini, and any client with an "Add custom connector" screen. Nothing to copy.

  1. In your assistant, open Settings → Connectors (Claude) or the equivalent custom connector / MCP server screen (ChatGPT, Gemini).
  2. Choose Add custom connector and paste the EffiClose server URL: https://api2.efficlose.com/mcp
  3. Your browser opens the EffiClose authorization screen. Sign in if needed, review what the assistant will be able to do, and click Authorize.
  4. Done — the EffiClose tools appear in your assistant.
Nothing to paste: signing in on the authorization screen tells EffiClose exactly who you are and which organization to use — no tokens and no tenant IDs to copy.

Path 2 — Connect with a token (console & custom config)

Best for console/config-based clients — Claude Desktop's config file, Cursor, Claude Code, or the mcp-remote bridge. You paste a personal token instead of clicking Authorize.

  1. In the EffiClose app, go to Settings → API, create a client, and click 🔌 Get MCP token. You'll get a 30-day token, your tenant ID, and a ready-to-paste configuration — shown once.
  2. Add it to your client's MCP configuration. For example, a Claude Desktop / mcp-remote config looks like this:
    {
      "mcpServers": {
        "efficlose": {
          "command": "npx",
          "args": [
            "-y", "mcp-remote", "https://api2.efficlose.com/mcp",
            "--header", "Authorization:${AUTH_HEADER}",
            "--header", "X-Tenant-ID:${TENANT_ID}"
          ],
          "env": {
            "AUTH_HEADER": "Bearer <your-token>",
            "TENANT_ID": "<your-tenant-id>"
          }
        }
      }
    }
    
  3. Restart the client. Clients that accept a URL + headers directly (like Cursor) can skip mcp-remote and just use the two headers.
Treat the token like a password. It grants access to your data. You can revoke it any time in Settings → API, and issue a new one.

What you can ask for

Below is every tool, grouped by area, with an example prompt. You don't call tools by name — you just ask naturally and your assistant picks the right one.

Meetings

CapabilityWhat it doesTry asking
Search meetingsFind meetings by title, status, platform or date range"Find my completed Zoom meetings from last week."
Get a meetingFull details of one meeting"Show me the details of the Acme kickoff meeting."
Upcoming meetingsMeetings starting soon"What meetings do I have starting in the next 30 minutes?"
Meeting summaryThe human-readable summary of a recording"Give me the summary of yesterday's product sync."

Recordings & AI insights

CapabilityWhat it doesTry asking
List recordingsBrowse your recorded videos with filters"List my recordings from March that are done processing."
Get a recordingOne recording's details (with playback link)"Open the recording of the QBR call."
AI insightSummary, key points, action items, decisions, questions and topics"What were the action items and decisions from the client demo?"
TranscriptThe full text transcript of a recording"Pull quotes from the transcript where pricing was discussed."

Analytics

CapabilityWhat it doesTry asking
Usage summaryYour latest activity snapshot (meetings, minutes, etc.)"How much have I used EffiClose this period?"
Activity feedYour recent events, filterable by type and date"Show my EffiClose activity from the last 7 days."

Signals

Signals are rules that flag important moments — buying intent, risks, competitor mentions — across your meetings.

CapabilityWhat it doesTry asking
List signalsYour signal-detection rules"What signals do I have set up?"
Get a signalDetails of one signal rule"Show me the 'Budget Discussion' signal."
DetectionsWhere signals were detected across recordings"Show high-priority signal detections from this month."
Create a signalAdd a new detection rule"Create a signal that flags whenever a competitor is mentioned."
Update a signalChange an existing rule"Raise the priority of my 'Pricing Objection' signal."

Prompts & templates

Prompts and templates are reusable instructions you can run against any recording.

CapabilityWhat it doesTry asking
List promptsYour saved prompts and templates"List my saved prompts."
Get a promptThe full text of one prompt"Show me my 'Follow-up email' template."
Create a promptSave a new prompt or template"Save a template that drafts a recap email with next steps."
Update a promptEdit an existing one"Update my summary prompt to also list risks."
Apply to a recordingRun a prompt against a recording"Run my 'Follow-up email' template on the Acme demo."

Interactive dashboard

Some assistants can render a live view of your recent meetings inside the chat.

  • "Open my EffiClose meeting dashboard."

Ready-made prompts

EffiClose also ships a few one-click prompts your assistant can offer directly:

  • Summarize meeting — a concise, structured summary in the tone you choose.
  • Extract action items — a clean, de-duplicated list with owners and due dates.
  • Draft follow-up email — a ready-to-send recap for a recipient and tone.

Putting it together

The real power is chaining these in one natural request. For example:

"Find my last call with Acme, pull the action items and any risk signals, then draft a follow-up email to their champion summarizing next steps."

Your assistant will search the meeting, read its insight, check signal detections, and use your follow-up template — all in one turn.

Privacy & access

  • You control the scope. An assistant sees only what your own account can see, inside your organization. It never has access to other users' or other organizations' data.
  • Revoke any time. Remove the connector in your assistant, or revoke access from Settings → API in EffiClose.
  • Read vs. write. Reading meetings, recordings and insights is always available. Creating or updating signals and prompts, and applying a prompt to a recording, are actions your assistant takes on your behalf — it will typically confirm before doing so.

Tips

  • Be specific about the meeting. "the Acme demo from Tuesday" beats "that call" — your assistant searches on what you give it.
  • Ask for the format you want. "as a bulleted list", "as a table", "in a friendly tone".
  • Save what you repeat. If you keep asking for the same kind of summary or email, ask your assistant to save it as a template, then reuse it with "apply my … template to …".
  • Start read-only. Explore with searches and summaries first; add signals and prompts once you know what you want.

Key takeaways

  • Connect once with a single URL — sign in and authorize, no tokens to copy.
  • Ask in plain language; your assistant picks the right EffiClose tool.
  • Read meetings, recordings, transcripts, insights and analytics.
  • Manage signals and prompts, and run prompts against any recording.
  • Everything is scoped to you and revocable at any time.

Bring your meetings into the assistant you already use — connect EffiClose and just ask.

Ready to transform your meetings?

Start capturing, transcribing, and analyzing every conversation with AI. Free 14-day trial, no credit card required.