html·host
Sign in
Hosted MCP server + agent skill·v1.0

Your agent publishes HTML.
You share one secure link.

html-host gives AI agents a single tool to publish a self-contained HTML document and get back an unguessable /h/<slug> link. No build step. No chrome. Just the page.

Continue with GitHubSee a live example

Works with Claude Code, Claude Desktop, and any MCP client. No agent yet? Sign in and publish your first page by hand from the dashboard.

agent session
// agent calls the tool
publish_html({
name: "Q3 Revenue Report",
html: "<!doctype html>…"
})
→ returns
Live instantly. Sandboxed. The link is the secret — share it with anyone, revoke it anytime.
How it works

Publish to link in one motion

01

Agent calls publish

Over the hosted MCP server or REST, with a name and a self-contained HTML string.

02

Gets back a /h link

A 256-bit unguessable slug. Re-publishing by name overwrites in place and keeps history.

03

You share it

Sandboxed, no app chrome. Manage every doc and token from your dashboard.

One command to connect your agent

Add the hosted MCP server, drop in the html-host skill, and your agent can publish on its own.

Run the command — your agent opens a browser to sign in with GitHub. No token to copy. Prefer a token? Create one in the dashboard.

$claude mcp add --transport http html-host …
$curl -fsSL https://html.paulvanderlei.com/skill -o …/skills/html-host/SKILL.md

The first command registers the tools; the second installs the skill so your agent reaches for html-host on its own. Both are user-scoped — set up once, available in every project.

# skill auto-discovers the tools
tools: [ publish_html, list_docs,
get_doc, get_doc_source, delete_doc ]
✓ connected · 5 tools available