# Browserless

Scrape any webpage to extract content in formats like Markdown, HTML, or PDF. Navigate JavaScript-heavy sites and bypass anti-bot protections automatically. Transform raw web data into structured inf…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get browserless/browserless-mcp browserless_smartscraper

# Call a tool
npx -y @smithery/cli@latest tool call browserless/browserless-mcp browserless_smartscraper '{}'
```

## Direct MCP Connection

Endpoint: `https://browserless-mcp--browserless.run.tools`

**Required config:**
- `token` (query) — Your Browserless API Token

## Tools (1)

- `browserless_smartscraper` — Scrape any webpage using the Browserless smart scraper. Returns page content in requested formats (markdown, html, scre…

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

## Resources

- `browserless://api-docs`
- `browserless://status`

## Prompts (2)

- `scrape-url` (url, includeScreenshot) — Scrape a webpage and return its content as markdown with metadata
- `extract-content` (url, instructions) — Extract specific information from a webpage using the smart scraper
