publish

htmldrop turns anything Claude generates — HTML, Markdown, résumés, dashboards, posters, internal docs — into a real hosted URL you can share.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • 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 web' some HTML / Mark
  • Htmldrop List: List every site the authenticated tenant has published. Returns each site's slug, id, and public URL.
  • Htmldrop Delete: Delete a site by its id. The id is the opaque string returned from htmldrop_list (NOT the slug). Once deleted the public URL returns 404 immediately.

What data it sees

Do you need an account

No: the server works without sign-in

htmldrop turns anything Claude generates — HTML, Markdown, résumés, dashboards, posters, internal docs — into a real hosted URL you can share. One tool call, no copy-paste.

Tools htmldrop_publish Publish an HTML or Markdown document. Returns the public share URL. htmldrop_list List every page you've published. htmldrop_delete Remove a page by id.

Auth via OAuth — the install flow opens an htmldrop consent screen in your browser, you click Allow, done. No API tokens to paste, no config to manage. Tokens are short-lived (60 min access + 30 day rotating refresh) and revocable from your dashboard.

Free tier: 3 active pages, 50 MB storage, 30-day TTL. Paid plans (from $5/mo) lift caps, hide branding, add custom domains + password protection.

Built by Middle East Software Solutions Limited — htmldrop.app

Server tool list (3)

Raw names from tools/list. Only developers need these.

htmldrop_publishPublish 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 web' some HTML / Markdown content. Pass exactly one of `html` or `markdown`.
htmldrop_listList every site the authenticated tenant has published. Returns each site's slug, id, and public URL.
htmldrop_deleteDelete a site by its id. The id is the opaque string returned from htmldrop_list (NOT the slug). Once deleted the public URL returns 404 immediately.