Join the WebMCP origin trial Google launched an origin trial for WebMCP in Chrome 149, allowing developers to build structured tools that help AI agents interact with web applications more accurately. The trial enables developers to declare the purpose of interface elements and manage page state, improving agent performance on tasks like form filling and debugging. Published: June 9, 2026 Build structured tools for agents to complete tasks efficiently and accurately in your web application with WebMCP /docs/ai/webmcp . In Chrome 149, you can sign up for the WebMCP origin trial https://developer.chrome.com/origintrials/ /register trial/4163014905550602241 . If you are new to origin trials /docs/web-platform/origin-trials , these are time-limited programs that offer early access to experimental platform features. While there may be usage limits, developers can integrate these features for live testing and gathering user feedback, with the goal of informing future iterations of the API. What is WebMCP? WebMCP lets you provide rules for interaction between web applications and agents. Instead of an agent guessing the purpose of an interface element, such as a button or input field, you can declare their purposes and manage page state. Use cases There are many ways to add WebMCP to your website. For example: Correctly fill in complex, structured forms : Build a WebMCP tool to help users map data to fields correctly, instead of relying exclusively on autofill. For example, you can differentiate if a field requires a full name versus a separate first and last name. Efficient application debugging : Build a diagnostics tool on a developer settings page, so an agent can trigger fixes that are otherwise hidden behind nested menus. You can also help an agent understand interfaces that are designed for humans, such as calendar inputs. Is your use case missing or do you have an idea you're excited about for WebMCP? Join the early preview program http://goo.gle/chrome-ai-dev-preview-join and share your feedback. Build your website for the agentic era At Google I/O 2026, we shared how you can prepare your websites to help agents perform tasks efficiently. Share your feedback Our goal is to build APIs that any browser with agentic capabilities can implement and benefit from. Read the WebMCP documentation /docs/ai/webmcp , including best practices /docs/ai/webmcp/best-practices and tool security guidance /docs/ai/webmcp/secure-tools . Join the origin trial https://developer.chrome.com/origintrials/ /register trial/4163014905550602241 - Share your feedback on the API shape by commenting on an existing issue or opening a new one in the WebMCP explainer on GitHub https://github.com/webmachinelearning/webmcp?tab=readme-ov-file . - If you have feedback on Chrome's implementation, file a Chromium bug https://crbug.com/new?component=2021259 . Join the early preview program http://goo.gle/chrome-ai-dev-preview-join for an early look at new APIs and access to our mailing list.- Review the implementation for Chrome on Chrome Status https://chromestatus.com/feature/5117755740913664 . - Read about how to