Tools: WebMCP: Chrome Is About to Make Every Website an AI Agent Tool

Tools: WebMCP: Chrome Is About to Make Every Website an AI Agent Tool

Source: Dev.to

What WebMCP actually is ## Why this is a big deal ## The agentic web is arriving faster than people realize ## What this means for AI product builders ## 1. Distribution changes ## 2. The "agent-ready" label becomes a selling point ## 3. New product category: WebMCP implementation services ## Current status ## The bottom line Google just quietly dropped something that could change how AI agents interact with the entire web. It's called WebMCP — and if it takes off, it means every website becomes natively usable by AI agents without scraping, DOM hacks, or brittle automation. Here's what it is, why it matters, and what it means for founders building AI products. WebMCP is a proposed browser API (currently in early preview in Chrome) that lets websites expose structured tools directly to AI agents. The mental model: instead of an AI agent trying to figure out how to use your website by reading the DOM and guessing, your website tells the agent exactly what it can do and how. It's MCP (Model Context Protocol) — but for the open web, baked into the browser itself. Right now, AI agents interact with websites one of two ways: WebMCP is a third path: websites opt in to being agent-readable by defining their tools in a standard way, and Chrome provides the bridge. We've been talking about "AI agents" for two years. Most of the demos involve agents doing things inside sandboxed environments or with custom API access. WebMCP is the infrastructure layer that makes agents work on the actual internet — the 1.9 billion websites that exist today, not just the ones that built an API. This is the same transition that happened with mobile. Before responsive design became standard, mobile web was a disaster — sites built for desktop, hacked to work on phones. Then the standard emerged, and the whole web adapted. WebMCP is that standardization moment for agentic browsing. If you're building AI products, this is worth watching closely for three reasons: Right now, getting an AI agent to reliably use your product requires either: If WebMCP becomes standard, any website that implements it becomes instantly usable by any agent. Your product could become accessible to Claude, GPT, Gemini — without building separate integrations for each. In 12-18 months, "works with AI agents" will be a feature, not a curiosity. The websites and SaaS tools that implement WebMCP early will have a distribution advantage — their tools show up in agent workflows by default. This is the SEO moment for agentic search. Most websites will have no idea this exists. Even fewer will know how to implement it. There's a consulting/implementation opportunity here for anyone who gets ahead of the curve. "We make your website agent-ready" is a service that doesn't exist yet, at scale — because the standard is brand new. WebMCP is in early preview — you need to join the Chrome Early Preview Program to access the docs and demos. It's not production-ready yet. But the direction is clear. Google is betting on structured agent interactions as the future of how browsers and AI work together. Anthropic already has MCP gaining traction as a standard. The convergence is happening. Every major shift in how the web works creates a window where early movers win disproportionately. WebMCP is early. The standard isn't set. The tooling doesn't exist yet. Most developers haven't heard of it. That's exactly when to pay attention. Tracking the agentic web and building AI services for businesses at rooxai.com. If you're experimenting with WebMCP, I'd love to hear what you're seeing. Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse - Declarative API — Standard actions defined directly in HTML forms. Think: book flight, submit ticket, add to cart — described in a way agents can read and execute reliably. - Imperative API — More complex, dynamic interactions requiring JavaScript. For flows that can't be expressed as a simple form. - Screen scraping / DOM manipulation — Fragile. Breaks when you change your CSS. Slow. Imprecise. - Custom API integrations — Reliable, but requires the website to build and maintain an API specifically for agents. - For users: Agents can handle complex multi-step tasks (book a flight, file a support ticket, configure a checkout) with confidence instead of brittle DOM clicking. - For websites: You control exactly what agents can do on your site. No more hoping the scraper doesn't break. - For AI builders: A standardized interface to thousands of websites, without maintaining custom integrations for each one. - A custom MCP server you build and maintain - Hoping Anthropic/OpenAI adds native support - Building browser automation that breaks every time you ship a UI update