MCP server intelligence profile

Hyperbrowser MCP Server

Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.

Local Onlyhyperbrowserai
Awaiting current scanNpm · 1.0.25

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
10Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install hyperbrowser-mcp from npm

Version 1.0.25 declares 1 executable entrypoint.

npm install --save-exact hyperbrowser-mcp@1.0.25
npx -y -p hyperbrowser-mcp@1.0.25 hyperbrowser-mcp
MCP client configuration example
{
  "mcpServers": {
    "hyperbrowser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "hyperbrowser-mcp@1.0.25",
        "hyperbrowser-mcp"
      ]
    }
  }
}

Identity

Canonical slughyperbrowser-98813a5bDeploymentLocal Only
Canonical packagenpm:hyperbrowser-mcpRepositoryhyperbrowserai/mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmhyperbrowser-mcp1.0.2526Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmhyperbrowser-mcp1.0.25CurrentSep 5, 202610 toolsPartial · 54 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
hyperbrowserServer-reported name
2Capability groups
Aug 15, 2026Observed

Tools 10

ToolCategoryAnnotationsRisk
browser_use_agentThis tool employs an open-source browser automation agent optimized specifically for fast, efficient, and cost-effective browser tasks using a cloud browser. It requires explicit, detailed instructions to perform highly specific interactions quickly. Optimal for tasks requiring: - Precise, explicitly defined interactions and actions - Speed and efficiency with clear, unambiguous instructions - Cost-effective automation at scale with straightforward workflows Best suited use cases include: - Explicitly defined registration and login processes - Clearly guided navigation through web apps - Structured, step-by-step web scraping with detailed guidance - Extracting data via explicitly specified browser interactions You must provide extremely detailed step-by-step instructions, including exact elements, actions, and explicit context. Clearly define the desired outcome for optimal results. Returns the completed result or an error message if issues arise. Note: This agent trades off flexibility for significantly faster performance and lower costs compared to Claude and OpenAI agents.
Input schema
{
  "type": "object",
  "properties": {
    "task": {
      "type": "string",
      "description": "The task to perform inside the browser"
    },
    "sessionOptions": {
      "type": "object",
      "properties": {
        "useProxy": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use a proxy. Recommended false."
        },
        "useStealth": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use stealth mode. Recommended false."
        },
        "solveCaptchas": {
          "type": "boolean",
          "default": false,
          "description": "Whether to solve captchas. Recommended false."
        },
        "acceptCookies": {
          "type": "boolean",
          "default": false,
          "description": "Whether to automatically close the accept cookies popup. Recommended false."
        },
        "profile": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "ID of the persistent profile to use for the session"
            },
            "persistChanges": {
              "type": "boolean",
              "default": true,
              "description": "Whether changes made during the session should be saved to the profile. Recommended true."
            }
          },
          "additionalProperties": false,
          "description": "Options for using a persistent Hyperbrowser profile"
        }
      },
      "additionalProperties": false,
      "description": "Options for the browser session. Avoid setting these if not mentioned explicitly"
    },
    "returnStepInfo": {
      "type": "boolean",
      "default": false,
      "description": "Whether to return step-by-step information about the task.Should be false by default. May contain excessive information, so we strongly recommend setting this to false."
    },
    "maxSteps": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "minimum": 1,
      "maximum": 100,
      "default": 25
    }
  },
  "required": [
    "task"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
claude_computer_use_agentThis tool leverages Anthropic's Claude model to autonomously execute complex browser tasks with sophisticated reasoning capabilities using a cloud browser. It specializes in handling intricate, nuanced, or highly context-sensitive web interactions. Optimal for tasks requiring: - Complex reasoning over multiple web pages - Nuanced interpretation and flexible decision-making - Human-like interaction with detailed context awareness Best suited use cases include: - Multi-step processes requiring reasoning (e.g., detailed registrations or onboarding) - Interacting intelligently with advanced web apps - Conducting in-depth research with complex conditions - Extracting information from dynamic or interactive websites Provide detailed task instructions, relevant context, and clearly specify the desired outcome for best results. Returns the completed result or an error message if issues arise.
Input schema
{
  "type": "object",
  "properties": {
    "task": {
      "type": "string",
      "description": "The task to perform inside the browser"
    },
    "sessionOptions": {
      "type": "object",
      "properties": {
        "useProxy": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use a proxy. Recommended false."
        },
        "useStealth": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use stealth mode. Recommended false."
        },
        "solveCaptchas": {
          "type": "boolean",
          "default": false,
          "description": "Whether to solve captchas. Recommended false."
        },
        "acceptCookies": {
          "type": "boolean",
          "default": false,
          "description": "Whether to automatically close the accept cookies popup. Recommended false."
        },
        "profile": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "ID of the persistent profile to use for the session"
            },
            "persistChanges": {
              "type": "boolean",
              "default": true,
              "description": "Whether changes made during the session should be saved to the profile. Recommended true."
            }
          },
          "additionalProperties": false,
          "description": "Options for using a persistent Hyperbrowser profile"
        }
      },
      "additionalProperties": false,
      "description": "Options for the browser session. Avoid setting these if not mentioned explicitly"
    },
    "returnStepInfo": {
      "type": "boolean",
      "default": false,
      "description": "Whether to return step-by-step information about the task.Should be false by default. May contain excessive information, so we strongly recommend setting this to false."
    },
    "maxSteps": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "minimum": 1,
      "maximum": 100,
      "default": 25
    }
  },
  "required": [
    "task"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
crawl_webpagesCrawl a website starting from a URL and explore linked pages. This tool allows systematic collection of content from multiple pages within a domain. Use this for larger data collection tasks, content indexing, or site mapping.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the webpage to crawl."
    },
    "sessionOptions": {
      "type": "object",
      "properties": {
        "useProxy": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use a proxy. Recommended false."
        },
        "useStealth": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use stealth mode. Recommended false."
        },
        "solveCaptchas": {
          "type": "boolean",
          "default": false,
          "description": "Whether to solve captchas. Recommended false."
        },
        "acceptCookies": {
          "type": "boolean",
          "default": false,
          "description": "Whether to automatically close the accept cookies popup. Recommended false."
        },
        "profile": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "ID of the persistent profile to use for the session"
            },
            "persistChanges": {
              "type": "boolean",
              "default": true,
              "description": "Whether changes made during the session should be saved to the profile. Recommended true."
            }
          },
          "additionalProperties": false,
          "description": "Options for using a persistent Hyperbrowser profile"
        }
      },
      "additionalProperties": false,
      "description": "Options for the browser session. Avoid setting these if not mentioned explicitly"
    },
    "outputFormat": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "markdown",
          "html",
          "links",
          "screenshot"
        ]
      },
      "minItems": 1,
      "description": "The format of the output"
    },
    "followLinks": {
      "type": "boolean",
      "description": "Whether to follow links on the crawled webpages"
    },
    "maxPages": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "minimum": 1,
      "maximum": 100,
      "default": 10
    },
    "ignoreSitemap": {
      "type": "boolean",
      "default": false
    }
  },
  "required": [
    "url",
    "outputFormat",
    "followLinks"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
create_profileCreates a new persistent Hyperbrowser profile.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
delete_profileDeletes an existing persistent Hyperbrowser profile.
Input schema
{
  "type": "object",
  "properties": {
    "profileId": {
      "type": "string",
      "description": "ID of the profile to delete"
    }
  },
  "required": [
    "profileId"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
extract_structured_dataExtract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema.
Input schema
{
  "type": "object",
  "properties": {
    "urls": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uri"
      },
      "description": "The list of URLs of the webpages to extract structured information from. Can include wildcards (e.g. https://example.com/*)"
    },
    "prompt": {
      "type": "string",
      "description": "The prompt to use for the extraction"
    },
    "schema": {
      "description": "The json schema to use for the extraction. Must provide an object describing a spec compliant json schema, any other types are invalid."
    },
    "sessionOptions": {
      "type": "object",
      "properties": {
        "useProxy": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use a proxy. Recommended false."
        },
        "useStealth": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use stealth mode. Recommended false."
        },
        "solveCaptchas": {
          "type": "boolean",
          "default": false,
          "description": "Whether to solve captchas. Recommended false."
        },
        "acceptCookies": {
          "type": "boolean",
          "default": false,
          "description": "Whether to automatically close the accept cookies popup. Recommended false."
        },
        "profile": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "ID of the persistent profile to use for the session"
            },
            "persistChanges": {
              "type": "boolean",
              "default": true,
              "description": "Whether changes made during the session should be saved to the profile. Recommended true."
            }
          },
          "additionalProperties": false,
          "description": "Options for using a persistent Hyperbrowser profile"
        }
      },
      "additionalProperties": false,
      "description": "Options for the browser session. Avoid setting these if not mentioned explicitly"
    }
  },
  "required": [
    "urls",
    "prompt"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_profilesLists existing persistent Hyperbrowser profiles, with optional pagination.
Input schema
{
  "type": "object",
  "properties": {
    "page": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "description": "Page number for pagination (optional)"
    },
    "limit": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "description": "Number of profiles per page (optional)"
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
openai_computer_use_agentThis tool utilizes OpenAI's model to autonomously execute general-purpose browser-based tasks with balanced performance and reliability using a cloud browser. It handles complex interactions effectively with practical reasoning and clear execution. Optimal for tasks requiring: - Reliable, general-purpose browser automation - Clear, structured interactions with moderate complexity - Efficient handling of common web tasks and workflows Best suited use cases include: - Standard multi-step registration or form submissions - Navigating typical web applications requiring multiple interactions - Conducting structured web research tasks - Extracting data through interactive web processes Provide a clear step-by-step description, necessary context, and expected outcomes. Returns the completed result or an error message if issues arise.
Input schema
{
  "type": "object",
  "properties": {
    "task": {
      "type": "string",
      "description": "The task to perform inside the browser"
    },
    "sessionOptions": {
      "type": "object",
      "properties": {
        "useProxy": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use a proxy. Recommended false."
        },
        "useStealth": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use stealth mode. Recommended false."
        },
        "solveCaptchas": {
          "type": "boolean",
          "default": false,
          "description": "Whether to solve captchas. Recommended false."
        },
        "acceptCookies": {
          "type": "boolean",
          "default": false,
          "description": "Whether to automatically close the accept cookies popup. Recommended false."
        },
        "profile": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "ID of the persistent profile to use for the session"
            },
            "persistChanges": {
              "type": "boolean",
              "default": true,
              "description": "Whether changes made during the session should be saved to the profile. Recommended true."
            }
          },
          "additionalProperties": false,
          "description": "Options for using a persistent Hyperbrowser profile"
        }
      },
      "additionalProperties": false,
      "description": "Options for the browser session. Avoid setting these if not mentioned explicitly"
    },
    "returnStepInfo": {
      "type": "boolean",
      "default": false,
      "description": "Whether to return step-by-step information about the task.Should be false by default. May contain excessive information, so we strongly recommend setting this to false."
    },
    "maxSteps": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "minimum": 1,
      "maximum": 100,
      "default": 25
    }
  },
  "required": [
    "task"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
scrape_webpageScrape a webpage and extract its content in various formats. This tool allows fetching content from a single URL with configurable browser behavior options. Use this for extracting text content, HTML structure, collecting links, or capturing screenshots of webpages.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the webpage to scrape"
    },
    "sessionOptions": {
      "type": "object",
      "properties": {
        "useProxy": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use a proxy. Recommended false."
        },
        "useStealth": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use stealth mode. Recommended false."
        },
        "solveCaptchas": {
          "type": "boolean",
          "default": false,
          "description": "Whether to solve captchas. Recommended false."
        },
        "acceptCookies": {
          "type": "boolean",
          "default": false,
          "description": "Whether to automatically close the accept cookies popup. Recommended false."
        },
        "profile": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "ID of the persistent profile to use for the session"
            },
            "persistChanges": {
              "type": "boolean",
              "default": true,
              "description": "Whether changes made during the session should be saved to the profile. Recommended true."
            }
          },
          "additionalProperties": false,
          "description": "Options for using a persistent Hyperbrowser profile"
        }
      },
      "additionalProperties": false,
      "description": "Options for the browser session. Avoid setting these if not mentioned explicitly"
    },
    "outputFormat": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "markdown",
          "html",
          "links",
          "screenshot"
        ]
      },
      "minItems": 1,
      "description": "The format of the output"
    }
  },
  "required": [
    "url",
    "outputFormat"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
search_with_bingSearch the web using Bing. This tool allows you to search the web using bing.com
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The search query to submit to Bing"
    },
    "sessionOptions": {
      "type": "object",
      "properties": {
        "useProxy": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use a proxy. Recommended false."
        },
        "useStealth": {
          "type": "boolean",
          "default": false,
          "description": "Whether to use stealth mode. Recommended false."
        },
        "solveCaptchas": {
          "type": "boolean",
          "default": false,
          "description": "Whether to solve captchas. Recommended false."
        },
        "acceptCookies": {
          "type": "boolean",
          "default": false,
          "description": "Whether to automatically close the accept cookies popup. Recommended false."
        },
        "profile": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "ID of the persistent profile to use for the session"
            },
            "persistChanges": {
              "type": "boolean",
              "default": true,
              "description": "Whether changes made during the session should be saved to the profile. Recommended true."
            }
          },
          "additionalProperties": false,
          "description": "Options for using a persistent Hyperbrowser profile"
        }
      },
      "additionalProperties": false,
      "description": "Options for the browser session. Avoid setting these if not mentioned explicitly"
    },
    "numResults": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "minimum": 1,
      "maximum": 50,
      "default": 10,
      "description": "Number of search results to return"
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 54

  • Advanced Privacy & Anti-Detection | Hyperbrowserhyperbrowser:///sessions/advanced-privacy-and-anti-detection

    This page discusses Hyperbrowser's advanced privacy features and anti-detection capabilities for web scraping and automation.

  • Agents | Hyperbrowserhyperbrowser:///reference/api-reference/agents

    The "Agents" page in Hyperbrowser documentation discusses automated entities for web scraping and task execution.

  • AI Function Calling | Hyperbrowserhyperbrowser:///guides/ai-function-calling

    The page discusses AI function calling features within Hyperbrowser for enhanced web scraping and automation.

  • API Reference | Hyperbrowserhyperbrowser:///reference/api-reference

    API Reference for Hyperbrowser provides detailed information on using its web scraping and automation features.

  • Browser Use | Hyperbrowserhyperbrowser:///agents/browser-use

    The page discusses using Hyperbrowser for web scraping and automation tasks via browser interactions.

  • Browser Use | Hyperbrowserhyperbrowser:///reference/api-reference/agents/browser-use

    The page explains how to effectively utilize browser features in Hyperbrowser for web scraping and automation tasks.

  • CAPTCHA Solving | Hyperbrowserhyperbrowser:///guides/captcha-solving

    Hyperbrowser provides tools and guidance for CAPTCHA solving in web scraping and automation processes.

  • Claude Computer Use | Hyperbrowserhyperbrowser:///agents/claude-computer-use

    The page provides guidelines on using Claude with Hyperbrowser for effective web scraping and automation.

  • Claude Computer Use | Hyperbrowserhyperbrowser:///reference/api-reference/agents/claude-computer-use

    The page discusses using Claude for web scraping and automation with Hyperbrowser tools.

  • Crawl | Hyperbrowserhyperbrowser:///web-scraping/crawl

    The page discusses how to utilize Hyperbrowser for effective web crawling.

  • Crawl | Hyperbrowserhyperbrowser:///reference/sdks/node/crawl

    The "Crawl" page of Hyperbrowser details how to use the tool for web scraping and automated data extraction.

  • Crawl | Hyperbrowserhyperbrowser:///reference/sdks/python/crawl

    The Crawl section of Hyperbrowser’s documentation explains web scraping techniques and automation processes.

  • Crawl | Hyperbrowserhyperbrowser:///reference/api-reference/crawl

    The "Crawl" section of Hyperbrowser documentation explains how to use the tool for web scraping and automation tasks.

  • Crawling | Hyperbrowserhyperbrowser:///get-started/quickstart/crawling

    The "Crawling" page of Hyperbrowser covers the tool's web scraping capabilities and how to implement them.

  • Extensions | Hyperbrowserhyperbrowser:///sessions/extensions

    The page discusses extensions for Hyperbrowser, enhancing its web scraping and automation capabilities.

  • Extensions | Hyperbrowserhyperbrowser:///reference/sdks/node/extensions

    The Extensions page for Hyperbrowser details available extensions that enhance web scraping and automation functionalities.

  • Extensions | Hyperbrowserhyperbrowser:///reference/sdks/python/extensions

    Explore Hyperbrowser extensions for enhanced web scraping and automation capabilities in your projects.

  • Extensions | Hyperbrowserhyperbrowser:///reference/api-reference/extensions

    The page discusses extensions for Hyperbrowser that enhance its web scraping and automation capabilities.

  • Extract Information with an LLM | Hyperbrowserhyperbrowser:///guides/extract-information-with-an-llm

    Learn how to extract information using a Large Language Model with Hyperbrowser.

  • Extract | Hyperbrowserhyperbrowser:///web-scraping/extract

    The Extract page of Hyperbrowser provides guidelines for web scraping and data extraction techniques using the tool.

  • Extract | Hyperbrowserhyperbrowser:///reference/api-reference/extract

    The Extract page of Hyperbrowser provides guidelines on data extraction methods and tools for web scraping.

  • Hyperbrowserhyperbrowser:///~gitbook/pdf

    Hyperbrowser is a web scraping and automation tool, offering extensive documentation for users.

  • LangChain | Hyperbrowserhyperbrowser:///integrations/langchain

    LangChain integrates with Hyperbrowser for enhanced web scraping and automation capabilities.

  • Live View | Hyperbrowserhyperbrowser:///sessions/live-view

    The Live View feature in Hyperbrowser allows real-time monitoring and interaction with web scraping tasks.

  • LlamaIndex | Hyperbrowserhyperbrowser:///integrations/llamaindex

    LlamaIndex documentation for integrating with Hyperbrowser for web scraping and automation tasks.

  • Model Context Protocol | Hyperbrowserhyperbrowser:///guides/model-context-protocol

    The page covers the Model Context Protocol used in Hyperbrowser for web scraping and automation.

  • Node | Hyperbrowserhyperbrowser:///reference/sdks/node

    Overview of the Node module in Hyperbrowser for web scraping and automation.

  • OpenAI CUA | Hyperbrowserhyperbrowser:///agents/openai-cua

    The page discusses the integration of OpenAI's CUA with Hyperbrowser for enhanced web scraping and automation capabilities.

  • OpenAI CUA | Hyperbrowserhyperbrowser:///reference/api-reference/agents/openai-cua

    OpenAI CUA for Hyperbrowser details integration and automation features for effective web scraping.

  • Overview | Hyperbrowserhyperbrowser:///sessions/overview

    Overview of Hyperbrowser, a tool for web scraping and automation, detailing its features and functionalities.

  • Playwright | Hyperbrowserhyperbrowser:///get-started/quickstart/playwright

    The page discusses using Playwright with Hyperbrowser for web scraping and automation tasks.

  • Profiles | Hyperbrowserhyperbrowser:///sessions/profiles

    The "Profiles" page in Hyperbrowser outlines how to manage user profiles for data scraping and automation tasks.

  • Profiles | Hyperbrowserhyperbrowser:///reference/sdks/node/profiles

    The "Profiles" page of Hyperbrowser covers user profiles and their management within the tool.

  • Profiles | Hyperbrowserhyperbrowser:///reference/sdks/python/profiles

    The "Profiles" page in Hyperbrowser documentation explains how to manage and use user profiles for web scraping tasks.

  • Profiles | Hyperbrowserhyperbrowser:///reference/api-reference/profiles

    The "Profiles" page in Hyperbrowser documentation explains how to manage and configure user profiles for scraping tasks.

  • Puppeteer | Hyperbrowserhyperbrowser:///get-started/quickstart/puppeteer

    Puppeteer integration with Hyperbrowser enables web scraping and automation through headless browser control.

  • Python | Hyperbrowserhyperbrowser:///reference/sdks/python

    The page provides documentation on using Hyperbrowser with Python for web scraping and automation tasks.

  • Quickstart | Hyperbrowserhyperbrowser:///get-started/quickstart

    Quickstart guide for Hyperbrowser provides initial setup and functionality instructions for effective web scraping and automation.

  • Recordings | Hyperbrowserhyperbrowser:///sessions/recordings

    The page covers Hyperbrowser's recording feature for efficient web scraping and automation processes.

  • Scrape | Hyperbrowserhyperbrowser:///web-scraping/scrape

    "Scrape" page in Hyperbrowser documentation focuses on scraping data from web pages using the tool's features.

  • Scrape | Hyperbrowserhyperbrowser:///reference/sdks/node/scrape

    The "Scrape" page of Hyperbrowser outlines techniques and tools for web scraping and automation.

  • Scrape | Hyperbrowserhyperbrowser:///reference/sdks/python/scrape

    The page explains how to use Hyperbrowser for web scraping tasks.

  • Scrape | Hyperbrowserhyperbrowser:///reference/api-reference/scrape

    The "Scrape" section of Hyperbrowser documentation explains web scraping techniques and automation features of the tool.

  • Scraping | Hyperbrowserhyperbrowser:///get-started/quickstart/scraping

    The "Scraping" page in Hyperbrowser details how to extract data from websites using the tool's functionalities.

  • Scraping | Hyperbrowserhyperbrowser:///guides/scraping

    The page covers web scraping techniques and documentation for using Hyperbrowser effectively.

  • SDKs | Hyperbrowserhyperbrowser:///reference/sdks

    The page discusses Hyperbrowser SDKs for web scraping and automation, including features and usage details.

  • Selenium | Hyperbrowserhyperbrowser:///get-started/quickstart/selenium

    Selenium integration with Hyperbrowser allows for enhanced web scraping and automation capabilities.

  • Session Parameters | Hyperbrowserhyperbrowser:///sessions/overview/session-parameters

    This page details session parameters for configuring Hyperbrowser's web scraping and automation features.

  • Sessions | Hyperbrowserhyperbrowser:///reference/sdks/node/sessions

    The page discusses sessions in Hyperbrowser, detailing how to manage and utilize them effectively for web scraping tasks.

  • Sessions | Hyperbrowserhyperbrowser:///reference/sdks/python/sessions

    The page discusses managing sessions in Hyperbrowser for effective web scraping and automation tasks.

  • Sessions | Hyperbrowserhyperbrowser:///reference/api-reference/sessions

    The "Sessions" page in Hyperbrowser covers managing and utilizing sessions for web scraping and automation tasks.

  • Using Hyperbrowser Session | Hyperbrowserhyperbrowser:///guides/using-hyperbrowser-session

    The page describes how to use sessions in Hyperbrowser for efficient web scraping and automation.

  • Welcome to Hyperbrowser | Hyperbrowserhyperbrowser:///

    Hyperbrowser documentation provides an introduction to web scraping and automation using the Hyperbrowser tool.

  • What are Headless browsers ? | Hyperbrowserhyperbrowser:///what-are-headless-browsers

    The page explains headless browsers and their role in Hyperbrowser for web scraping and automation tasks.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Hyperbrowser MCP Server questions

How do I install Hyperbrowser MCP Server?

Install the selected package version with: npm install --save-exact hyperbrowser-mcp@1.0.25

What tools does Hyperbrowser MCP Server provide?

Hyperbrowser MCP Server exposed 10 tools during independent protocol observation, including browser_use_agent, claude_computer_use_agent, crawl_webpages, create_profile, delete_profile, extract_structured_data, list_profiles, openai_computer_use_agent, and others.

Is Hyperbrowser MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Browser Automation MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.