Back to articles
vscreen 0.2.0: the MCP tools got smarter, and now they build websites

vscreen 0.2.0: the MCP tools got smarter, and now they build websites

via Dev.toJon Retting

vscreen gives AI agents a real Chromium browser, streamed live over WebRTC. The first release had 63 tools. They worked — but agents kept chaining them inefficiently. Three round-trips to click a button and see what happened. 0.2.0 consolidates 63 tools into 47 with a two-layer architecture, adds a live advisor that catches mistakes in real-time, and introduces a synthesis system that builds websites from scraped data. Two layers, one fast path Layer Tools Purpose Workflow browse , observe , interact , extract , solve_challenge Entire workflows in a single call Precision click , type , find , wait , scroll , etc. Exact control when needed vscreen_browse navigates, waits, dismisses cookie banners, screenshots, and returns page info — one call instead of four. vscreen_interact clicks by visible text, returns a screenshot after. vscreen_extract pulls structured data in six modes: articles , table , kv , stats , links , or auto . Fast path for 80% of tasks. Drop to precision tools when nee

Continue reading on Dev.to

Opens in a new tab

Read Full Article
17 views

Related Articles