Back to search
100
MCP
live
v1.1.0
streamable-http
ai.artidrop/artidrop
ai.artidrop/artidropPublish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP.
Uptime
61.5%
13 probes
Response
947ms
last probe
Tools
4
callable
Primary URL
https://artidrop.ai/mcp
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
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.artidrop/artidrop": {
"url": "https://artidrop.ai/mcp",
"transport": "streamable-http"
}
}
}