# Cloudflare Browser Rendering (verified)

Browser rendering service. Fetch web pages, convert to markdown, and capture screenshots.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list cloudflare/browser-rendering

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

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

## Direct MCP Connection

Endpoint: `https://cloudflare-browser-rendering.run.tools`

## Tools (5)

- `accounts_list` — List all accounts in your Cloudflare account
- `set_active_account` — Set active account to be used for tool calls that require accountId
- `get_url_html_content` — Get page HTML content
- `get_url_markdown` — Get page converted into Markdown
- `get_url_screenshot` — Get page screenshot

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