Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

Dochost

io.github.zyli5313/dochost-mcp

Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.

Uptime
100.0%
1 direct probes · 30d
Response
455ms
last probe
Tools
6
callable
Resources
1
readable
Prompts
0
available

Tools · 6

publish

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_my_pages

List the pages you have published to dochost, newest first. Paginated; returns compact records (no page bodies).

get_account

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_page

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.

update_page

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…

delete_page

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

Published link card

Inline card shown after a successful publish: the dochost.co link with a copy button and an open-page link.

ui://dochost/publish-card

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dochost": {
      "url": "https://dochost.io/api/mcp",
      "transport": "http"
    }
  }
}