Fetching from the wire…
Public story · 2026-09-02 · high
Agent-browser 0.36.0 turns on WebMCP by default and ships a skill that packages a page workflow into a tool other agents can call.
Why now: Vercel published the release on September 1.
Vercel released version 0.36.0 of agent-browser on September 1. It turns on WebMCP discovery by default for any locally managed Chrome instance, per the release notes.
The agent can now find and call tools that the current page exposes. That's on by default for every local session, unless someone opts out with --no-webmcp.
The release also adds frame-aware selection, detached results, cancellation, and bounded metadata handling for tool calls.
It also ships a WebMCP generation skill. The skill helps an agent expose an existing page workflow as a validated tool, with safety constraints and a fallback path recorded. That's new. Before this, every WebMCP tool an agent could call had to be hand-built by whoever owned the site. Now the agent browsing the page can write the tool itself, and other agents can reuse it later.
The release notes don't say how the generated safety constraints get checked before a tool ships. They also don't say whether a human reviews one before other agents start calling it. That leaves site owners with a new kind of surface to audit. It's a tool generated by a process they didn't write and can't easily inspect line by line.
Each link below shares sources, entities, or timing with this story.
WebMCP in Chrome 146 Canary is flying under the radar but could be transformative. Two APIs: the Declarative API adds tool names/descriptions to existing HTML forms with minimal code changes. The Imperative API handles complex interactions via JavaScript tool schemas (similar...
OpenAI Devs announced on August 26 that WebMCP works in the ChatGPT desktop app's built-in browser and in ChatGPT Sites, so ChatGPT and Codex can call a site's declared tools directly. WebMCP is an experimental web standard adding navigator.modelContext to the browser, letting...
Every browser agent you've ever used works the same way. Screenshot the page, parse the pixels, figure out what to click, click it, screenshot again. It's slow, it's brittle, and it breaks every time a site changes its layout. That entire paradigm dies on June 2. Google's Chro...
SaaStr published an expanded AI Agent API Report Card grading 144 B2B APIs across six dimensions: API design, events/streaming, auth/security, rate limits, SDKs/docs, and agent readiness. The average score was 71 out of 100. A C+. The leaderboard tells a story. Stripe scored 9...
Chrome 146 Canary shipped WebMCP, a proposed W3C standard that lets websites expose structured data and actions directly to AI agents. Two APIs: Declarative (add tool names to existing HTML forms) and Imperative (JavaScript tool schemas for complex interactions). Claims 89% to...
Cloudflare's WebMCP developer preview uses HTMLRewriter at the edge to inject a bridge script tag into every HTML response, registering MCP tools on document.modelContext (the browser surface shipping experimentally in Chrome 146). Tools arrive as opt-in packs declared via a d...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.