@DanKornas: Websites often have existing APIs, forms, and authenticated state that AI agents cannot call as structured tools from t…
Summary
WebMCP is a protocol implemented by MCP-B that lets websites act as MCP servers, exposing browser JavaScript functionality to LLMs as tools via tab or extension transports. The codebase is maintained for historical reference only.
View Cached Full Text
Cached at: 08/03/26, 05:47 PM
Websites often have existing APIs, forms, and authenticated state that AI agents cannot call as structured tools from the browser.
WebMCP is the protocol implemented by MCP-B, an older historical-reference codebase that lets a website act as an MCP server by exposing browser JavaScript functionality to LLMs as MCP tools.
A website creates an MCP server, wraps its client-side logic as tools, and connects through tab or extension transports so an AI client can discover and invoke those tools in the browser context.
Key features: • Tab Transports use postMessage for communication between a website MCP server and clients in the same tab. • Extension Transports use Chrome runtime messaging to connect browser extensions to website tools. • Tools can wrap existing APIs, forms, or state and remain scoped to specific pages or user states. • The native server proxies requests from local MCP clients to the browser extension so desktop applications can call tools from open website tabs. • Tools run in the page context, respect the browser sandbox and same-origin policy, and can be audited through the extension.
The README lists the license as AGPL-3.0, while also stating that the MCP-B extension is no longer open source and this repository is maintained for historical reference only.
Link in the reply
Similar Articles
@googledevs: Build web experiences that are optimized for browser and user AI agents WebMCP provides explicit paths in your UI, allo…
WebMCP is a proposed web standard from Chrome that enables AI agents to interact with web pages more reliably through structured tool definitions, improving task completion accuracy.
Introducing the MDN MCP server
Mozilla announced the MDN MCP server, which uses the Model Context Protocol to provide AI coding tools with up-to-date MDN documentation and browser compatibility data, enabling more accurate web platform information in development workflows.
API to MCP
API to MCP lets you turn any API into an MCP server for AI agents, enabling seamless integration.
@MozDevNet: Introducing the MDN MCP server! Bring MDN's docs and browser compat data straight into your AI agent or IDE for accurat…
Mozilla released the MDN MCP server, enabling AI agents and IDEs to access up-to-date MDN documentation and browser compatibility data via the Model Context Protocol, reducing reliance on outdated training data.
The 'agent web' is coming — where AI agents talk directly to each other instead of scraping websites
The article discusses the future of AI agents communicating directly with each other via APIs and protocols like MCP, bypassing human-oriented web interfaces, and the author asks the community about adoption timelines and use cases.