# Cloudflare Workers Builds (verified)

Workers build management. Get insights and manage your Cloudflare Workers Builds.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cloudflare/workers-builds

# Browse available tools
npx -y @smithery/cli@latest tool list cloudflare/workers-builds

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cloudflare/workers-builds accounts_list

# Call a tool
npx -y @smithery/cli@latest tool call cloudflare/workers-builds accounts_list '{}'
```

## Direct MCP Connection

Endpoint: `https://cloudflare-workers-builds.run.tools`

## Tools (9)

- `accounts_list` — List all accounts in your Cloudflare account
- `set_active_account` — Set active account to be used for tool calls that require accountId
- `workers_list` — List all Workers in your Cloudflare account.
- `workers_get_worker` — Get the details of the Cloudflare Worker.
- `workers_get_worker_code` — Get the source code of a Cloudflare Worker. Note: This may be a bundled version of the worker.
- `workers_builds_set_active_worker` — Set the active Worker ID for subsequent calls.
- `workers_builds_list_builds` — Use the Workers Builds API to list builds for a Cloudflare Worker.
- `workers_builds_get_build` — Get details for a specific build by its UUID.
- `workers_builds_get_build_logs` — Get logs for a Cloudflare Workers build.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cloudflare/workers-builds <tool-name>
```
