Skip to main content
Glama
WhiteNightShadow

camoufox-reverse-mcp

launch_browser

Launch the Camoufox anti-detection browser for JavaScript reverse engineering. Configure headless, proxy, and fingerprint to bypass bot detection.

Instructions

Launch the Camoufox anti-detection browser, or attach to a running one.

Args: headless: Run in headless mode (default False). os_type: OS fingerprint - "auto", "windows", "macos", or "linux". locale: Browser locale (e.g. "zh-CN"). "auto" detects system locale. proxy: Proxy server URL (e.g. "http://127.0.0.1:7890"). humanize: Enable humanized mouse movement. geoip: Auto-infer geolocation from proxy IP. block_images: Block image loading. block_webrtc: Block WebRTC to prevent IP leaks. enable_trace: Enable engine-level property access tracing. Requires camoufox-reverse custom browser build. When enabled, use trace_property_access() to capture DOM access. ws_endpoint: Attach to an already-running Camoufox server instead of launching a new browser. Start the server with python -m camoufox server, copy its "Websocket endpoint: ws://127.0.0.1:/" line, and pass that full URL here. When set, all other launch args (os_type/locale/proxy/...) are ignored — fingerprint config is owned by the running server. Start the server with an os fingerprint matching the host for font-metric parity (attach mode cannot inject the host/os font-fallback shim that launch mode does). close_browser() will only disconnect; the server keeps running.

Returns: dict with status, config, and page list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
geoipNo
proxyNo
localeNoauto
os_typeNoauto
headlessNo
humanizeNo
ws_endpointNo
block_imagesNo
block_webrtcNo
enable_traceNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description fully bears responsibility. It discloses behavioral traits: attach mode cannot inject host/os font-fallback shim, close_browser() only disconnects in attach mode, and that enable_trace requires a custom browser build. It does not detail side effects like resource consumption or authentication needs, but covers key behaviors.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with 'Args:' and 'Returns:' sections, and each parameter is documented concisely. It is somewhat lengthy but every sentence adds value. Minor redundancy (e.g., repeating 'attach' mode behavior) could be tightened, but overall effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (10 optional parameters, no output schema), the description is complete: it covers both modes, parameter dependencies, return type (dict with status/config/page list), and mentions related tools (close_browser, trace_property_access). An agent can confidently invoke this tool based solely on the description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must explain all 10 parameters. It does so thoroughly: headless, os_type, locale, proxy, humanize, geoip, block_images, block_webrtc, enable_trace, and ws_endpoint each have clear descriptions of purpose, defaults, and special notes (e.g., geoip auto-infers from proxy, ws_endpoint overrides others). This fully compensates for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Launch the Camoufox anti-detection browser, or attach to a running one.' It uses a specific verb ('launch'/'attach') and resource ('Camoufox browser'), distinguishing it from sibling tools like navigate or take_screenshot.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear guidance on when to use launch vs attach mode via the ws_endpoint parameter, noting that attach ignores other launch args. It mentions server startup command and fingerprint considerations. However, it lacks explicit exclusions or alternatives to using this tool versus other browsers/setup methods.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WhiteNightShadow/camoufox-reverse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server