Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

ai.artidrop/artidrop

ai.artidrop/artidrop

Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP.

Uptime
13.6%
140 probes
Response
772ms
last probe
Tools
4
callable

Tools · 4

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' the input; even one stray character can br…

publish_site

Publish a multi-file HTML site from a base64-encoded ZIP file. The ZIP must contain an index.html at its root. For sites larger than ~10MB — or whenever you have the file on disk — prefer the REST API…

get

Get artifact metadata. Set include_content to true to also return the full HTML content.

versions

List version history of an artifact

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.artidrop/artidrop": {
      "url": "https://artidrop.ai/mcp",
      "transport": "streamable-http"
    }
  }
}