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
screenshot_annotate ~135

Screenshot with @eN bounding-box overlays (vision-LLM friendly).

NameTypeReqDescription
full_pagebooleanCapture full page.
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 PNG 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.

scroll ~141

Scroll the page or a target element into view.

NameTypeReqDescription
dxintegerHorizontal pixels.
dyintegerVertical pixels.
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/selector to scroll into view.

No output schema declared.

No examples provided.

select ~159

Pick option(s) on a <select>; choose by value/label/index.

NameTypeReqDescription
indexintegerZero-based option index.
labelstringOption visible label.
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 for the <select>.
valuestringOption value attribute.

No output schema declared.

No examples provided.

session_close ~116

Stop Chrome for one session (profile dir preserved).

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

session_close_all ~105

Stop Chrome for every running 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.

session_delete ~119

Delete a session's profile dir on disk (not active/default).

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

session_lease ~212

Acquire/renew an exclusive advisory lease on a running session (0.7.0). Returns a token; present it as the `lease` arg on subsequent calls so other clients get a 'busy' error instead of clobbering the shared 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.
namestringSession name (default: current session).
ownerstringHolder label shown in the busy message.
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…
stealbooleanTake over a lease held by someone else.
ttl_sintegerLease seconds (default 60, max 3600).

No output schema declared.

No examples provided.

session_lease_info ~121

Report the lease state for a session (never returns the token).

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

session_list ~109

List every on-disk session + which are currently running.

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.

session_new ~121

Create a new on-disk session/profile dir (does NOT launch Chrome).

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

session_release ~149

Release a session lease — present the token via the `lease` arg, or force=true to break it (operator override).

NameTypeReqDescription
forcebooleanBreak the lease without the token.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
namestringSession name (default: current session).
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.

session_switch ~111

Alias for 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.
namestringyesSession 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.

session_use ~118

Set the active session (persisted to active-session file).

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

set_log_verbs ~152

Toggle the daemon's per-verb DEBUG audit log at runtime. Useful for non-trivial runs where you want a full call trail; the toggle's response returns the daemon-log path to tail.

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.
onbooleanyesTrue to enable, false to disable.
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.

start ~233

Start a browser session (cold-launch real Chrome).

NameTypeReqDescription
backendstringStealth backend: patchright (default) | nodriver | auto. nodriver needs `pip install vibatchium[nodriver]`.
ephemeralbooleanDelete this session's profile dir on close — for one-shot work that shouldn't leave login state on disk. Prevents profile bloat from per-run sessions.
headlessbooleanHeadless mode — the MCP default. UA is de-Headless'd automatically; headed clears residual GPU/screen tells and is worth a retry on hard walls.
leasestringOptional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env.
profilestringPersistent profile dir (default: cache dir).
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.

status ~102

Daemon + session status.

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.

stop ~101

Stop the browser 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.

text ~145

Get inner text (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.

title ~101

Get current page title.

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.

type ~167

Type text (key-by-key) into an element.

NameTypeReqDescription
delay_msintegerPer-keystroke delay (ms).
indexintegerType into 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.
textstringyesText to type.

No output schema declared.

No examples provided.

uncheck ~114

Uncheck a checkbox.

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.

upload ~125

Set files on an input[type=file] target.

NameTypeReqDescription
filesarrayyes
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.

url ~100

Get current URL.

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.

value ~127

Get the current value of an input/textarea/select.

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 / @text: / @label: / CSS.

No output schema declared.

No examples provided.

verify_url ~179

Fast pre-check (DNS, optional HTTP HEAD) for a URL before `go` commits to a 30s navigation timeout. Catches typos and dead domains in ~50ms instead of 30s.

NameTypeReqDescription
check_httpbooleanAlso do HTTP HEAD (default false).
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_msintegerPer-stage timeout in ms.
urlstringyesTarget URL to verify.

No output schema declared.

No examples provided.

vision_budget ~144

Report today + lifetime vision spend vs VIBATCHIUM_VISION_MAX_*_USD caps. reset='today'|'lifetime'|'all' clears the spend log.

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.
resetstringtoday | lifetime | all
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.

vision_clear_cache ~107

Drop the on-disk vision coords cache.

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.

vision_click ~189

Find a UI element by verbal description (via Claude vision) and click it. Fallback for canvas/Flutter/Unity pages where AX-tree fails. Requires [llm] extra.

NameTypeReqDescription
buttonstringleft | right | middle (default left).
intentstringyesVerbal description of the element.
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_per_minuteintegerRate limit.
min_confidencenumberMinimum confidence (0..1).
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.

vision_find ~128

Return coords + confidence for a described element (no click).

NameTypeReqDescription
intentstringyesDescription.
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_confidencenumberMinimum confidence.
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.

vision_stats ~117

Return cumulative vision API usage (calls, cache_hits, tokens, cost_usd) for 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.

vision_type ~139

vision_click the described field, then type the given text.

NameTypeReqDescription
intentstringyesDescription of the input.
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_confidencenumber
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…
textstringyesText to type.

No output schema declared.

No examples provided.

wait_fn ~126

Wait until a JS expression returns truthy.

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_msintegerTimeout in ms.

No output schema declared.

No examples provided.

wait_load ~137

Wait for a page load state (load/domcontentloaded/networkidle).

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…
statestringload|domcontentloaded|networkidle
timeout_msintegerTimeout in ms.

No output schema declared.

No examples provided.

wait_ref ~149

Wait until an @eN ref reaches a state.

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.
refstringyes@eN ref from the last snapshot.
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…
statestringvisible|hidden|attached|detached
timeout_msintegerTimeout in ms.

No output schema declared.

No examples provided.

wait_selector ~141

Wait until a CSS selector reaches a state.

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.
selectorstringyesCSS selector.
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…
statestringvisible|hidden|attached|detached
timeout_msintegerTimeout in ms.

No output schema declared.

No examples provided.

wait_url ~127

Wait until the URL matches a glob/regex.

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.
patternstringyesURL pattern.
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.

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.