Available MCP Tools
Reference of all tools exposed by the MCP server. These are the actions a coding agent can perform when connected to your organization.
Environment Management
| Tool | Description |
|---|
prepare_temp_deployment | Prepare for deploying local changes without committing to main. Returns git commands to create a temporary branch. Call this before create_environment when testing uncommitted code. |
create_environment | Create a new ephemeral cloud environment. Can clone from an existing deployment or create from scratch. |
get_environment_status | Get the current status and details of an environment including URLs and health information. |
get_environment_logs | Get structured build and deployment logs for an environment. |
destroy_environment | Destroy an ephemeral environment and clean up all associated resources. |
Jobs
| Tool | Description |
|---|
get_job_status | Poll the status of an async job (environment creation, destruction, or tests). |
Deployments
| Tool | Description |
|---|
list_deployments | List available deployments that can be cloned for ephemeral environments. |
list_environments | List existing environments in the organization. |
run_tests | Run tests on an environment. Returns a job ID to poll for results. |
Repositories
| Tool | Description |
|---|
list_repositories | List repositories from connected providers (GitHub, GitLab, Bitbucket). |
connect_repository | Connect a new repository provider and get an authorization URL. |
create_deployment | Create a new deployment configuration. Supports static-site, web-service, and private-service types. |
get_deployment | Get detailed information about a specific deployment. |