Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by broxy-dev • Uncategorized
A Cloudflare Worker-based backend providing WebSocket bridging, REST API proxy, and MCP protocol support to expose browser capabilities as callable API services.
Call browser-executed tools via MCP JSON-RPC protocol.
Proxy REST API requests through user browsers with custom response handling.
Persistent, stateful WebSocket connections to browser scripts for real-time communication.
Broxy MCP Server enables real-time communication between browser scripts and clients via WebSocket bridging and REST API proxying. It supports the MCP JSON-RPC 2.0 protocol for AI tool calling and manages per-user connection states using Cloudflare Durable Objects. This setup allows exposing browser functionalities as API services with support for custom response formats including binary data.