All notes
In this note (5 sections)
MCP May 21, 2026Updated Jul 6, 2026 9 min

Agentic AI has an execution problem.

Last updated on Jul 6, 2026

Today's agents still guess at your website. WebMCP makes every site agent-ready.

Introduction

I have watched agents try to book a flight by finding a button, clicking it, and hoping. The error rate is brutal. 15–20% per action. Five to ten seconds per step. Multiply that across a multi-step workflow and you have a product nobody ships.

Google previewed WebMCP at I/O 2026 to fix the execution problem. Websites expose structured tools directly through a new browser API. Agents call them by name. The Tool Contract is the new sitemap.xml.

Before and after WebMCP

Agent website interaction shift
ApproachLatencyError rate
DOM + OCR + screenshots5–10 sec per action15–20% per action
WebMCP structured tool call1–2 sec per actionNear zero

Example tool call: book_flight with from AMD, to DXB. No guessing which element is the submit button.

Two APIs

  • Declarative API: standard actions defined in HTML forms. Good for checkout flows, search, simple mutations.
  • Imperative API: complex JavaScript-driven interactions. Good for dynamic UIs that do not map cleanly to forms.

This connects to the same tool contract thinking I describe in your agents are not broken, your tools are. WebMCP is the web-native version of atomic, typed, honest tools.

Who is adopting early

Origin trial starts in Chrome 149. Early interest from Booking.com, Expedia, Instacart, Intuit, Shopify, and Redfin. If you own a website, agent-readiness is now a real category alongside mobile-responsive and SEO.

For MCP server design on the backend, see the MCP topic hub. Stateless header security is a separate concern for remote MCP gateways in production.

Conclusion

The web is evolving. Agents stopped guessing. They started calling tools directly. Publish your Tool Contract before your competitor does.

Key takeaways

  • 1Most AI agents still guess how websites work — DOM parsing, OCR, and screenshot reading. The error rate is 15-20% per action and the latency is 5-10 seconds.
  • 2WebMCP is a new browser standard, previewed by Google at I/O 2026, that lets a website publish a Tool Contract for agents to call directly.
  • 3Two APIs ship with WebMCP: a Declarative API for standard actions defined in HTML forms, and an Imperative API for complex JavaScript-driven interactions.
  • 4The performance shift is direct: WebMCP replaces a 5-10 second screen-scrape with a 1-2 second structured tool call at near-zero error rate.
  • 5Origin trial starts in Chrome 149. Early adopters interested include Booking.com, Expedia, Instacart, Intuit, Shopify, and Redfin.
  • 6If you own a website, agent-readiness is now a real category. The Tool Contract is the new sitemap.xml.

Frequently asked questions

Work with me

Need help shipping this in production?

I help teams design agent architectures, RAG pipelines, and production guardrails on consulting engagements.

Agent-ready web consulting Agentic AI training programs
Tags
#WebMCP#MCP#GoogleI/O#AgenticWeb#Chrome#ToolCalls#AIAgents

Get the visual notes by email

New agentic AI notes and breakdowns, plus what I am shipping for clients, one email on Thursdays.