getGet ArtifactGet artifact metadata. Set include_content to true to also return the full HTML content.
MCP SERVER
https://artidrop.ai/mcpSUMMARY
Artidrop is an MCP server that publishes HTML, Markdown, and multi-file sites as shareable URLs. It exposes four tools: publish (for single HTML or Markdown content), publish_site (for multi-file sites via base64-encoded ZIP), get (to retrieve artifact metadata and optionally content), and versions (to list version history). The server is reachable at https://artidrop.ai/mcp and was verified healthy via protocol inspection.
CAPABILITIES
Evidence-backed capability profile
TOOLS IN THIS MCP SERVER
getGet ArtifactGet artifact metadata. Set include_content to true to also return the full HTML content.
publishPublish ContentPublish 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 break inline scripts on the published page. If the content is too large to copy verbatim through the model, use the REST endpoint `POST /v1/artifacts` (or `/v1/artifacts/upload` for ZIPs) instead. For Markdown, optionally include images as base64-encoded data.
publish_sitePublish Multi-file SitePublish 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 /v1/artifacts/upload endpoint to avoid base64 overhead and to guarantee byte-faithful upload.
versionsList VersionsList version history of an artifact
MACHINE-READABLE ENDPOINTS
ACCESS
USAGE OBSERVATIONS