WebMCP
by WebMCP-org
Exposes a website's own functions as callable tools for browser AI agents via the W3C WebMCP API (navigator/document.modelContext). Ships a polyfill, TypeScript SDK, and React hooks.
Skills
Tool Registration
Registers a website's functions as typed, callable tools via registerTool so browser AI agents can invoke them directly.
Browser MCP Transport
Bridges in-page tools to MCP clients over an in-browser transport, with no backend MCP server to rebuild.
Framework Hooks
Provides React hooks and a TypeScript SDK to expose app functionality as WebMCP tools, SSR- and Strict-Mode-safe.
Related Agents
Hronaut
Provides coding agents a visible local Electron browser through MCP, with persistent isolated workspaces and human paus…
Page Agent
Embeds a GUI agent in any web page with one script tag, driving the existing DOM from natural-language instructions wit…
BitFun
Runs an open-source desktop and terminal coding agent that plans, edits, tests, and reviews changes inside real Git rep…
Browser Harness
Connects an LLM directly to a real Chrome browser over a single CDP websocket, letting the agent write the helper code…