Documentation Index
Fetch the complete documentation index at: https://docs.getmaito.com/llms.txt
Use this file to discover all available pages before exploring further.
MCP Overview
Maito’s MCP server lets AI assistants work with Maito drafts, documents, and newsletters through the same backend/domain model used by the REST API and CLI.Endpoint
Implementation
- Protocol: Model Context Protocol over Streamable HTTP
- Auth: OAuth 2.1 through Clerk
- Server surface:
apps/mcp - Tool registration:
apps/mcp/src/mcp/tools.ts - Domain logic:
packages/backend
Tool Scope
Tools are grouped by product model:- Draft tools for content creation, revision, scheduling, publishing, and unscheduling
- Document tools for document retrieval, search, context assembly, and upsert
- Newsletter settings tools
- Newsletter issue tools
- Newsletter subscriber and category tools
- Newsletter analytics tools
Capability Filtering
tools/list is capability-filtered. Clients should not assume that every
registered tool is visible to every authenticated user.