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
MCP docs Publish HTML content to a publicly shareable URL. Backed by ShipPage. Pages expire after 14 days (free tier) and are auto-cleaned.
htmlrequiredHTML content to publish. Max ~500KB.
slugoptionalOptional custom URL slug (random if omitted).
titleoptionalOptional page title shown in the browser tab.
passwordoptionalOptional password to gate access.
Direct run call
run_agent({ slug: "publish-html-to-a-public-url", input: {
"html": "value",
"slug": "value",
"title": "value"
} })