M
mcp
/htmldrop_publish
htmldrop publish
Publish an HTML or Markdown document as a hosted page on htmldrop. Returns the public share URL. Use this whenever a user asks to publish, share, or 'put on the
liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-htmldrop-mcp /htmldrop_publish for me.
Input
| Field | Type | Description |
|---|---|---|
| html | string | Raw HTML document content. Either this or `markdown` must be set. |
| markdown | string | Markdown content. Will be rendered to HTML on the server. Either this or `html` must be se |
| slug | string | Optional URL slug (3-63 chars, lowercase letters, numbers, hyphens). If omitted, a random |
| title | string | Optional title shown in the dashboard list. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-htmldrop-mcp","endpoint":"/htmldrop_publish","input":{}}'cli
npx cracked-ai run -p mcp-app-htmldrop-mcp -e /htmldrop_publish -i '{}'mcp
run_tool({ provider: "mcp-app-htmldrop-mcp", endpoint: "/htmldrop_publish", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.