# Read AI MCP Integration

> Meeting Summaries, Transcripts, AI Notetaker & Enterprise Search

## Overview

| Property | Value |
|----------|-------|
| Category | PIPEDREAM |
| Type | PIPEDREAM |
| Tools | 2 |
| URL | https://jelou.ai/es/marketplace/read_ai |

## Available Tools (2)

### 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](https://support.read.ai/hc/en-us/articles/49381161088659-API-Reference#h_01KJ7HW2S95B1D9Z7BS88M3JBJ)

### 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](https://support.read.ai/hc/en-us/articles/49381161088659-API-Reference#h_01KJ7HW2RMF7VS2EHTXAWS4BJ7)

## Supported Channels

This integration works with:
- WhatsApp Business API
- Facebook Messenger
- Instagram Direct Messages
- Web Chat Widget

## AI Assistants Compatible

- ChatGPT (via MCP)
- Claude (via MCP)
- Gemini (via MCP)
- Custom AI Agents

## Quick Start

1. Sign up at https://apps.jelou.ai/signup
2. Navigate to Marketplace and add Read AI
3. Authenticate your Read AI account
4. Configure your messaging channels (WhatsApp, Facebook, etc.)
5. Copy the MCP server URL to your AI assistant

## Example Use Cases

- Automate customer inquiries using Read AI data
- Send notifications via WhatsApp when Read AI events occur
- Query Read AI data directly from ChatGPT or Claude
- Build AI agents that interact with Read AI

## Resources

- [All Integrations](https://jelou.ai/es/marketplace)
- [Full Documentation](https://jelou.ai/llms-full.txt)
- [API Docs](https://docs.jelou.ai)
- [Help Center](https://help.jelou.ai)
