Skip to main content

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.

Time to complete: ~5 minutes (includes creating an API key).

What is MCP?

Model Context Protocol (MCP) lets Claude use external tools directly in your conversation. Once connected, you can tell Claude to publish a document to Unfurl — and it does it.
1

Create an API key

  1. Sign in at unfurl.pub.
  2. Open API keys in the dashboard.
  3. Add a label (e.g. Claude) and create a key. Copy the full oodoc_… secret — it is shown only once. You will need it when the Unfurl authorize page opens after you connect MCP.
2

Add the Unfurl MCP connector

  1. Go to Settings → Connectors (or click the plug icon in your chat)
  2. Search for “Unfurl” or add a custom MCP server
  3. Enter the server URL: https://mcp.unfurl.pub/mcp
  4. Authorise the connection. On the Unfurl authorize page, paste your API key from step 1.
3

Publish a document

Ask Claude. For example:
“Create an executive summary for our Q3 results and publish it to Unfurl”
Claude will:
  1. Generate the HTML document
  2. Call publish_document via MCP
  3. Return your live link
4

Update it later

To update the same document, reference the document ID that was returned:
“Update the Q3 summary on Unfurl — add a section on customer churn”
Claude will push a new version to the same URL. Anyone with the link automatically sees the update.
Save the document ID. Claude returns a document_id — keep it if you want to update the doc in a future conversation.

What’s next?

Update an existing document

Understand live links