The DropJune 13, 2026via InfoQ AI/ML
WebMCP Standard Proposal for Agentic Web Actuation Now Available in Chrome (Origin Trials)
Why it matters
WebMCP standardizes how AI agents interact with web applications by exposing tools directly to browsers, eliminating unreliable DOM scraping and enabling practical agentic automation at scale. This is infrastructure for the next wave of agent deployment.
Key signals
- WebMCP entering origin trials in Chrome 149
- Standard enables in-browser AI agents to reliably simulate user actions
- Replaces expensive/unreliable approaches like screen reading and DOM scraping
- Sites can expose JavaScript functions and HTML forms as tools to agents
- Published June 2026
The hook
Google just gave AI agents a native interface to the web. WebMCP in Chrome 149 means agents can stop guessing and start acting—reliably.
Google recently announced that WebMCP is entering origin trials in Chrome 149. The new WebMCP standard proposal lets sites expose tools (e.g., JavaScript functions and HTML forms) to in-browser AI agents, which can thus reliably simulate user actions instead of resorting to possibly expensive (e.g., on-screen reading) and often unreliable guesswork (e.g., DOM scraping).
By Bruno Couriol