# mcp MCP server

Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app.

## Links
- Registry page: https://www.getdrio.com/mcp/app-htmldrop-mcp
- Website: https://htmldrop.app

## Install
- Command: `npx -y @htmldrop.app/mcp`
- Endpoint: https://htmldrop.app/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Package: Npm @htmldrop.app/mcp v0.3.4
- Environment variable: HTMLDROP_API_TOKEN (required; secret)
- Environment variable: HTMLDROP_API_URL (default https://htmldrop.app/api/v1)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://htmldrop.app/mcp

## Tools
- 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 / Markdown content. Pass exactly one of `html` or `markdown`. Endpoint: https://htmldrop.app/mcp
- htmldrop_list - List every site the authenticated tenant has published. Returns each site's slug, id, and public URL. Endpoint: https://htmldrop.app/mcp
- 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. Endpoint: https://htmldrop.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: app.htmldrop
- Version: 0.3.4
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 31, 2026
- Source: https://registry.modelcontextprotocol.io
