Cloudflare launched a developer preview of WebMCP during Agents Week 2026, a new browser standard (shipping experimentally in Chrome 146) that lets any website register tools for AI agents. With one toggle in the Cloudflare dashboard, site owners can enable agents visiting their domain to discover and call tools without modifying the origin, deploying new APIs, or changing code. WebMCP exposes document.modelContext in the browser so agents see a different, tool-based interface than human visitors.
The implementation is frictionless: Cloudflare injects a bridge into HTML pages and pre-configures 'packs' (like Content Credentials and Site MCP Server) that register tools. Developers can pick which packs to enable from Agent Readiness > Labs in the dashboard. No origin changes, no deployment, and the next HTML response includes the bridge. To test, developers can point Cloudflare's BrowserRun (remote browser) at any URL and it will discover and call the tools the site exposes via the registered packs.
For teams building agent platforms, WebMCP replaces scraping with intent-driven tool discovery: agents no longer have to parse pages meant for humans. Site owners maintain control and keep traffic (agents don't crawl to external servers). The standard is open (Chrome 146 supports it) and unifies how agents discover site capabilities. This week Cloudflare also shipped Kitesurf, a stateless agent-first browser designed to run on Workers with lower memory/CPU than Playwright, and updated MCPv2 with simplified deployment and scalability improvements for agentic apps.