MCP overview
Model Context Protocol (MCP) is a standard way for AI apps to call tools — real actions on real systems — while you stay in the conversation. For 00doc, that means Claude or Cursor can publish HTML and fetch document metadata or content without copy-paste or manual uploads.Why it matters
LLM workflows already produce HTML. MCP closes the gap between “the model wrote it” and “it lives at a shareable URL.” You describe what you want; the tool runs on our side; you get backdocument_id, version_id, and the link.
00doc MCP endpoint
Available tools
| Tool | Purpose |
|---|---|
publish_document | Create a new document or push a new version to an existing one |
get_document | Load metadata and optional HTML for a document you already published |