publish

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

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • 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.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

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

Список инструментов сервера (3)

Технические названия из tools/list. Нужны только разработчикам.

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.