Lead:
Chrome launched an Early Preview for WebMCP on Feb 10, 2026. It's a browser framework that lets websites expose structured, agent-callable tools so AI models stop guessing at CSS selectors and start calling real functions. That means faster, cheaper, less brittle automations.
See the preview on the Chrome Developers blog: Chrome Developers blog.
Acronym check:
WebMCP stands for Web Model Context Protocol. It's now incubating at the W3C's Web Machine Learning Community Group, with Google and Microsoft listed as co-authors. Chrome is shipping an early preview first, while the W3C work aims for a broader standard. Read more on the W3C blog: W3C blog (AI at TPAC 2025).
How it works, no hand-waving:
Declarative API: HTML form attributes let sites expose predictable actions - for example, "submit checkout" or "file a support ticket" - without writing custom JavaScript. Agents can discover and call those actions directly. See details on the Chrome Developers blog: Chrome Developers blog.
Imperative API: JavaScript hooks cover messier flows, such as multi-leg travel booking with pop-ups, inventory checks, or handling a 3-D Secure challenge before final purchase. These hooks let agents run multi-step processes that are hard to express declaratively. More on the Chrome Developers blog: Chrome Developers blog.
Why now:
Browser agents have been faking it by scraping the DOM, parsing screenshots, and simulating clicks. Those tricks are slow, flaky, and expensive. Meanwhile, automated traffic is growing: Imperva reported that automated traffic crossed 51% in 2024, a sign that agent-friendly site APIs are timely. Source: Chrome Developers blog.
Ecosystem context:
Chrome has been leaning into agent features since 2025 with Gemini in Chrome. WebMCP gives sites a cleaner target than "guess the UI." See Google AI updates: Google AI updates (Sep 2025).
Anthropic piloted a Chrome agent last year and documented risks like prompt injection and broad "computer use" permissions that could see your screen or act in your inbox during tests. WebMCP narrows that by offering explicit, per-site tools and browser-mediated consent. Read the Anthropic write-up: Anthropic news.
Security, real talk:
Upside: Sites can whitelist exactly what agents may do, which reduces the need for blanket permissions like screen viewing or broad inbox/calendar access. That lowers the chance of overprivileged agent behavior. See the Chrome preview: Chrome Developers blog.
Caveat: Any new API is a new attack surface. The W3C group is actively discussing consent and safety boundaries for agent operations. Best practice for sites: ship least-privilege tools and require confirmations for any write actions.
Read the W3C discussion: W3C blog (AI at TPAC 2025).
Adoption reality:
Founder takeaway:
Treat this like a platform shift. Expose your checkout, booking, and support flows as explicit tools now, and your product can become "agent-preferred" instead of merely "agent-tolerated."
Get daily insider tech news delivered to your inbox every weekday morning.