Skip to main content

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 back document_id, version_id, and the link.

00doc MCP endpoint

https://00doc-mcp.workers.dev/mcp
Use this URL when you add 00doc as an MCP server in Claude or Cursor (see the Claude quickstart and Cursor quickstart).

Available tools

ToolPurpose
publish_documentCreate a new document or push a new version to an existing one
get_documentLoad metadata and optional HTML for a document you already published
Full parameter lists and examples live in the API reference.

publish_document

get_document