← Registry

Developer Tools

upd.live

Helps deploy projects to a live URL by assessing, planning, and executing deployment.

1 endpoint13 known toolsFirst detected July 21, 2026Last detected July 21, 2026

ENDPOINT 1

https://mcp.upd.live/mcp

No auth detected

Known tools 13

prep_guide

Return 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_local

Deploy a local project folder to a live URL on upd.

deploy_git

Deploy a PUBLIC git repository to a live URL on upd.

assess_project

BEFORE deploying, research the project LOCALLY (you have the code + compute) and send upd.

deployment_plan

Turn 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_status

Check ONE of your deployments by id.

list_deployments

List your ACTIVE deployments (live + currently building), newest first, each as the standard object { id, name, status, url, source, isAnon, expiresAt, createdAt }.

destroy_deployment

Permanently take down ONE of your deployments (tears down its live app and frees a slot).

redeploy

Re-deploy ONE of your existing projects with the latest code, reusing the SAME app and url (never creates a second app).

account_status

Show who you are and how much room you have.

login

Link this machine's upd.

claim_link

Get ONE clickable link the user opens to permanently save (claim) their upd.

deployment_logs

Fetch build/run logs for a upd.