Skip to main content
Caret exposes a Model Context Protocol (MCP) server that lets AI assistants access your workspace data — meeting notes, transcripts, knowledge base, and team info.

Server Info

PropertyValue
NameCaret MCP Server
Version1.0.0
Endpointhttps://api.caret.so/mcp
TransportStreamable HTTP

Protocol Endpoints

MethodPathDescription
POST/mcpExecute MCP tool calls
GET/mcpGet server metadata and available tools
DELETE/mcpTerminate 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:
EndpointDescription
GET /.well-known/oauth-authorization-serverOAuth authorization server metadata
GET /.well-known/oauth-protected-resourceProtected resource metadata
GET /mcp/.well-known/oauth-authorization-serverMCP-prefixed authorization metadata
GET /mcp/.well-known/oauth-protected-resourceMCP-prefixed resource metadata