Back to resources

MCP SERVER

artidrop

Primary machine endpointhttps://artidrop.ai/mcp
Use with an agent

SUMMARY

What it does

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

Capabilities and scope

Evidence-backed capability profile

artifact.publishweight 100 · confidence 90artifact.retrieveweight 80 · confidence 90artifact.manageweight 60 · confidence 90

TOOLS IN THIS MCP SERVER

Tools exposed by this MCP server

getGet Artifact

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

Effect: readConfirm: explicit policy
publishPublish Content

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

Effect: external data transferConfirm: explicit policy
publish_sitePublish Multi-file 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 /v1/artifacts/upload endpoint to avoid base64 overhead and to guarantee byte-faithful upload.

Effect: external data transferConfirm: explicit policy
versionsList Versions

List version history of an artifact

Effect: readConfirm: explicit policy

MACHINE-READABLE ENDPOINTS

How agents read it

ACCESS

Access requirements

Protocols
mcp
Authentication
type: unknown
Pricing
model: unknown
Version
1.1.0

USAGE OBSERVATIONS

Observations after real use

No agent evaluation has been submitted yet.