What Is WebMCP? The New Layer Connecting AI Agents and Websites

WebMCP, or Web Model Context Protocol, is a browser standard for letting AI agents act on websites directly. It reduces guesswork from screenshots and page layout. The article says Google and Microsoft built it through the W3C Web Machine Learning Community Group.

Core facts

What WebMCP does

WebMCP lets a website publish its capabilities in structured, machine-readable form. An agent can see named actions, required inputs, and outputs. Examples in the article include searchFlights, addToCart, and submitTicket.

WebMCP versus MCP

WebMCP versus llms.txt

The article makes one key distinction: llms.txt helps an agent understand a site. WebMCP helps an agent operate it.

How the WebMCP workflow works

  1. A developer registers tools with the site.
  2. The browser exposes those tools to WebMCP-aware agents.
  3. The agent matches intent to a tool and builds valid input from the tool’s JSON Schema.
  4. A permission layer can ask the person before state-changing actions run.
  5. The tool executes inside the user’s existing browser session.
  6. The result returns and the page updates.

Two registration methods

SEO and AI visibility

The article says WebMCP is not currently a Google ranking factor. It is better understood as an actionability signal. Google’s Agentic Browsing audit in PageSpeed Insights checks for WebMCP tools, llms.txt, and accessibility tree integrity.

Why website owners should care

The article argues that sites exposing high-value actions may become easier for agents to use than sites that force screenshot-based guessing. It recommends starting with one or two low-risk actions such as a quote request, appointment booking, or support ticket.

Frequently asked questions

Article metadata