Documentation Index
Fetch the complete documentation index at: https://00doc-web.vercel.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 Unfurl, 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.
Create an API key first
MCP authorization uses OAuth, but you prove access by pasting a dashboard API key on Unfurl’s authorize page. Create the key before you add the MCP server in Claude or Cursor:- Sign in at unfurl.pub.
- Open Dashboard → API keys.
- Enter a label (for example
MCPorClaude) and create a new key. - Copy the full secret right away — it starts with
oodoc_and is shown only once. If you lose it, revoke the key and create another.
Unfurl MCP endpoint
MCP runs on a dedicated host so it does not share routes with the marketing site or dashboard: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 |