← Registry

Content Tools

dochost.io

Publish and manage hosted pages from Markdown or HTML content.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://dochost.io/api/mcp

No auth detected

MCP server metadata

Name
dochost
Version
1.0.0
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui.mimeTypes

Known tools 6

publish

Publish Markdown or HTML as a hosted dochost page and get a shareable URL.

Potential side effects
list_my_pages

List the pages you have published to dochost, newest first.

Inferred read-only
get_account

Get your plan, page-quota usage, and entitlement flags (size cap, custom slug, password, branding).

Inferred read-only
get_page

Get one of your pages by slug: title, format, status, view/like counts, expiry, and whether it is password-protected.

Inferred read-only
update_page

Replace the content of one of your pages in place.

Inferred read-only
delete_page

Permanently delete one of your pages by slug.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dochost]
url = "https://dochost.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dochost": {
      "type": "http",
      "url": "https://dochost.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dochost
Remote MCP URL: https://dochost.io/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dochost": {
      "url": "https://dochost.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dochost": {
      "type": "http",
      "url": "https://dochost.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dochost",
  "transport": "streamable-http",
  "url": "https://dochost.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for dochost.io was fetched 2026-09-06T18:12:52.886Z.

Trust status Trusted

dochost.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.