AI assistants (MCP)
AI assistants (MCP)
InterMIND ships a remote Model Context Protocol server. Add it once to your assistant and it can create meeting links and read the recaps of meetings you hosted — from the same conversation where it works with your CRM, help desk or calendar.
Server URL: https://intermind.com/api/mcpAvailable on: every registered account. Guests cannot connect apps.
Works with: any MCP client — Claude (claude.ai, Desktop, Code), ChatGPT, Microsoft 365 Copilot (Copilot Studio), Gemini, Cursor, Windsurf, VS Code, Le Chat, Perplexity and agent SDKs.
Tools
| Tool | What it does |
|---|---|
create_meeting_link | Creates an ad-hoc meeting you own and returns its URL. Put it in a calendar invite, a deal or a ticket; anyone who opens it knocks and you admit them. |
list_recaps | Your newest recaps (1–10), newest first: title, when, links to the recap and transcript pages, and the summary in Markdown. |
Every participant takes part in their own language — the assistant does not need to know which.
Connect
Two ways to sign in. Most assistants use the first one automatically.
- Sign in with InterMIND (OAuth). Add the server URL; the assistant opens an InterMIND page where you allow the connection. It appears in Settings → API keys under the assistant's name — revoke it there at any time and the assistant asks you to reconnect.
- API key. Create a key in Settings → API keys and give it to clients that take a static header (Claude Code, Cursor, Gemini CLI, Copilot Studio):
Authorization: Bearer imk_….
Claude (claude.ai, Desktop)
InterMIND is listed in the Claude Connectors Directory: open the listing, click Connect and allow the connection on the InterMIND page. To add it by URL instead, go to Customize → Connectors → Add custom connector, paste https://intermind.com/api/mcp, click Add, then Connect. On Team and Enterprise plans an organization owner adds the connector under Organization settings → Connectors.
Claude Code
claude mcp add --transport http intermind https://intermind.com/api/mcp
Run /mcp inside Claude Code to sign in, or pass a key instead: claude mcp add --transport http intermind https://intermind.com/api/mcp --header "Authorization: Bearer imk_…".
ChatGPT
Turn on Settings → Apps & Connectors → Advanced → Developer mode (Plus, Pro, Business, Enterprise or Edu; in a workspace an admin has to allow custom connectors). Then Create a connector with the server URL, authentication OAuth, and allow the connection on the InterMIND page.
Cursor, Windsurf, VS Code
Add a remote MCP server with the URL above. With OAuth the editor opens the InterMIND page; with a key, put Authorization: Bearer imk_… in the server's headers.
Microsoft 365 Copilot (Copilot Studio)
In your agent: Tools → Add a tool → New tool → Model Context Protocol, paste the server URL and choose OAuth 2.0 → Dynamic discovery, or API key (header Authorization, value Bearer imk_…).
Gemini
In the Gemini web app: Settings & help → Connected apps → Custom apps for Spark → Add a custom app with the server URL, then allow the connection on the InterMIND page. Gemini CLI takes the URL plus an Authorization header in its MCP settings.
Ask your assistant
- "Create an InterMIND meeting link for tomorrow's call with Acme and put it in the deal."
- "What did we agree with Acme last week? Check my InterMIND recaps."
- "Summarise my last three InterMIND meetings and add the action items to my task list."
Security and privacy
- The assistant acts as you within the public API: it can see your account name and email, create meetings you own, and read recaps of meetings you hosted — including receiving new ones by webhook, as any API key can. It cannot join a meeting, read chats or change your settings.
- Access is a per-connection credential you can revoke in Settings → API keys. There are no shared organization tokens.
- Recap and transcript links open for meeting participants who are signed in.
- What InterMIND stores and for how long: Privacy Policy. Developers: the underlying endpoints are the public API; discovery documents live at
/.well-known/oauth-protected-resourceand/.well-known/oauth-authorization-server.