MCP clients

MCP Server for Publishing HTML

hypertext.live is an MCP server for publishing complete HTML documents with a publish_html tool and returning public URLs.

MCP server HTML publishingpublish_html MCP toolMCP HTML artifactMCP server for agentspublish HTML documents

Why this matters

Agents need a small, predictable tool that accepts complete HTML and returns a public share URL.

Copy this prompt

Use the hypertext.live MCP endpoint at https://hypertext.live/mcp. Call publish_html with a complete <!doctype html> document and return the URL.

When to use it

  • Agent workflows that generate reports as HTML.
  • Toolchains that need a public browser URL as the final output.
  • MCP clients that prefer one purpose-built publish tool.

MCP Registry

live.hypertext/hypertext

Endpoint

https://hypertext.live/mcp

Tool

publish_html

Input

{"html":"<!doctype html><html>...</html>","title":"Optional title"}