Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.overtimepog/CloakMCP

PYPI · CLOAKBROWSERMCP · SCANNED SEP 20

Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface

Available components

0 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 36 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency32
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2044 tokens (~102/item across 20 items; 20 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "cloak_evaluate" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.overtimepog/CloakMCP MCP server?

io.github.overtimepog/CloakMCP runs locally as a PyPI package, launched with uvx cloakbrowsermcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · cloakbrowsermcp

# add to Claude Code
claude mcp add overtimepog-cloakmcp -- uvx cloakbrowsermcp
// .cursor/mcp.json
{
  "mcpServers": {
    "overtimepog-cloakmcp": {
      "command": "uvx",
      "args": [
        "cloakbrowsermcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "overtimepog-cloakmcp": {
      "command": "uvx",
      "args": [
        "cloakbrowsermcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add overtimepog-cloakmcp -- uvx cloakbrowsermcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "overtimepog-cloakmcp": {
      "type": "local",
      "command": [
        "uvx",
        "cloakbrowsermcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add overtimepog-cloakmcp --command uvx --arg cloakbrowsermcp
# ~/.hermes/config.yaml
mcp_servers:
  overtimepog-cloakmcp:
    command: "uvx"
    args: ["cloakbrowsermcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "overtimepog-cloakmcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "cloakbrowsermcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add overtimepog-cloakmcp -t stdio -c uvx -a cloakbrowsermcp
// mcp.json
{
  "mcpServers": {
    "overtimepog-cloakmcp": {
      "command": "uvx",
      "args": [
        "cloakbrowsermcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/cloakbrowsermcp@2.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 36 packages
Packages resolved 36
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 20 exposed · ~1,815 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cloak_back ~37

Navigate back in browser history. Returns an updated snapshot. Args: page_id: Target page ID.

NameTypeReqDescription
page_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_check ~77

Check or uncheck a checkbox/radio by ref ID. Returns an updated snapshot. Args: page_id: Target page ID. ref: Ref ID from snapshot. checked: True to check, False to uncheck.

NameTypeReqDescription
checkedboolean
page_idstringyes
refstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_click ~84

Click an element by its [@eN] ref ID from cloak_snapshot. Auto-retries once if the element moved. Returns an updated snapshot. Args: page_id: Target page ID. ref: Ref ID from snapshot (e.g. '@e5' or 'e5').

NameTypeReqDescription
page_idstringyes
refstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_close ~22

Close the stealth browser and release all resources. Always call when done.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cloak_close_page ~35

Close a specific page by ID. Args: page_id: Page ID to close.

NameTypeReqDescription
page_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_evaluate ~55

Execute JavaScript in the page context and return the result. Args: page_id: Target page ID. expression: JavaScript expression to evaluate.

NameTypeReqDescription
expressionstringyes
page_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_forward ~37

Navigate forward in browser history. Returns an updated snapshot. Args: page_id: Target page ID.

NameTypeReqDescription
page_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_hover ~54

Hover over an element by ref ID. Returns an updated snapshot. Args: page_id: Target page ID. ref: Ref ID from snapshot.

NameTypeReqDescription
page_idstringyes
refstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_launch ~389

Launch a stealth CloakBrowser instance. All anti-detection is ON by default. CloakBrowser is a source-patched Chromium passing Cloudflare Turnstile, reCAPTCHA v3 (0.9 score), FingerprintJS, BrowserScan, and 30+ detectors. Args: headless: Run headless. Some aggressive sites need headed mode (False). proxy: Proxy URL (e.g. 'http://user:pass@proxy:8080'). Residential recommended. humanize: Human-like mouse/keyboard/scroll (default: True). human_preset: 'default' or 'careful' (slower, more deliberate). stealth_args: Apply stealth fingerprint args (default: True). timezone: IANA timezone (e.g. 'America/New_York'). locale: BCP 47 locale (e.g. 'en-US'). geoip: Auto-detect timezone/locale from proxy IP. fingerprint_seed: Fixed seed for consistent identity across sessions. user_data_dir: Persistent profile path (cookies/localStorage survive restarts). viewport_width: Viewport width in pixels. viewport_height: Viewport height in pixels. color_scheme: 'light', 'dark', or 'no-preference'. user_agent: Custom user agent override. extra_args: Additional Chromium CLI flags.

NameTypeReqDescription
color_scheme
extra_args
fingerprint_seed
geoipboolean
headlessboolean
human_presetstring
humanizeboolean
locale
proxy
stealth_argsboolean
timezone
user_agent
user_data_dir
viewport_heightinteger
viewport_widthinteger

Structured output declared, but exposes no named fields.

No examples provided.

cloak_list_pages ~19

List all open pages with their IDs and URLs.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cloak_navigate ~96

Navigate to a URL. Auto-waits for the page to settle (network idle + DOM stable). Handles Cloudflare challenge pages with extra wait time. Returns an updated snapshot of the loaded page. Args: page_id: Target page ID. url: URL to navigate to. timeout: Navigation timeout in milliseconds.

NameTypeReqDescription
page_idstringyes
timeoutinteger
urlstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_new_page ~42

Open a new browser page/tab. Optionally navigate to a URL. Args: url: URL to navigate to after creating the page.

NameTypeReqDescription
url

Structured output declared, but exposes no named fields.

No examples provided.

cloak_press_key ~66

Press a keyboard key (Enter, Tab, Escape, ArrowDown, etc.). Returns an updated snapshot. Args: page_id: Target page ID. key: Key name (DOM KeyboardEvent key).

NameTypeReqDescription
keystringyes
page_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_read_page ~105

Get the page content as clean, readable markdown. Best for reading articles, docs, search results, or any content-heavy page. Strips navigation, ads, footers — returns just the main content. Much more token-efficient than raw HTML (60-80% savings). Args: page_id: Target page ID. max_length: Max characters to return (default: 50000).

NameTypeReqDescription
max_lengthinteger
page_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_screenshot ~116

Take an annotated screenshot with element indices overlaid. Each numbered element maps to [@eN] refs from cloak_snapshot. Use when you need VISUAL context — images, charts, CAPTCHAs, or layout. For most interactions, prefer cloak_snapshot() instead. Returns: file path to saved PNG, element count. Args: page_id: Target page ID. full_page: Capture entire scrollable page (default: viewport only).

NameTypeReqDescription
full_pageboolean
page_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_scroll ~66

Scroll the page. Returns an updated snapshot. Args: page_id: Target page ID. direction: 'up' or 'down'. amount: Pixels to scroll.

NameTypeReqDescription
amountinteger
directionstring
page_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_select ~114

Select a dropdown option by ref ID. Provide one of: value, label, or index. Returns an updated snapshot. Args: page_id: Target page ID. ref: Ref ID of the <select> element. value: Option value attribute to select. label: Option visible text to select. index: Option index (0-based) to select.

NameTypeReqDescription
index
label
page_idstringyes
refstringyes
value

Structured output declared, but exposes no named fields.

No examples provided.

cloak_snapshot ~172

Capture the page's accessibility tree — the PRIMARY way to understand pages. Returns interactive elements with [@eN] ref IDs for use with cloak_click, cloak_type, cloak_select, etc. Call this BEFORE interacting with a page. full=False (default): interactive elements only — compact and fast. full=True: includes surrounding text content for reading context. This is FASTER, CHEAPER, and MORE RELIABLE than screenshots. Always prefer this over cloak_screenshot for deciding what to click. Args: page_id: Target page ID from cloak_launch or cloak_new_page. full: Include text content alongside interactive elements. max_length: Max characters to return (default: 8000).

NameTypeReqDescription
fullboolean
max_lengthinteger
page_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_type ~144

Type text into an input by its [@eN] ref ID from cloak_snapshot. Clears the field first by default. Set submit=True to press Enter after. Returns an updated snapshot. Args: page_id: Target page ID. ref: Ref ID from snapshot (e.g. '@e3' or 'e3'). text: Text to type. clear: Clear field before typing (default: True). submit: Press Enter after typing (default: False).

NameTypeReqDescription
clearboolean
page_idstringyes
refstringyes
submitboolean
textstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cloak_wait ~85

Wait for the page to settle (no DOM mutations + network idle). Use after actions that trigger dynamic content loading. Returns whether the page settled and how many DOM mutations occurred. Args: page_id: Target page ID. timeout_ms: Max wait time in milliseconds (default: 5000).

NameTypeReqDescription
page_idstringyes
timeout_msinteger

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the io.github.overtimepog/CloakMCP MCP server?

io.github.overtimepog/CloakMCP is an MCP server listed in the public MCP registry as io.github.overtimepog/CloakMCP. Stealth browser MCP server, anti-detection Chromium with snapshot-first agent interface. This page covers its PyPI package (cloakbrowsermcp).

Is the io.github.overtimepog/CloakMCP MCP server safe to use?

io.github.overtimepog/CloakMCP scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.overtimepog/CloakMCP MCP server expose?

io.github.overtimepog/CloakMCP exposes 20 tools: cloak_launch, cloak_close, cloak_snapshot, cloak_click, cloak_type, and 15 more. Their descriptions and schemas cost roughly 1,815 tokens of context every time the server is loaded.

Is the io.github.overtimepog/CloakMCP MCP server still maintained?

io.github.overtimepog/CloakMCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.