kghhldphcmpiimophipabdhldfipgiio
webcode bridge (Browser Extension) IMPORTANT This extension is a companion for webcode gateway. You must install and start the webcode gateway extension in VS Code before using this. For most users, the recommended Edge Isolated Keepalive mode auto-loads this bridge from the VS Code extension, so manual browser-extension installation is not required. Introduction webcode bridge is the connector that links Web AI Chatbots (Gemini, ChatGPT, DeepSeek, etc.) to your local VS Code environment. It intercepts specific AI tool calls and securely forwards them to your local VS Code server, allowing the cloud AI to "see" and "operate" on your local projects. Usage Recommended Launch: Open a folder in VS Code, start webcode gateway from the status bar, and choose an AI site. The default Edge Isolated Keepalive mode loads this bridge automatically. Manual Browser Modes: If you use regular Chrome/Edge, the system default browser, or user-profile keepalive mode, install this browser extension manually first. Auto Connect: Open Gemini or other supported AI pages from webcode. The extension will automatically detect and connect to the local service (the icon will turn green). Start Chatting: Open a new chat, type your actual request first, then add /webcode or @webcode at the end of the same message. When webcode asks whether to add the initialization prompt, choose Add or press Enter. webcode replaces the trigger word with the initialization prompt, then you can review and send the message yourself. Troubleshooting: If the icon is red or gray, click the icon to view detailed troubleshooting steps. Get VS Code Extension Search in VS Code Marketplace: webcode gateway
MCP-B Extension
AI-powered browser assistant with Model Context Protocol integration for enhanced web interactions This extension let's you call webmcp tools and script any website
WebMCP Inspector
Developer tool for inspecting, testing, and debugging WebMCP tools WebMCP Inspector is a developer-focused Chrome extension that makes WebMCP tooling visible and actionable inside the browser. It detects WebMCP APIs on the current page, lists available tools, shows input schemas, and lets you execute tools instantly with JSON inputs. You can also use AI chat (Gemini, OpenAI, Anthropic, or Ollama) to run multi-step tool workflows faster. Build and debug WebMCP integrations without guesswork Validate tool schemas and arguments before production use Quickly reproduce and diagnose tool execution issues Refresh and inspect dynamically registered tools in real time Speed up testing with both manual and AI-assisted execution in one UI If you’re building WebMCP-enabled apps, this extension gives you a practical inspector and test bench directly in Chrome.
WebMCP Bridge
Expose your web app's tools to AI assistants like Claude and Cursor via the Model Context Protocol WebMCP Bridge lets web applications expose their functionality as tools that AI assistants can discover and call. It reads tools registered on pages via the navigator.modelContext browser API and makes them available to desktop AI clients like Claude Code and Cursor through the Model Context Protocol (MCP). - Your web app registers tools using a library like webmcp-react - The extension detects those tools on activated pages - Tools from all active tabs are aggregated and exposed through a local MCP server - AI assistants connect to the server and can call your app's tools directly - Per-tab activation ("Until reload") or per-domain activation ("Always on") - Tools are namespaced by tab to avoid collisions across pages - Status indicator shows connection state and active tool count - Supports any page that implements the navigator.modelContext API 1. Install this extension 2. Add the MCP server to your AI client (see instructions: https://github.com/MCPCat/webmcp-react/blob/main/extension/README.md) 3. Open a page with registered tools and activate the extension 4. Your AI assistant can now see and call the page's tools The companion MCP server (webmcp-server) runs locally as a stdio process. Install it with: npx webmcp-server All communication stays on your machine. The extension connects to the local server over ws://127.0.0.1 and never sends data externally. Open source under the MIT license: https://github.com/mcpcat/webmcp-react
WebMCP Ready Checker
Checks if a website is WebMCP ready — validates tools, contracts, forms, and security. WebMCP Ready Checker is a developer tool that scans any web page and tells you how well it implements the WebMCP specification — the emerging standard for exposing website functionality to AI agents. Click the extension icon to open the side panel, hit "Scan this page", and get an instant readiness score (0–100) across five categories: **What it checks:** - Detection — Is navigator.modelContext available? Are tools registered? - Page Coverage — Do registered tools cover forms, search, action buttons, filters, and content listings? - Tool Contracts — Are tool names valid snake_case? Are schemas well-formed with typed properties and descriptions? - Security — No secrets in tool definitions? Proper readOnlyHint annotations? Consent for risky actions? - Declarative Forms — Are form tools configured with toolname, tooldescription, and labeled fields? **Features:** - One-click scanning from the side panel - Overall score with per-category breakdowns - Actionable fix suggestions with copy-paste code snippets - Discovered Tools inventory showing every registered tool with its full schema - Page Overlay mode — highlights covered (green) and uncovered (red) interactive elements directly on the page - Cross-linking between tool cards and their check results for fast navigation - Full Report page with scoring methodology explanation - Export as JSON or PDF for sharing with your team **Who is this for?** Web developers implementing WebMCP on their sites. If you're adding AI agent support to your web application using the WebMCP API (navigator.modelContext), this tool helps you validate your implementation and find gaps before agents try to use your site. **Privacy:** All analysis runs locally in your browser. No data is sent to any server. The extension reads page DOM structure only when you click "Scan" — it does not collect, store, or transmit any browsing data.