Read AI MCP Server

First-party remote Model Context Protocol server exposing a user's Read AI meeting reports to any MCP client over Streamable HTTP. Two published tools — list_meetings and get_meeting_by_id — return meeting metadata, participants, summaries, chapter summaries, action items, key questions, topics, full transcripts, metrics and a recording download URL. Listed in the Anthropic connector directory and the ChatGPT app directory; protected by OAuth 2.1 with RFC 9728 protected-resource metadata and the mcp:execute and meeting:read scopes.

API entry from apis.yml

apis.yml Raw ↑
name: Read AI MCP Server
description: First-party remote Model Context Protocol server exposing a user's Read AI meeting reports
  to any MCP client over Streamable HTTP. Two published tools — list_meetings and get_meeting_by_id —
  return meeting metadata, participants, summaries, chapter summaries, action items, key questions, topics,
  full transcripts, metrics and a recording download URL. Listed in the Anthropic connector directory
  and the ChatGPT app directory; protected by OAuth 2.1 with RFC 9728 protected-resource metadata and
  the mcp:execute and meeting:read scopes.
humanURL: https://support.read.ai/hc/en-us/articles/49381158409491-MCP-Server
baseURL: https://api.read.ai/mcp
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
- Model Context Protocol
- Agents
- Meetings
properties:
- type: MCPServer
  url: mcp/read-ai-mcp.yml
- type: ToolCrosswalk
  url: mcp/read-ai-tool-crosswalk.yml
- type: Documentation
  url: https://support.read.ai/hc/en-us/articles/49381158409491-MCP-Server
- type: Authentication
  url: authentication/read-ai-authentication.yml
x-evidence:
  verified: '2026-08-05'
  docs_describe: Server URI, transport, OAuth 2.1 authentication, compatible clients, and the two available
    tools with the data each returns.
  endpoint_check: 'POST https://api.read.ai/mcp (initialize) -> 401 invalid_token with WWW-Authenticate
    resource_metadata= https://api.read.ai/.well-known/oauth-protected-resource/mcp (server: uvicorn)'
  tools_list: OAuth-gated; tool names taken from Read AI's own published skill bundles.