rove
Hosted Playwright browser automation for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Navigate: Navigate to a URL. Creates a browser session automatically if none exists.
- Click: Click an element by CSS selector.
- Fill: Fill a form field with text.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Hosted Playwright browser automation for AI agents. Returns accessibility trees instead of screenshots, cutting token usage by 77%. Navigate, interact, extract structured data, and take screenshots — all via MCP. Zero infrastructure, credit-based pricing.
Список инструментов сервера (10)
Технические названия из tools/list. Нужны только разработчикам.
| navigate | Navigate to a URL. Creates a browser session automatically if none exists. |
| click | Click an element by CSS selector. |
| fill | Fill a form field with text. |
| screenshot | Take a screenshot of the current page. |
| get_a11y_tree | Get the accessibility tree snapshot of the current page. Returns structured data that is 77% smaller than a screenshot, ideal for LLM consumption. |
| get_text | Extract text content from an element. |
| scroll | Scroll the page in a direction. |
| evaluate | Execute JavaScript in the browser context. |
| close_session | Close a browser session and release resources. |
| list_sessions | List all active browser sessions. |