# Cloudflare Workers Observability (verified)

Workers observability and debugging. Inspect application logs, analytics, and runtime behavior.

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (10)

- `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.
- `query_worker_observability` — Query the Workers Observability API to analyze logs and metrics from your Cloudflare Workers.
- `observability_keys` — Find keys in the Workers Observability Data
- `observability_values` — Find values in the Workers Observability Data.
- `search_cloudflare_documentation` — Search the Cloudflare documentation.
- `migrate_pages_to_workers_guide` — ALWAYS read this guide before migrating Pages projects to Workers.

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

## Prompts (1)

- `workers-prompt-full` — Detailed prompt for generating Cloudflare Workers code (and other developer platform products) from https://developers.…
