What’s Google’s WebMCP?

Laptop computer showing a webpage and floating above the laptop is the AI symbol.

Google’s Chrome team just launched an early preview of something called the Web Model Context Protocol, or WebMCP. If you’re not deep in the developer world, that name probably doesn’t mean much yet. But it’s worth understanding, because it could change how the web works as AI agents become more common.

So what is it? WebMCP is a new standard that lets websites talk directly to AI agents in a structured way. Right now, when an AI agent tries to do something on a website, like book a flight or add an item to a cart, it basically takes a screenshot of the page and guesses which buttons to click. If the layout changes even a little, the whole thing breaks. It’s slow, expensive, and not very reliable.

WebMCP fixes that. Instead of forcing the AI to guess, a website can hand over what Google is calling a “Tool Contract,” a structured list that says “here’s exactly what you can do on this site, and here’s how to do it.” Think of it like giving someone a clear set of instructions instead of dropping them in a room and saying, “figure it out.”

There are two ways developers can set this up. A simple version works with standard HTML forms, so if your site already has clean forms, you’re most of the way there. A more advanced version uses JavaScript for complex tasks such as multi-step checkouts and customer support tickets. Both run through a new browser feature called navigator.modelContext.

The performance improvements are hard to ignore. Early numbers show roughly a 67% drop in computing costs compared to the old screenshot approach, and task accuracy jumps to around 98%.

This isn’t just a Google thing, either. Microsoft engineers helped build it, and it’s being developed through the W3C, the organization that sets web standards. That kind of backing suggests this could become a real industry standard, not just a Chrome-only feature.

For now, it’s only available in Chrome 146 Canary behind a testing flag, and developers can sign up for the early preview to get access to documentation and demos. No timeline yet on support from Firefox or Safari, but Edge is likely close behind, given Microsoft’s involvement.

Why should marketers and site owners care? SEO expert Dan Petrovic called it “the biggest shift in technical SEO since structured data.” As AI agents take on more of the browsing, searching, and purchasing that people do online, websites will need to communicate with those agents clearly. WebMCP is shaping up to be the way they do that.

It’s still early. This is a developer preview, not a finished product. But the direction is clear: the web is being rebuilt with AI agents in mind, and the sites that get ahead of it will be better positioned when it goes mainstream.


Sources: