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
Page Agent
Embeds a GUI agent in any web page with one script tag, driving the existing DOM from natural-language instructions wit…
Browser Harness
Connects an LLM directly to a real Chrome browser over a single CDP websocket, letting the agent write the helper code…
OpenHands
Software engineering agent platform — runs in sandboxed Docker containers, edits code, runs tests, fixes bugs, and open…
Safari MCP Server
Connects AI agents to a live Safari window for web debugging: DOM inspection, network monitoring, console logs, screens…