Developer Tools
upd.live
Helps deploy projects to a live URL by assessing, planning, and executing deployment.
ENDPOINT 1
https://mcp.upd.live/mcp
Known tools 13
prep_guideReturn the step-by-step guide your agent MUST follow to prepare a project and deploy it to upd.: confirm it meets the type's contract, fix what's missing, archive it, and the EXACT upload call (endpoint + auth + tar.gz).
deploy_localDeploy a local project folder to a live URL on upd.
deploy_gitDeploy a PUBLIC git repository to a live URL on upd.
assess_projectBEFORE deploying, research the project LOCALLY (you have the code + compute) and send upd.
deployment_planTurn a 'ready' planRef (from assess_project) into a concrete plan to confirm with the user: power class, memory, whether it will be ephemeral (anon) or persistent (account), the expected URL pattern, and what will happen.
deployment_statusCheck ONE of your deployments by id.
list_deploymentsList your ACTIVE deployments (live + currently building), newest first, each as the standard object { id, name, status, url, source, isAnon, expiresAt, createdAt }.
destroy_deploymentPermanently take down ONE of your deployments (tears down its live app and frees a slot).
redeployRe-deploy ONE of your existing projects with the latest code, reusing the SAME app and url (never creates a second app).
account_statusShow who you are and how much room you have.
loginLink this machine's upd.
claim_linkGet ONE clickable link the user opens to permanently save (claim) their upd.
deployment_logsFetch build/run logs for a upd.