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.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/read-ai-mcp-server"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

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:
- MCP
- Agents
- Meetings
tags_raw:
- 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.