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.

vibatchium

PYPI · VIBATCHIUM · SCANNED SEP 20

Patchright stealth + Vibium-style LLM-friendly CLI for agentic browser automation.

Available components

+15 this week 80 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 32 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability69
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 13623 tokens (~158/item across 86 items; 86 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 98% of tool parameters carry a description.Partial
Tool Safety81
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 1 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "eval" implies "eval" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 87 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 vibatchium MCP server?

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

pypi · vibatchium

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

  • 19 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.

  • 18 Sept 26 +12
    • Malware scan: unverified → pass security
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 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 −15
    • Malware scan: pass → unverified security
  • 14 Sept 26 +16
    • Malware scan: unverified → pass security
  • 12 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.80 functional
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/vibatchium@0.19.2

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 32 packages
Packages resolved 32
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 86 exposed · ~13,151 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
act ~126

Observe + execute the resulting plan in one shot.

NameTypeReqDescription
intentstringyesNatural-language intent.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
llmbooleanUse Claude.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

attach ~135

Attach to an existing Chrome via CDP (use after manual login on a Cloudflare-walled site).

NameTypeReqDescription
cdp_urlstringe.g. http://localhost:9222
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

attr ~140

Get an HTML attribute value from an element.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
namestringyesAttribute name (href, class, etc.).
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN / @text: / @label: / CSS.

No output schema declared.

No examples provided.

back ~99

Browser back.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

candidates ~194

List EVERY element a target resolves to, so an ambiguous locator can be disambiguated instead of failing strict mode. Returns {target, count, candidates:[{index, tag, role, name, text, bbox}], truncated}. Act on one with click/fill/type/hover passing `index=N`.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
limitintegerCap how many matches to describe.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN / @text: / @label: / CSS whose matches to enumerate.

No output schema declared.

No examples provided.

check ~114

Check a checkbox / radio.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN or selector.

No output schema declared.

No examples provided.

clean ~318

Housekeeping — reclaim disk from stale profile dirs, superseded Chrome cache dirs, leftover Chrome lock files, regenerable caches, and the daemon log. DRY-RUN by default; pass apply=true to actually delete. Never touches the default/active/running sessions. Returns a per-category {count, bytes} report.

NameTypeReqDescription
applybooleanActually delete (default false = dry-run report).
cachebooleanInclude regenerable caches (default true).
cache_mirrorbooleanInclude superseded Chrome cache dirs — caches whose profile is gone, or which the profile no longer uses (default true).
keeparraySession names to never prune.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
locksbooleanInclude leftover Chrome lock files (default true).
log_keep_bytesintegerTruncate daemon.log to its last N bytes.
logsbooleanInclude daemon-log truncation (default true).
older_thanintegerPrune profiles idle ≥ this many seconds (default 14d).
profilesbooleanInclude stale profile dirs (default true).
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

click ~183

Click an @eN ref or CSS selector.

NameTypeReqDescription
auto_dismiss_bannersbooleanOn 'intercepted' failure, try dismiss_banners once and retry.
indexintegerAct on the Nth match (0-based, from `candidates`) when the target is ambiguous.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN ref or selector.
timeout_msintegerTimeout in ms.

No output schema declared.

No examples provided.

content ~116

Replace the page HTML wholesale via page.set_content.

NameTypeReqDescription
htmlstringyesNew HTML body.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

count ~120

Count matching elements for a selector or @eN ref.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN or selector.

No output schema declared.

No examples provided.

dblclick ~154

Double-click an @eN ref or CSS selector.

NameTypeReqDescription
indexintegerAct on the Nth match (0-based, from `candidates`).
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN ref or selector.
timeout_msintegerTimeout in ms.

No output schema declared.

No examples provided.

detect_forms ~311

Structured map of every <form> on the page (plus a formless-controls group for SPAs) — against our real authenticated Chrome DOM. Each field carries a ready-to-use `locator` string (pipe straight into fill/click), plus type, name, label, required, options and checked/filled state. A free-text field's typed value is withheld unless `values=true`, and even then it's redacted when a type/name/autocomplete heuristic flags it as a password/credential/payment secret (best-effort — don't pass values=true on untrusted pages). Returns {forms, count}.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
max_charsintegerCap each label/value length.
max_fieldsintegerCap fields per form.
max_formsintegerCap number of forms.
max_optionsintegerCap options per <select>.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringOptional @eN / @text: / CSS root to scope the walk to a subtree.
valuesbooleanInclude non-sensitive free-text field values (still redacts secrets).

No output schema declared.

No examples provided.

diff_map ~105

Diff current snapshot vs the previous one.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

dismiss_banners ~148

Heuristically dismiss cookie/consent/newsletter banners.

NameTypeReqDescription
dry_runbooleanReport candidates without clicking.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
max_clicksintegerMax banners to dismiss.
preferstringaccept|reject (default reject).
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

eval ~167

Evaluate a JS expression in the page (isolated context per Patchright default — `window.X = ...` mutations are NOT visible to page JS; use `eval_handle` to retain references).

NameTypeReqDescription
exprstringyesJS expression.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
timeout_msintegerGive up after this long — a busy page starves isolated-world eval too.

No output schema declared.

No examples provided.

expect ~301

ONE-CALL verification gate. Assert the page reached an expected state — composes element-state / page-text / URL checks plus a native challenge-wall check into a single {passed, failures[]} verdict. Use after an action to confirm it landed (or that you got soft-blocked) instead of stitching wait/text/url/screenshot calls. Every check is optional.

NameTypeReqDescription
allow_walledbooleanIf false (default), a detected Cloudflare/DataDome challenge wall is a failure.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
screenshotstringauto = capture only on failure (evidence); always; never.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
statestringExpected element state (default 'visible'): visible|hidden|attached|detached.
targetstringElement to assert — @eN / @text: / @label: / CSS.
text_containsstringPage text must contain this substring.
timeout_msintegerPer-wait budget.
url_containsstringCurrent URL must contain this substring.

No output schema declared.

No examples provided.

explore ~522

USE THIS WHEN WebFetch/WebSearch/curl GOT BLOCKED — a 403, a Cloudflare/DataDome "Just a moment..." challenge, a login/paywall, or an empty "JavaScript is required" shell: don't report failure, use this — patchright clears most such walls cold. ONE-CALL 'look at this URL', TEXT-FIRST. Does verify_url → auto-start session if needed (headless) → go → extract text. It does NOT screenshot by default: read and navigate with the returned text/selectors, and a screenshot is captured only as a FALLBACK when the page yields no usable text (canvas/image/blank SPA). This is the 80% case of 'just show me what's on this page' — use it instead of separate start/go/text calls unless you need multi-step interaction. Pass screenshot='always' to force a screenshot, 'never' to suppress even the fallback; when one is captured it comes back as a viewable image, not base64 text. Without an explicit session it runs on an OFF-BUDGET transient ephemeral session (0.7.0) — it never competes with persistent sessions for a slot and is auto-deleted afterward, so it won't touch your 'default' session.

NameTypeReqDescription
full_pagebooleanFull-page vs viewport screenshot, when one is captured.
intentstringOptional natural-language description (reserved for future).
keep_openbooleanLeave session open for follow-up calls.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
min_text_charsintegerAuto-mode fallback threshold: capture a screenshot if the page's extracted text is shorter than this.
screenshotScreenshot policy. 'auto' (default): capture ONLY if the page returns no usable text (or is challenge/login walled). 'always' (or true): force a screenshot. 'never' (or false): suppress even the fall…
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
skip_verifybooleanSkip DNS pre-check (trusted URLs only).
urlstringyesTarget URL — required.

No output schema declared.

No examples provided.

extract ~329

Clean, LLM-ready Markdown of the page (or a target subtree) — boilerplate (nav/footer/aside/scripts) stripped, headings/links/lists/code preserved. A drop-in for Crawl4AI/Firecrawl-style scraping on the AUTHENTICATED pages those stateless tools can't reach. Returns markdown TEXT (never a base64 screenshot), capped by max_chars. `mode`: markdown (default) | links (deduped {url,text}, absolute post-hydration URLs) | assets ({url,type,rel?}, data: dropped) | main (main-content only via density scorer).

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
max_assetsintegermode=assets: cap the number of assets.
max_charsintegerCap the returned markdown length (truncates beyond it).
max_linksintegermode=links: cap the number of links.
modestringOutput mode (default markdown).
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringOptional @eN / @text: / @label: / CSS to scope extraction to a subtree (honored by markdown/links/assets; mode=main is whole-page and rejects it).

No output schema declared.

No examples provided.

extract_fields ~311

Declarative STRUCTURED extract: pass a {name: selector} map and get back ONE JSON object of values in a single call — against our real authenticated Chrome DOM (a login-walled / SPA page stateless scrapers can't reach). Grammar: `name[]`=array, `sel@attr`=attribute, `sel@html`=innerHTML, bare=text. Optional `target` scopes selectors to a subtree. Returns {fields, matched, misses, errors} — `misses`/`errors` let you fix a selector without re-reading the page. Reads text/attr/innerHTML only, never input values.

NameTypeReqDescription
fieldsobjectyesMap of field name → CSS selector (with optional @attr / @html / name[] array suffix).
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
max_charsintegerCap each field value's length.
node_capintegerCap nodes read per array field.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringOptional @eN / @text: / @label: / CSS root to scope all selectors to a subtree.

No output schema declared.

No examples provided.

fill ~202

Clear an input and fill it with text. With use_secret, value comes from the encrypted vault.

NameTypeReqDescription
indexintegerFill the Nth match (0-based, from `candidates`) when the target is ambiguous.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN ref or selector.
textstringText to fill (or use use_secret).
timeout_msintegerTimeout in ms.
use_secretstringVault reference 'site:key' (or 'site:totp').

No output schema declared.

No examples provided.

find ~174

Locate elements by semantic strategy (text/label/placeholder/role/testid/xpath/alt/title/css).

NameTypeReqDescription
exactbooleanExact match.
kindstringyestext|label|placeholder|role|testid|xpath|alt|title|css
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
namestringAccessible name (role kind only).
querystringyesSearch query.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

focus ~127

Focus an element (without clicking).

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN ref or selector.
timeout_msintegerTimeout in ms.

No output schema declared.

No examples provided.

forward ~99

Browser forward.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

frame ~128

Switch active frame by name or URL substring (omit both to clear).

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
namestringFrame name.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
urlstringURL substring.

No output schema declared.

No examples provided.

frames ~110

List all live frames with name + url + depth + active flag.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

go ~209

Navigate to a URL in the stealth browser, then pair with extract/text/html/map. Reach for this (or explore) when WebFetch/curl was blocked — a 403, a Cloudflare/DataDome "Just a moment..." challenge, a login/paywall, or a JavaScript-only page that returns no usable HTML — or when the page needs a real browser.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
timeout_msintegerTimeout in ms.
urlstringyesTarget URL.
wait_untilstringload|domcontentloaded|networkidle|commit

No output schema declared.

No examples provided.

highlight ~132

Briefly outline an @eN ref or selector for visual debugging.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
msintegerHighlight duration ms.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN or selector.

No output schema declared.

No examples provided.

hover ~135

Hover over an element.

NameTypeReqDescription
indexintegerHover the Nth match (0-based, from `candidates`).
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN ref or selector.

No output schema declared.

No examples provided.

html ~144

Get HTML (whole page or a target — @eN, @text:Foo, @label:Email, CSS, etc.).

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringOptional @eN / @text: / @label: / CSS.

No output schema declared.

No examples provided.

humanize_off ~105

Disable humanize for current session.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

humanize_on ~116

Enable humanlike mouse (Bezier paths, gaussian dwell, sin scroll) for current session.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

humanize_status ~108

Report whether humanize is on for current session.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

is_state ~138

Check element state (visible/enabled/checked/...).

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
statestringyesvisible|hidden|enabled|disabled|checked|editable
targetstringyes@eN or selector.

No output schema declared.

No examples provided.

keys ~120

Press a key combination (e.g. 'Control+a', 'Enter').

NameTypeReqDescription
keysstringyesKey combo.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

map ~135

Snapshot actionable elements and assign @eN refs (uses Playwright aria_snapshot mode='ai').

NameTypeReqDescription
depthintegerLimit snapshot depth.
indentbooleanPreserve YAML indent.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

map_compact ~213

One-line-per-element rendering of the snapshot (token-efficient): `@eN role "name" [state…]`, preserving state ([checked]/[disabled]/[expanded]/[level=N]). `interactive`=only actionable roles; `bbox`=append real bounding_box() coords (bbox=x,y,w,h) — genuine layout geometry.

NameTypeReqDescription
bboxbooleanAppend real-Chrome bounding-box coords per element.
depthintegerLimit snapshot depth.
interactivebooleanOnly actionable roles (button/link/textbox/checkbox/…).
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

mouse ~170

Mouse control at pixel coordinates.

NameTypeReqDescription
actionstringyesclick|dblclick|move|down|up|wheel
buttonstringleft|right|middle
dxnumber
dynumber
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
stepsintegerMove steps.
xnumber
ynumber

No output schema declared.

No examples provided.

observe ~145

Plan a verb + target for an intent without executing.

NameTypeReqDescription
forcebooleanBypass cache.
intentstringyesNatural-language intent.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
llmbooleanUse Claude (needs ANTHROPIC_API_KEY).
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

page_close ~108

Close the current tab; the next tab becomes active.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

page_new ~106

Open a new tab and switch to it.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

page_switch ~112

Switch to tab by index.

NameTypeReqDescription
indexintegeryesTab index.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

pages ~102

List all open browser tabs.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

pdf ~124

Save the current page as PDF.

NameTypeReqDescription
formatstringLetter|A4|...
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
pathstringyesOutput path.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

press ~135

Press a key on a specific element (e.g. Enter on @e3).

NameTypeReqDescription
keysstringyesKey combination.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
targetstringyes@eN ref or selector.

No output schema declared.

No examples provided.

profile_delete ~116

Delete a profile directory (alias of session_delete).

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
namestringyesProfile name.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

profile_list ~110

List all profiles and the active one (alias of session_list).

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

profile_new ~117

Create a new named profile (alias of session_new).

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
namestringyesProfile name.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

profile_use ~116

Set the active profile (alias of session_use).

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
namestringyesProfile name.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

reload ~100

Reload current page.

NameTypeReqDescription
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…

No output schema declared.

No examples provided.

screenshot ~436

Capture a screenshot. With no path it returns a viewable image (not base64 text); with a path it saves the PNG and returns the path. With tiles=true it slices a full-page capture into fixed-height tiles written to DISK (returns their paths + count, never base64) — for layout-heavy pages a vision-capable caller then reads tile-by-tile. Prefer reading the page text/selectors first — only screenshot when you actually need the pixels.

NameTypeReqDescription
full_pagebooleanFull page (not just viewport).
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
max_screenshot_pxintegerCap the CAPTURED height (px) of a full-page/tiles shot — bounds the decode itself (the real memory driver on tall/infinite-scroll pages), not just tile count. Default VIBATCHIUM_MAX_SCREENSHOT_PX (30…
max_tilesintegerCap the number of tiles (top of page first). Bounds output/disk, not decode memory. If omitted, defaults to VIBATCHIUM_MAX_TILES (60); when a tall page is capped the result carries truncated=true + t…
pathstringOutput file path.
sessionstringOptional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default…
tile_dirstringDirectory for tile files (default: alongside path, else the screenshots cache).
tile_heightintegerTile height in px when tiles=true.
tilesbooleanSlice a full-page capture into fixed-height PNG tiles written to disk (0600); returns {tiles:[paths], count}. Implies full_page.

No output schema declared.

No examples provided.

Common questions

What is the vibatchium MCP server?

vibatchium is an MCP server listed in the public MCP registry as io.github.trueoriginlabs/vibatchium. Patchright stealth + Vibium-style LLM-friendly CLI for agentic browser automation. This page covers its PyPI package (vibatchium).

Is the vibatchium MCP server safe to use?

vibatchium scores 80 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 vibatchium MCP server expose?

vibatchium exposes 86 tools: start, attach, stop, status, verify_url, and 81 more. Their descriptions and schemas cost roughly 13,151 tokens of context every time the server is loaded.

Is the vibatchium MCP server still maintained?

vibatchium 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.

What licence is the vibatchium MCP server under?

vibatchium declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.