Cloudflare has launched a developer preview of WebMCP that can give websites an agent-facing tool interface without changing origin code. When enabled, Cloudflare injects a small bridge script at the edge so browser agents can discover and call tools exposed through the experimental WebMCP standard.

WebMCP appears in the page as document.modelContext and is shipping experimentally in Chrome 146. The idea is to stop agents from guessing through pages built for humans. A site can expose structured actions instead, letting agents spend tokens on useful tasks rather than navigation.

Cloudflare’s preview includes tool packs that run in the visitor’s browser. The edge injection adds a bridge script, and the bridge registers tools if the browser supports the WebMCP surface. If it does not, the page behaves as before.

The practical value is lower adoption friction. Implementing agent tools by hand requires design and maintenance. A dashboard switch could help more sites experiment, though the standard is still early and browser support remains limited.