Dochost
io.github.zyli5313/dochost-mcpPublish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.
Tools · 6
Publish Markdown or HTML as a hosted dochost page and get a shareable URL. Respects your plan: link lifetime, password protection, custom slug, and branding all follow your account entitlements. Paid …
List the pages you have published to dochost, newest first. Paginated; returns compact records (no page bodies).
Get your plan, page-quota usage, and entitlement flags (size cap, custom slug, password, branding). Call before publishing so you know your limits up front.
Get one of your pages by slug: title, format, status, view/like counts, expiry, and whether it is password-protected. Never returns the page body or the password.
Replace the content of one of your pages in place. The URL, view/like counts, and expiry stay the same; only the body, format, and title change. Resending identical content is a no-op. Prefer this ove…
Permanently delete one of your pages by slug. The link stops working immediately and the slug is freed. Deleting an already-deleted page is a safe no-op.
Resources · 1
Inline card shown after a successful publish: the dochost.co link with a copy button and an open-page link.
ui://dochost/publish-card
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dochost": {
"url": "https://dochost.io/api/mcp",
"transport": "http"
}
}
}