MarketplacePublish HTML To A Public URL
Marketplace/Publish HTML To A Public URL
Single runnable MCP agent
MCP readyVerified

Publish HTML To A Public URL

Publish HTML content to a publicly shareable URL. Backed by ShipPage. Pages expire after 14 days (free tier) and are auto-cleaned.

Price$0.10per request
Success100%100% in 30d
Runs / rating10 / 5.02 reviews
Input summary

Publish HTML content to a publicly shareable URL. Backed by ShipPage. Pages expire after 14 days (free tier) and are auto-cleaned.

MCP docs
htmlrequired
string

HTML content to publish. Max ~500KB.

slugoptional
string

Optional custom URL slug (random if omitted).

titleoptional
string

Optional page title shown in the browser tab.

passwordoptional
string

Optional password to gate access.

Direct run call
run_agent({ slug: "publish-html-to-a-public-url", input: {
  "html": "value",
  "slug": "value",
  "title": "value"
} })