# Sitedropper Sitedropper deploys local and coding-agent-built web projects to controlled live HTTPS URLs. Connect an MCP client, upload a ZIP in the dashboard, or automate the Local-to-Live flow with the REST API. New projects start Draft so the URL can be reviewed before it is shared. ## Product and documentation - Home: https://sitedropper.com/ - Documentation: https://sitedropper.com/docs - REST API documentation: https://sitedropper.com/docs/rest - Pricing and availability: https://sitedropper.com/pricing - Access request: https://sitedropper.com/contact - Learn guides: https://sitedropper.com/learn - MCP endpoint: https://mcp.sitedropper.com/mcp ## Deployment paths 1. MCP: Claude Code, Codex, Cursor, and Pi (through a provisional third-party adapter path whose source users should review) can connect to the hosted MCP endpoint. The first action opens browser sign-in and scoped approval. 2. ZIP upload: For prebuilt static sites, ZIP the contents of the build output so index.html is at the archive root when possible. 3. REST: Existing accounts can authenticate with a JWT bearer token, prepare a Local-to-Live upload, and poll the returned parent operation. ## Current boundaries Supported project types include static HTML/CSS/JavaScript, supported Node and Python applications, and existing Dockerfile projects. Do not assume that custom domains, checkout, rollback, runtime logs, databases, persistent volumes, cron jobs, workers, multi-container apps, or multi-region support are available. ## Safe first prompt Deploy this project with Sitedropper. Build it locally first if it is a static front end, keep the deployment Draft, poll the operation until it finishes, and give me the live URL.