Caret exposes a Model Context Protocol (MCP) server that lets AI assistants access your workspace data — meeting notes, transcripts, knowledge base, and team info.Documentation Index
Fetch the complete documentation index at: https://docs.caret.so/llms.txt
Use this file to discover all available pages before exploring further.
Server Info
| Property | Value |
|---|---|
| Name | Caret MCP Server |
| Version | 1.0.0 |
| Endpoint | https://api.caret.so/mcp |
| Transport | Streamable HTTP |
Protocol Endpoints
| Method | Path | Description |
|---|---|---|
POST | /mcp | Execute MCP tool calls |
GET | /mcp | Get server metadata and available tools |
DELETE | /mcp | Terminate session |
Authentication
OAuth 2.0 with PKCE
Recommended for interactive clients like Claude Desktop and Cursor. Most MCP
clients handle this automatically.
API Key
For programmatic access or clients that don’t support OAuth.
Available Tools
All tools are read-only and scoped to the authenticated workspace.Notes
List, get, and search meeting notes with full transcripts and summaries.
Knowledge Search
Semantic search across meeting content and your workspace knowledge base.
Workspace
Get workspace metadata including name, settings, and allowed domains.
Members
List workspace members with roles and folder assignments.
Discovery Endpoints
MCP clients can auto-discover server capabilities using these well-known endpoints:| Endpoint | Description |
|---|---|
GET /.well-known/oauth-authorization-server | OAuth authorization server metadata |
GET /.well-known/oauth-protected-resource | Protected resource metadata |
GET /mcp/.well-known/oauth-authorization-server | MCP-prefixed authorization metadata |
GET /mcp/.well-known/oauth-protected-resource | MCP-prefixed resource metadata |