Connect Your AI Agent with Read AI for Slack

Integrate Read AI MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Read AI
Read AI
Meeting Summaries, Transcripts, AI Notetaker & Enterprise Search

Categories

Artificial Intelligence (AI)

Available Tools

Tools that your AI agent can use through this MCP server to interact with Read AI

List Meetings

Retrieves a paginated list of meetings from Read AI, ordered by most recent first. Use this to browse meeting history or to find a specific meeting before calling Get Meeting for full details. Supports date range filtering via Unix millisecond timestamps. Returns meeting metadata including ID, title, participants, platform (Zoom/Teams/Google Meet), start time, and duration. Use the expand options to include richer content (summary, action items, transcript, etc.) directly in the listing — note that active meetings will have limited or no data for expanded fields, as these are generated after a meeting concludes. When has_more is true in the response, pass the id of the last meeting in the data array to the cursor parameter to retrieve the next page. To convert a human date to Unix ms, multiply Unix seconds by 1000 (e.g. 7 days ago = Date.now() - 7*24*60*60*1000). See the documentation

Get Meeting

Retrieves complete details for a single Read AI meeting, including optional content expansions. Use List Meetings first to find the meeting ID. By default returns only meeting metadata (title, participants, platform, start/end time, duration). Enable specific expansions to include richer content — only request what you need to keep response size manageable: include_summary for the AI-generated overview; include_action_items for extracted tasks; include_transcript for the full word-for-word transcript with speaker attribution (can be large); include_key_questions for AI-flagged discussion questions; include_topics for identified subject areas; include_metrics for speaker engagement data (talk time, interruptions); include_recording_download for a presigned URL to download the meeting recording. See the documentation