Tool reference

MCP Tools

See what every StaticX MCP tool reads or changes, including the confirmations required for destructive actions.

Tool contract

Every action says what it changes.

Read tools inspect state. Write tools create or publish. Confirm tools cannot run until the user supplies the exact confirmation text.

TypeToolPurpose
Readstaticx_configCheck API URL, default site, and token presence without exposing the token.
Readstaticx_auth_checkValidate the configured token and return its user context.
Readstaticx_list_workspacesList workspaces visible to the token.
Writestaticx_create_workspaceCreate a workspace when the token allows it.
Readstaticx_list_projectsList visible sites, optionally inside one workspace.
Readstaticx_get_projectRead one site and its live URL.
Writestaticx_create_projectCreate an empty site.
Writestaticx_upload_zipUpload a static build ZIP.
Writestaticx_import_urlImport a public website URL into the site workspace.
Writestaticx_deploy_projectPublish the current site workspace.
Writestaticx_deploy_zipUpload, deploy, read state, and return the live URL in one flow.
Readstaticx_list_deploymentsList immutable deployment versions.
Confirmstaticx_rollback_deploymentRequires the exact confirmation ROLLBACK deployment_id.
Confirmstaticx_delete_deploymentRequires the exact confirmation DELETE deployment_id.
Readstaticx_get_logsRead recent site activity and deployment errors.
Writestaticx_set_environment_variablesSync site environment variables.
Writestaticx_connect_custom_domainConnect a custom domain and return its DNS record.
Readstaticx_get_custom_domain_statusRead DNS and activation status.
Readstaticx_agent_guideReturn the built-in safe deployment instructions.