<app or user token>
test
with a Hyperbrowser MCP agent available to all Room participants.Tool | Description |
---|---|
browser_use_agent | Open-source browser automation agent for fast, efficient, cost-effective browser tasks using a cloud browser. |
claude_computer_use_agent | Uses Anthropic Claude to autonomously execute complex browser tasks with advanced reasoning using a cloud browser. |
crawl_webpages | Crawl a website from a starting URL and explore linked pages. |
create_profile | Creates a new persistent Hyperbrowser profile. |
delete_profile | Deletes an existing persistent Hyperbrowser profile by profileId. |
extract_structured_data | Extract structured data from webpages using a schema and prompt. |
list_profiles | List existing persistent Hyperbrowser profiles. |
openai_computer_use_agent | Uses OpenAI to autonomously execute general-purpose browser-based tasks using a cloud browser. |
scrape_webpage | Scrape and extract webpage content in various formats. |
search_with_bing | Search the web using Bing. |
browser_use_agent
task
(string): What to perform in the browser (REQUIRED)maxSteps
(integer, optional)returnStepInfo
(boolean, optional, default: false)sessionOptions
(object, optional)claude_computer_use_agent
task
(string): What to perform in the browser (REQUIRED)maxSteps
(integer, optional)returnStepInfo
(boolean, optional, default: false)sessionOptions
(object, optional)crawl_webpages
followLinks
(boolean, REQUIRED)outputFormat
(array, REQUIRED)url
(string, REQUIRED)ignoreSitemap
(boolean, optional)maxPages
(integer, optional)sessionOptions
(object, optional)create_profile
delete_profile
profileId
(string, REQUIRED)extract_structured_data
prompt
(string, REQUIRED)urls
(array, REQUIRED)schema
(string, optional)sessionOptions
(object, optional)list_profiles
limit
(integer, optional)page
(integer, optional)openai_computer_use_agent
task
(string, REQUIRED)maxSteps
(integer, optional)returnStepInfo
(boolean, optional, default: false)sessionOptions
(object, optional)scrape_webpage
outputFormat
(array, REQUIRED)url
(string, REQUIRED)sessionOptions
(object, optional)search_with_bing
query
(string, REQUIRED)numResults
(integer, optional)sessionOptions
(object, optional)