---
type: "Article"
title: "WebMCP: how a website hands its tools to an AI agent, and what laurelinlabs.com now exposes"
description: "What WebMCP is, where the W3C draft and the Chrome origin trial stand in August 2026, the five tools this site now registers for browser agents, and an honest read on what it is worth."
resource: "https://www.laurelinlabs.com/blog/webmcp"
tags: ["webmcp", "aeo-guardrails-and-agentic-search"]
generated: { by: "laurelin-site-build/2026-08-25", at: "2026-08-25T12:00:00+00:00" }
status: "stable"
stale_after: "2027-02-25T00:00:00+00:00"
---
# WebMCP: how a website hands its tools to an AI agent, and what laurelinlabs.com now exposes

Published 2026-08-25. Author: [Piers Butler](/entities/piers-butler.md).

WebMCP (Web Model Context Protocol) is a proposed browser API, drafted by Google and Microsoft in the W3C Web Machine Learning Community Group, that lets a web page register named, typed tools an AI agent in the browser can call directly, either from JavaScript via document.modelContext or by adding toolname and tooldescription attributes to an ordinary HTML form. As of August 2026 it is a Chrome origin trial with no mainstream agent consuming it yet. laurelinlabs.com registers five read-only tools on every page: site search, the topic hub list, the OKF knowledge bundle, the Non-Commodity Score and contact details. It is an option on the agentic web, not a ranking factor.

## FAQ

### Is WebMCP the same as MCP?

No. MCP (Model Context Protocol) is the open protocol desktop assistants use to talk to tool servers. WebMCP borrows its tool vocabulary (name, description, JSON Schema inputs) but lives inside a web page and is called by an agent running in the browser, so the page itself is the tool provider and no server is needed.

### Does WebMCP improve search rankings or AI visibility?

No, not today. No search engine or mainstream assistant consumes WebMCP tools yet; Chrome runs it as an origin trial and Google has said Gemini in Chrome will be the first consumer. Publish it cheaply, keep tools read-only and honest, and claim nothing about rankings.

### Which browsers support WebMCP in August 2026?

Chrome from version 149 through a public origin trial, with local testing behind chrome://flags/#enable-webmcp-testing; Edge behind an experimental flag; Firefox and Safari are in the discussions without commitments. Feature-detect document.modelContext (or the older navigator.modelContext) and do nothing when it is absent.

Hub: [Guardrails, Agentic & Future-proofing](/topics/guardrails-future.md)
