# rendex-mcp

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list copperline/rendex-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get copperline/rendex-mcp rendex_screenshot

# Call a tool
npx -y @smithery/cli@latest tool call copperline/rendex-mcp rendex_screenshot '{}'
```

## Direct MCP Connection

Endpoint: `https://rendex-mcp--copperline.run.tools`

**Required config:**
- `apiKey` (query) — Rendex API key from rendex.dev/dashboard/keys

## Tools (1)

- `rendex_screenshot` — Capture a screenshot or PDF of any webpage or raw HTML. Supports full-page capture, dark mode, ad blocking, custom view…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get copperline/rendex-mcp <tool-name>
```
