MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

Cloudflare Radar adds WebMCP support for browser-based agents

Cloudflare's Radar changelog for 2026-08-07 says Radar now supports WebMCP, letting browser-based AI agents navigate Radar, search its data, and call tools such as URL scanning and domain lookup. WebMCP is the Web Model Context Protocol, a browser API published as a Draft Community Group Report by the W3C Web Machine Learning Community Group. It is related to but distinct from MCP's client-server protocol.

Cloudflare's Radar changelog entry for 2026-08-07 announced two features. Radar Researcher is a beta assistant for querying Radar's Internet trend data in plain language. The second is the MCP-relevant one: Radar now supports WebMCP, which the entry says allows "browser-based AI agents to navigate Radar, search data, and use tools such as URL scanning and domain lookup."

WebMCP, the Web Model Context Protocol, is a browser API that lets a web page expose its own functionality as typed tools for AI agents running in or alongside the browser. It shares MCP's name and tool model while living on a separate governance track: the specification is a Draft Community Group Report from the W3C Web Machine Learning Community Group, dated 28 July 2026, and is explicitly not a W3C Standard. The upstream project describes protocols like MCP as "backend integrations" between agent platforms and services, and positions WebMCP as the client-side counterpart: tools are defined in page script, and an agent invoking them shares the page's state and the user's session instead of talking to a separate server.

Cloudflare's Browser Run documentation places WebMCP availability in Chrome beta, and walks through listing a page's tools with navigator.modelContextTesting.listTools() from DevTools in a lab session. On Radar, the practical effect is that an agent driving a browser can call Radar's scanning and lookup functions directly rather than clicking through the interface.

Related publishers

How was this verified, and what are the sources?

Published · confidence 1.00.

  1. Cloudflare developer changelog entry dated 2026-08-07, "Radar Researcher beta and WebMCP support now available", filed under Radar - announces the Radar Researcher beta assistant and states that Radar supports WebMCP, "allowing browser-based AI agents to navigate Radar, search data, and use tools such as URL scanning and domain lookup" - accessed
  2. Cloudflare Browser Run docs page "WebMCP" - defines WebMCP as "Web Model Context Protocol", a browser API that lets websites expose structured tools for AI agents to discover and execute, states WebMCP is currently available in Chrome beta, and demonstrates tool listing via navigator.modelContextTesting.listTools() in a lab session - accessed
  3. WebMCP specification page - title "WebMCP", status "Draft Community Group Report, 28 July 2026", published by the W3C Web Machine Learning Community Group, explicitly not a W3C Standard and not on the W3C Standards Track - accessed
  4. webmachinelearning/webmcp repository README - describes exposing web application functionality (JavaScript functions or HTML form elements) as tools with structured schemas for AI agents, and positions protocols such as the Model Context Protocol as "backend integrations" with WebMCP as the in-browser, client-side alternative - accessed

← All news