Skip to main content
Glama
usernamexiaozhang

camoufox-versatile-mcp

launch_browser

Launch a Camoufox browser with configurable anti-detection settings to bypass Cloudflare challenges.

Instructions

Launch the Camoufox anti-detection browser.

The trio of i_know_what_im_doing=True + disable_coop=True + force_scope_access=True is critical for Cloudflare-style challenges: without them, Camoufox runs in a sandbox iframe and CF hands out a hard challenge with no solvable iframe. These match what the project's test.py smoke test uses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
geoipNo
proxyNo
localeNoauto
os_typeNoauto
headlessNo
humanizeNo
block_imagesNo
block_webrtcNo
disable_coopNo
enable_traceNo
force_scope_accessNo
i_know_what_im_doingNo
Behavior4/5

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

With no annotations, the description discloses that without the trio of parameters, the browser runs in a sandbox iframe causing Cloudflare to issue a hard challenge. This is critical behavioral information beyond what the schema reveals.

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 two paragraphs with no filler. The purpose is front-loaded, and every sentence adds value. It could be slightly more structured, but it is efficient.

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

Completeness3/5

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

Given 12 parameters and no output schema, the description covers only a few parameters for a specific use case. Many common scenarios and parameter details are omitted, leaving gaps for an agent unfamiliar with the tool.

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

Parameters3/5

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

Schema coverage is 0%, so the description must compensate. It explains the three critical parameters (i_know_what_im_doing, disable_coop, force_scope_access) and their importance, but leaves the other 9 parameters undocumented. This adds value but is incomplete.

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 first sentence clearly states the tool launches the Camoufox anti-detection browser, which is a specific verb+resource pair. This unambiguously differentiates it from sibling tools like close_browser, navigate, etc.

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

Usage Guidelines3/5

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

The description provides important parameter guidance for Cloudflare-style challenges but does not explicitly state when to use this tool versus alternatives. It implies the browser must be launched before other actions, but lacks when-not-to-use or exclusion criteria.

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/usernamexiaozhang/camoufox-versatile-mcp'

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