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.

jev-ultrafast-mcp

PYPI · JEV-ULTRAFAST-MCP · SCANNED SEP 20

Hand browser work off to a server-side agent: read the page as a table, act, then verify.

Available components

64 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
  • 1 of 33 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1750 tokens (~175/item across 10 items; 10 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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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 Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the jev-ultrafast-mcp server?

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

pypi · jev-ultrafast-mcp

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

    First indexed and scored.

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/jev-ultrafast-mcp@0.1.5

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 33 packages
Packages resolved 33
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~1,406 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
browser_act ~330

Execute one or more ops in order, then return a delta observation. Batch ops into a single call — each call is a round trip. op fields click ref (ref may be "e12", or "e12" of a combobox to open it) type ref, text, [clear=true], [submit=false] select ref, value (option value or label) toggle ref, [state] (checkbox/radio/switch; no state = flip) hover ref upload ref, path | paths[] keys key ("Enter", "Meta+A", "ArrowDown") | keys[] scroll [dir=down|up|left|right], [amount=600], [ref] nav url back | forward | reload wait [ms=500] wait_for_ref ref, [timeout_ms=8000] wait_for_text text, [timeout_ms=8000] wait_for_load [timeout_ms=20000] screenshot [path], [full=false], [format=jpeg] tab action=list|new|switch|close, [index], [url] eval js (only when JEVMCP_ALLOW_JS=1) Actions matching the confirmation rules (pay, delete account, …) return needs_confirmation; re-send that op with "confirm": true to proceed.

NameTypeReqDescription
dry_runboolean
observe_afterboolean
opsarrayyes
sessionstring
stop_on_errorboolean
NameTypeReqDescription
resultstringyes

No examples provided.

browser_assert ~245

Verify the current page against deterministic checks. Returns pass/fail. checks {"type": "url_matches", "pattern": "*/checkout*"} {"type": "url_contains", "text": "/orders/"} {"type": "title_matches", "pattern": "*Order*"} {"type": "text_contains", "text": "Thanks", "regex": false} {"type": "text_absent", "text": "Error"} {"type": "element_exists", "role": "button", "name": "Continue"} {"type": "element_gone", "ref": "e12"} {"type": "value_equals", "ref": "e7", "value": "Zurich"} {"type": "checked", "ref": "e9", "state": true} {"type": "count_at_least", "role": "link", "min": 3} {"type": "js", "expr": "document.title.length > 3"}

NameTypeReqDescription
checksarrayyes
sessionstring
NameTypeReqDescription
resultstringyes

No examples provided.

browser_close ~72

Close a session's tab. Set shutdown_browser=True to stop the browser too. Only a browser this server launched is stopped. In attach mode the browser is yours: shutdown detaches and leaves it, and every other window, running.

NameTypeReqDescription
sessionstring
shutdown_browserboolean
NameTypeReqDescription
resultstringyes

No examples provided.

browser_doctor ~47

Report environment: browser binary, connection, keys, and policy envelope. Call this when anything behaves unexpectedly — it separates "no browser" from "blocked by policy" from "no key".

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

browser_goal ~191

Run a whole goal inside the server (turbo mode). Needs a decision-model key. Each step costs one request (operation + every target head in a single speculative fan-out). Use this when you want the browser driven end to end without spending a host turn per click. Without a key, use browser_observe + browser_act instead. The key is TYPESAFE_API_KEY, or OPENROUTER_API_KEY when TYPESAFE_BASE_URL points at https://openrouter.ai/api/alpha/decisions -- same model, same contract, no TypeSafe account needed. `verify` runs browser_assert-style checks on the final page, so the result is a fact rather than a model's claim of success.

NameTypeReqDescription
goalstringyes
max_stepsinteger
sessionstring
verboseboolean
verify
NameTypeReqDescription
resultstringyes

No examples provided.

browser_macro ~169

Record, replay, list, or delete a macro — a discovered path with no model calls. action="record_start" begin capturing ops (needs the session to be driving the task) action="record_stop" finish and save under `name` action="run" replay `name`; `params` fills {{placeholders}} in text/url action="list" | "inspect" | "delete" Replay re-resolves each step by role + name against a fresh observation and refuses to act when the best match is weak or ambiguous.

NameTypeReqDescription
actionstringyes
goalstring
namestring
params
sessionstring
start_urlstring
thresholdnumber
NameTypeReqDescription
resultstringyes

No examples provided.

browser_observe ~114

Re-read the page: new element table, or a delta if little changed. `mode`: "auto" (delta when possible), "full" (whole table, e.g. after a big change), "delta" (force). `include_json=True` appends a machine-readable copy of the element table when you want to plan over it programmatically.

NameTypeReqDescription
include_jsonboolean
include_textboolean
modestring
sessionstring
NameTypeReqDescription
resultstringyes

No examples provided.

browser_open ~76

Open a URL in a new owned tab and return the element table. Use `hint` to restate the goal in one line; it is echoed back so the next step has the goal in context without re-reading this call.

NameTypeReqDescription
hintstring
sessionstring
urlstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

browser_sessions ~17

List open sessions (independent owned tabs).

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

browser_tabs ~145

List, open, switch to, or close tabs. Tabs opened by the page show up in observations on their own. To act on one, prefer `target_id` (the `#handle` printed by action="list"): indexes are positional and get renumbered whenever the tab list changes, so an index read a call ago can address a different tab. `index` is a convenience when listing and acting in the same breath; omit both to mean "the current tab".

NameTypeReqDescription
actionstring
indexinteger
sessionstring
target_idstring
urlstring
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the jev-ultrafast-mcp server?

jev-ultrafast-mcp is listed in the public MCP registry as io.github.jiawei686/jev-ultrafast-mcp. Hand browser work off to a server-side agent: read the page as a table, act, then verify. This page covers its PyPI package (jev-ultrafast-mcp).

Is the jev-ultrafast-mcp server safe to use?

jev-ultrafast-mcp scores 64 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 jev-ultrafast-mcp server expose?

jev-ultrafast-mcp exposes 10 tools: browser_open, browser_observe, browser_act, browser_assert, browser_macro, and 5 more. Their descriptions and schemas cost roughly 1,406 tokens of context every time the server is loaded.

Is the jev-ultrafast-mcp server still maintained?

jev-ultrafast-mcp 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.