{"id":"r-um_oJp","markdown":"# \"Publish my meeting notes to mdfy\"\n\n> **You:** \"Publish my meeting notes to mdfy\"\n\nI'll create the document now.\n  → mdfy_create({ markdown: \"# Meeting Notes...\" })\n\nDocument created:\n  URL: https://mdfy.cc/d/abc123\n  Status: publicly accessible\n```\n\n### Read a document\n\n```\n\n---\n\n> **You:** \"Read the document at mdfy.cc/d/abc123\"\n\n→ mdfy_read({ id: \"abc123\" })\n  \nHere's the content:\n# Meeting Notes\n...\n```\n\n### Update a document\n\n```\n\n---\n\n> **You:** \"Add a summary section to my doc\"\n\n→ mdfy_read({ id: \"abc123\" })\n  → mdfy_update({ id: \"abc123\", markdown: \"# Meeting Notes\\n\\n## Summary\\n...\" })\n\nDocument updated. Same URL: https://mdfy.cc/d/abc123\n```\n\n### List your documents\n\n```\n\n---\n\n> **You:** \"Show me my mdfy documents\"\n\n→ mdfy_list()\n\nFound 8 documents:\n1. Meeting Notes (abc123) — shared — 12 views\n2. API Design (def456) — private — 3 views\n...\n```\n\n### Make private / public\n\n```\n\n---\n\n> **You:** \"Make that document private\"\n\n→ mdfy_publish({ id: \"abc123\", published: false })\n\nDocument is now private (draft).\n```\n\n### Cross-AI workflow\n\n```\nYou (in Claude): \"Summarize mdfy.cc/d/abc123\"\n\n---\n\n→ reads the document → provides summary\n\nYou (in ChatGPT): \"Read mdfy.cc/d/abc123 and suggest improvements\"\n\n---\n\nfetches the URL → gives feedback\n\nYou (in Claude): \"Update mdfy.cc/d/abc123 with the improvements\"\n\n---\n\n→ mdfy_update → same URL, updated content\n```\n\n## Available Tools\n\n### Core (6 tools — local stdio package)\n\n| Tool | Description |\n|------|-------------|\n| `mdfy_create` | Create document, get URL |\n| `mdfy_read` | Read document content |\n| `mdfy_update` | Update document |\n| `mdfy_list` | List your documents |\n| `mdfy_publish` | Toggle public/private |\n| `mdfy_delete` | Delete document |\n\n### Extended (25 tools — hosted HTTP MCP)\n\nAppend/prepend, sections (outline, extract, replace), duplicate, import URL, password protection, expiry, email restrictions, version history, diff, stats, folders, and more.\n\n---","title":"MCP Server — Quick Start","created_at":"2026-04-27T01:22:33.818585+00:00","updated_at":"2026-04-30T05:15:49.295+00:00","view_count":10,"expires_at":null,"edit_mode":"account","is_draft":false,"source":"mcp","hasPassword":false,"editMode":"account","isOwner":false,"isEditor":false,"ownerEmail":"hi@raymind.ai"}