{"service":"drop-deploy","name":"Drop Deploy MCP Server","version":"1.0.0","description":"Instant HTML & ZIP hosting MCP server. Deploy web pages created by AI assistants and get a live URL immediately. No authentication required.","protocol":"Model Context Protocol (MCP) — JSON-RPC 2.0 Streamable HTTP","endpoint":"https://dropdeploy.co/api/mcp","homepage":"https://dropdeploy.co","docs":"https://dropdeploy.co/llms.txt","manifest":"https://dropdeploy.co/.well-known/mcp.json","tools":[{"name":"deploy_html","description":"Deploy an HTML string as a live public website. Returns a unique URL instantly. Use this whenever the user wants to publish or share an HTML page.","required":["html"]},{"name":"deploy_zip","description":"Deploy a multi-file project from a base64-encoded ZIP. The ZIP must contain an index.html at its root (or inside a single top-level folder). Returns the live URL.","required":["zip_base64"]}],"usage":{"claude_ai":"Settings → Integrations → Add → https://dropdeploy.co/api/mcp","claude_desktop":{"mcpServers":{"drop-deploy":{"url":"https://dropdeploy.co/api/mcp"}}},"cursor_windsurf":"Add MCP server URL: https://dropdeploy.co/api/mcp"},"example":{"request":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"deploy_html","arguments":{"html":"<!DOCTYPE html><html><body><h1>Hello from AI!</h1></body></html>","name":"hello.html"}}},"response":{"jsonrpc":"2.0","id":1,"result":{"content":[{"type":"text","text":"✅ Deployed!\n\nURL: https://abc123.dropdeploy.co\n\nThe site is live and publicly accessible."}]}}}}