artidrop
What this MCP does
Publishes HTML, Markdown, and multi-file websites as shareable URLs and manages artifact versions.
Tools
Input schema
{'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Artifact ID or short ID'}, 'include_content': {'type': 'boolean', 'description': 'Include the full HTML content in the response (default: false)'}}}
Input schema
{'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content', 'format'], 'properties': {'title': {'type': 'string', 'description': 'Artifact title (default: Untitled)'}, 'format': {'enum': ['html', 'markdown'], 'type': 'string', 'description': 'Content format'}, 'images': {'type': 'array', 'items': {'type': 'object', 'required': ['path', 'data'], 'properties': {'data': {'type': 'string', 'description': 'Base64-encoded image file data'}, 'path': {'type': 'string', 'description': "Relative path as referenced in the markdown (e.g., 'images/demo.png')"}}}, 'description': "Images referenced in the markdown content. Only used when format is 'markdown'."}, 'content': {'type': 'string', 'description': 'The HTML or Markdown content to publish. Copy this verbatim from the source file or buffer — do not modify, reformat, or regenerate it. Whitespace, emojis, comments, and exact character sequences inside <script> and <style> blocks all matter. If you cannot fit the full content unmodified in one tool call, fall back to POST /v1/artifacts via curl.'}, 'visibility': {'enum': ['public', 'unlisted'], 'type': 'string', 'description': 'Visibility (default: unlisted)'}}}
Input schema
{'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['zip_base64'], 'properties': {'title': {'type': 'string', 'description': 'Site title (default: Untitled)'}, 'visibility': {'enum': ['public', 'unlisted'], 'type': 'string', 'description': 'Visibility (default: unlisted)'}, 'zip_base64': {'type': 'string', 'description': 'Base64-encoded ZIP file containing the site files'}}}
Input schema
{'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Artifact ID'}}}
Recent tool changes
Similar MCP servers
docs-mcp
Searches, retrieves, refreshes, and explains Tandem documentation, installation guides, SDKs, workflows, and deployment instructi…
AFMR Discovery
Exposes AFMR specifications, registries, schemas, failure-mode records, and attestation and evidence contracts.
One-Page Readiness Check — 10 Signals, Arabic or English
Checks a public store page for machine-readable readiness signals and returns one actionable finding with verification evidence.
Arketo
Provides a live application architecture canvas that identifies bottlenecks and potential security gaps.
AgentUtility Mediakit
Pay-per-call x402 MCP cluster identified as media-kit-related; no tools are exposed in the registry.
AnomalyArmor
Provides data observability capabilities including alerts, freshness monitoring, schema-drift detection, lineage, and data-qualit…
AgentUtility Browser Workflow
Described as an AgentUtility browser-workflow cluster offering pay-per-call tools, but no specific browser capabilities or tools …
mcp
Monitors production systems, identifies operational issues, and produces reviewed GitHub fix pull requests.