Browserous - Instant Browser for Your Agent

Zero-configuration on-demand cloud browser for your agent.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

  • Click: Clicks on the provided element
  • Close Page: Closes the page by its index. The last open page cannot be closed.
  • Drag: Drag an element onto another element

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

Zero-configuration on-demand cloud browser for your agent. Navigate web pages, fill forms, and capture screenshots effortlessly with pay-as-you-go pricing at just $0.10 per hour. Exposes Chrome Devtools MCP interface.

Список инструментов сервера (26)

Технические названия из tools/list. Нужны только разработчикам.

clickClicks on the provided element
close_pageCloses the page by its index. The last open page cannot be closed.
dragDrag an element onto another element
emulateEmulates various features on the selected page.
evaluate_scriptEvaluate a JavaScript function inside the currently selected page. Returns the response as JSON so returned values have to JSON-serializable.
fillType text into a input, text area or select an option from a <select> element.
fill_formFill out multiple form elements at once
get_console_messageGets a console message by its ID. You can get all messages by calling list_console_messages.
get_network_requestGets a network request by an optional reqid, if omitted returns the currently selected request in the DevTools Network panel.
handle_dialogIf a browser dialog was opened, use this command to handle it
hoverHover over the provided element
list_console_messagesList all console messages for the currently selected page since the last navigation.
list_network_requestsList all requests for the currently selected page since the last navigation.
list_pagesGet a list of pages open in the browser.
navigate_pageNavigates the currently selected page to a URL.
new_pageCreates a new page
performance_analyze_insightProvides more detailed information on a specific Performance Insight of an insight set that was highlighted in the results of a trace recording.
performance_start_traceStarts a performance trace recording on the selected page. This can be used to look for performance problems and insights to improve the performance of the page. It will also report Core Web Vital (CWV) scores for the page.
performance_stop_traceStops the active performance trace recording on the selected page.
press_keyPress a key or key combination. Use this when other input methods like fill() cannot be used (e.g., keyboard shortcuts, navigation keys, or special key combinations).
resize_pageResizes the selected page's window so that the page has specified dimension
select_pageSelect a page as a context for future tool calls.
take_screenshotTake a screenshot of the page or element.
take_snapshotTake a text snapshot of the currently selected page based on the a11y tree. The snapshot lists page elements along with a unique identifier (uid). Always use the latest snapshot. Prefer taking a snapshot over taking a screenshot. The snapshot indicates the element selected in the DevTools Elements panel (if any).
upload_fileUpload a file through a provided element.
wait_forWait for the specified text to appear on the selected page.