WebMCP in Chrome 149: Make Your Website Agent-Ready Now Google's WebMCP browser standard, co-authored with Microsoft and available in Chrome 149 since May, lets websites expose machine-readable tools to AI agents, with early benchmarks showing 8 to 12 times faster task completion and 89 percent token efficiency improvement over vision-based agents. A July 2026 scan of 111,000 top websites by Spronta found zero production deployments, leaving an opportunity for early adopters. The standard offers a declarative API using three HTML attributes and an imperative JavaScript API, with the API name shifting from navigator.modelContext to document.modelContext in Chrome 150. AI agents can browse the web now. The catch is that most of them do it by staring at your DOM like it is a word search puzzle — scraping HTML, inferring which button does what, failing unpredictably when you rename a CSS class or restructure a form. WebMCP is Google’s answer to that mess. It is a browser standard that lets you give agents a proper machine-readable contract instead of a rendered layout. The Chrome 149 origin trial has been live since May. A scan of 111,000 top websites in July found zero production deployments. https://www.spronta.com/blog/state-of-webmcp-july-2026/ That gap is your window. What WebMCP Actually Does WebMCP is a W3C draft standard, co-authored by engineers from Google and Microsoft, that lets a web page expose structured tools directly to browser-based AI agents. Think of it as a machine-readable API layer that lives in your browser tab. Instead of an agent reverse-engineering your UI from DOM nodes and screenshots, your site declares what it can do — and agents call those capabilities directly. The first live consumer of WebMCP tools is Gemini in Chrome. Once you register a tool, Gemini can invoke it on behalf of users without clicking through your interface. Early benchmarks from the Chrome 149 origin trial report 8 to 12 times faster task completion compared to vision-based agents working on the same pages, with roughly 89 percent token efficiency improvement. For e-commerce and booking flows specifically, structured tools show 78 percent improvement over DOM scraping. The performance case is not subtle. Two APIs: Pick Your Level of Effort WebMCP gives you two implementation paths depending on how complex your site’s interactions are. Declarative API If you have an HTML form that already does something useful, three attributes are all you need: