# Hyperbrowser

Scrape, extract structured data, and crawl webpages effortlessly. Enhance your applications with powerful web scraping capabilities and structured data extraction tools.

## Quick Start

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

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

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

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

## Tools (10)

- `scrape_webpage` — Scrape a webpage and extract its content in various formats. This tool allows fetching content from a single URL with c…
- `crawl_webpages` — Crawl a website starting from a URL and explore linked pages. This tool allows systematic collection of content from mu…
- `extract_structured_data` — Extract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema.
- `browser_use_agent` — This tool employs an open-source browser automation agent optimized specifically for fast, efficient, and cost-effectiv…
- `openai_computer_use_agent` — This tool utilizes OpenAI's model to autonomously execute general-purpose browser-based tasks with balanced performance…
- `claude_computer_use_agent` — This tool leverages Anthropic's Claude model to autonomously execute complex browser tasks with sophisticated reasoning…
- `search_with_bing` — Search the web using Bing. This tool allows you to search the web using bing.com
- `create_profile` — Creates a new persistent Hyperbrowser profile.
- `delete_profile` — Deletes an existing persistent Hyperbrowser profile.
- `list_profiles` — Lists existing persistent Hyperbrowser profiles, with optional pagination.

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

---

Source: https://github.com/hyperbrowserai/mcp | License: MIT
