{
  "ok": true,
  "resource": {
    "id": "RES_611D6451B1F3",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.artidrop%2Fartidrop/versions/1.1.0",
    "name": "artidrop",
    "summary_en": "Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP.",
    "summary_zh": "通过 MCP 即时将 HTML、Markdown 和多文件站点发布为可共享的 URL。",
    "description_en": "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.",
    "description_zh": "Artidrop 是一个 MCP 服务器，可将 HTML、Markdown 和多文件站点发布为可共享的 URL。它提供四个工具：publish（用于单个 HTML 或 Markdown 内容）、publish_site（通过 base64 编码的 ZIP 发布多文件站点）、get（获取工件元数据，可选包含内容）和 versions（列出版本历史）。服务器可通过 https://artidrop.ai/mcp 访问，并已通过协议检查验证为健康。",
    "provider_name": "ai.artidrop",
    "homepage_url": "https://artidrop.ai/mcp",
    "endpoint_url": "https://artidrop.ai/mcp",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.artidrop%2Fartidrop/versions/1.1.0",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "artifact.publish",
      "artifact.retrieve",
      "artifact.manage"
    ],
    "categories": [
      "developer-tools",
      "productivity"
    ],
    "industries": [
      "software",
      "general"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "1.1.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:10:42.163Z"
      }
    },
    "latest_version": "1.1.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence found.",
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "low",
      "operational_transparency": "partial",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "guided_use",
      "reviewed_at": "2026-09-03T06:10:43.088Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:42.303Z",
    "last_seen_at": "2026-09-03T06:10:42.420Z",
    "published_at": "2026-09-03T06:10:42.420Z",
    "created_at": "2026-09-03T02:49:42.303Z",
    "updated_at": "2026-09-03T06:10:43.088Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_611D6451B1F3",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_611D6451B1F3/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_611D6451B1F3",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.artidrop%2Fartidrop/versions/1.1.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.artidrop/artidrop@1.1.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.artidrop%2Fartidrop/versions/1.1.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:42.303Z",
          "last_seen_at": "2026-09-03T06:10:42.420Z"
        }
      ]
    },
    "tools": [
      {
        "name": "get",
        "title_en": "Get Artifact",
        "title_zh": "获取工件",
        "description_en": "Get artifact metadata. Set include_content to true to also return the full HTML content.",
        "description_zh": "获取工件元数据。将 include_content 设置为 true 以同时返回完整的 HTML 内容。",
        "input_schema": {
          "$schema": "http://json-schema.org/draft-07/schema#",
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "Artifact ID or short ID"
            },
            "include_content": {
              "description": "Include the full HTML content in the response (default: false)",
              "type": "boolean"
            }
          },
          "required": [
            "id"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "publish",
        "title_en": "Publish Content",
        "title_zh": "发布内容",
        "description_en": "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.",
        "description_zh": "将 HTML 或 Markdown 内容发布为可共享的 URL。请从源文件逐字节传递 `content`——不要重新输入、重新格式化、压缩、总结或“清理”输入；即使一个多余字符也可能破坏发布页面上的内联脚本。如果内容太大无法通过模型逐字复制，请改用 REST 端点 `POST /v1/artifacts`（或对于 ZIP 使用 `/v1/artifacts/upload`）。对于 Markdown，可选择将图片作为 base64 编码的数据包含。",
        "input_schema": {
          "$schema": "http://json-schema.org/draft-07/schema#",
          "type": "object",
          "properties": {
            "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."
            },
            "format": {
              "type": "string",
              "enum": [
                "html",
                "markdown"
              ],
              "description": "Content format"
            },
            "title": {
              "description": "Artifact title (default: Untitled)",
              "type": "string"
            },
            "visibility": {
              "description": "Visibility (default: unlisted)",
              "type": "string",
              "enum": [
                "public",
                "unlisted"
              ]
            },
            "images": {
              "description": "Images referenced in the markdown content. Only used when format is 'markdown'.",
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "path": {
                    "type": "string",
                    "description": "Relative path as referenced in the markdown (e.g., 'images/demo.png')"
                  },
                  "data": {
                    "type": "string",
                    "description": "Base64-encoded image file data"
                  }
                },
                "required": [
                  "path",
                  "data"
                ]
              }
            }
          },
          "required": [
            "content",
            "format"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "external_data_transfer",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "publish_site",
        "title_en": "Publish Multi-file Site",
        "title_zh": "发布多文件站点",
        "description_en": "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.",
        "description_zh": "从 base64 编码的 ZIP 文件发布多文件 HTML 站点。ZIP 必须在其根目录包含 index.html。对于大于约 10MB 的站点——或当您有文件在磁盘上时——请优先使用 REST API /v1/artifacts/upload 端点，以避免 base64 开销并确保字节级准确上传。",
        "input_schema": {
          "$schema": "http://json-schema.org/draft-07/schema#",
          "type": "object",
          "properties": {
            "zip_base64": {
              "type": "string",
              "description": "Base64-encoded ZIP file containing the site files"
            },
            "title": {
              "description": "Site title (default: Untitled)",
              "type": "string"
            },
            "visibility": {
              "description": "Visibility (default: unlisted)",
              "type": "string",
              "enum": [
                "public",
                "unlisted"
              ]
            }
          },
          "required": [
            "zip_base64"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "external_data_transfer",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "versions",
        "title_en": "List Versions",
        "title_zh": "列出版本",
        "description_en": "List version history of an artifact",
        "description_zh": "列出工件的版本历史。",
        "input_schema": {
          "$schema": "http://json-schema.org/draft-07/schema#",
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "Artifact ID"
            }
          },
          "required": [
            "id"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v2",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "strong",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "low",
        "operational_transparency": "partial",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "guided_use"
      },
      "profile": {
        "capabilities": [
          {
            "id": "artifact.publish",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "artifact.retrieve",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "artifact.manage",
            "weight": 60,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "document-processing",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "agent-orchestration",
            "weight": 50,
            "confidence": 70,
            "evidence_ids": [
              "source-record"
            ]
          }
        ],
        "workflow_roles": [
          "generate",
          "deliver"
        ]
      },
      "capability_units": [
        {
          "id": "tool:publish",
          "kind": "mcp_tool",
          "capability_id": "artifact.publish",
          "effect": "external_data_transfer",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "text/html",
            "text/markdown",
            "image/*"
          ],
          "produces": [
            "application/json"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:publish_site",
          "kind": "mcp_tool",
          "capability_id": "artifact.publish",
          "effect": "external_data_transfer",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "application/zip"
          ],
          "produces": [
            "application/json"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get",
          "kind": "mcp_tool",
          "capability_id": "artifact.retrieve",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "text/plain"
          ],
          "produces": [
            "application/json"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:versions",
          "kind": "mcp_tool",
          "capability_id": "artifact.manage",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "text/plain"
          ],
          "produces": [
            "application/json"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": "No suspicious or malicious evidence found."
      },
      "fit": {
        "good_for": [
          "Publishing HTML or Markdown content as shareable URLs",
          "Publishing multi-file HTML sites from ZIP archives",
          "Retrieving artifact metadata and content",
          "Tracking artifact version history"
        ],
        "not_for": [
          "Large file uploads (over ~10MB) via MCP tools; prefer REST API",
          "Content that must be copied verbatim but exceeds model context limits"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.artidrop%2Fartidrop/versions/1.1.0",
          "observation": "MCP source record for artidrop; version 1.1.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://artidrop.ai/mcp#tools/list",
          "observation": "4 tools were returned by MCP discovery; 4 were retained for review.",
          "observed_at": "2026-09-03T06:10:31.333Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication requirements",
        "Pricing model",
        "Idempotency of publish and publish_site tools",
        "Exact output schema of tools",
        "Real-world usage patterns"
      ],
      "id": "REV_E12B0C8D8346",
      "resource_id": "RES_611D6451B1F3",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:10:43.088Z"
    }
  }
}