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.
API reference
Unfurl 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://mcp.unfurl.pub/mcp — add this URL in Claude or Cursor. Follow Before you start to generate an API key and complete OAuth on the Unfurl authorize page.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
- Unfurl account — Sign in at unfurl.pub.
- API key — Open Dashboard → API keys. Create a key with a label (e.g.
MCP), then copy the fulloodoc_…secret — it is displayed only once. You will paste it on the Unfurl authorize page when your AI client connects to MCP. - MCP connection — Add the endpoint
https://mcp.unfurl.pub/mcpin Claude or Cursor and complete OAuth in the browser.