Skip to main content

API reference

00doc exposes two MCP tools on the remote server. Your AI client calls them the same way it calls any other MCP tool — no REST boilerplate in the chat.
Endpoint: https://00doc-mcp.workers.dev/mcp — add this URL when you configure the 00doc connector in Claude or Cursor.

Tools

publish_document

Create a document or push a new version to an existing document_id.

get_document

Fetch metadata and optional HTML for a document you already published.

Before you start

You need an 00doc account and a valid connection to the MCP server (OAuth or connector setup depending on your client). From the dashboard, create an API key if you use flows that require it.

MCP overview

Claude quickstart