Europe 2026
The agent-ready web: Simplify user actions with WebMCP — Tara Agyemang, Google
Overview
This talk introduces WebMCP, a proposed web standard designed to simplify how AI agents interact with websites. Instead of agents relying on brittle methods like screen scraping, WebMCP allows websites to expose their functionalities as structured tools. This approach aims to significantly improve the performance and reliability of AI agents performing actions on behalf of users, ultimately creating better user experiences.
Who should watch
- AI engineers and developers building agentic applications.
- Product Managers and builders looking to integrate AI capabilities into web products.
- Anyone interested in improving the interaction between AI agents and the web.
- Those facing challenges with AI agents struggling to perform simple actions on websites.
Key takeaways
- WebMCP is a proposed standard that enables websites to define their capabilities as structured tools for AI agents.
- It contrasts with traditional agent methods that parse entire DOMs, analyze accessibility trees, or take screenshots, which are inefficient and prone to failure.
- Foundational web accessibility, semantic HTML, and page performance are crucial for making sites agent-ready even before implementing WebMCP.
- WebMCP can be thought of as the client-side implementation of the Model Context Protocol (MCP), enabling in-browser AI agents to interact with web features.
- Two API approaches exist: a declarative API for standard HTML forms and an imperative API for more complex, custom UI flows and multi-step actions.
- The imperative API allows developers to register custom tools using JavaScript, define schemas, and specify execution logic.
- WebMCP can simplify complex user journeys like booking flights, filtering products, filling forms, or even finding specific items on e-commerce sites.
- The technology is currently in an early preview stage, with APIs subject to change, and community feedback is actively sought.
Notable quotes
*AI agents are already using the web. We don't have to settle for these token-heavy, brittle screen-scraping processes that we have today.*
*Instead, we can use Web MCP tools to turn every website into a high-performance API for agents, and at the same time build incredible user experiences for the users of our sites.*
Unofficial community note. Prefer the recording for nuance.