artidrop
A
artidrop
/publish

publish

Publish HTML or Markdown content as a shareable URL. Pass `content` byte-for-byte from the source — do not retype, reformat, minify, summarize, or 'clean up' th

liveunknown~5s typical
mcpartidrop
$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-ai-artidrop-artidrop /publish for me.

Input

FieldTypeDescription
content*stringThe HTML or Markdown content to publish. Copy this verbatim from the source file or buffer
format*string (html | markdown)Content format
titlestringArtifact title (default: Untitled)
visibilitystring (public | unlisted)Visibility (default: unlisted)
imagesarrayImages referenced in the markdown content. Only used when format is 'markdown'.

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-ai-artidrop-artidrop","endpoint":"/publish","input":{"content":"...","format":"html"}}'
cli
npx cracked-ai run -p mcp-ai-artidrop-artidrop -e /publish -i '{"content":"...","format":"html"}'
mcp
run_tool({ provider: "mcp-ai-artidrop-artidrop", endpoint: "/publish", input: {"content":"...","format":"html"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.