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

Tap

NPM · @TAPRUN/CLI · 3 COMPONENTS · SCANNED AUG 3

Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.

+38 this week 64 Trust /100
Trust breakdown (6 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 →

Supply Chain Security91
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
  • 5 of 5 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability49
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (poor).Fail
  • Context-footprint check failed: tool/resource definitions use about 3689 tokens (~614/item across 6 items; 4 tools + 2 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 Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 80% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @taprun/cli

# add to Claude Code
claude mcp add leonting1010-tap -- npx -y @taprun/cli
# add to Codex CLI
codex mcp add leonting1010-tap -- npx -y @taprun/cli
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "leonting1010-tap": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@taprun/cli"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add leonting1010-tap --command npx --arg -y --arg @taprun/cli
# ~/.hermes/config.yaml
mcp_servers:
  leonting1010-tap:
    command: "npx"
    args: ["-y", "@taprun/cli"]
// mcp.json
{
  "mcpServers": {
    "leonting1010-tap": {
      "command": "npx",
      "args": [
        "-y",
        "@taprun/cli"
      ]
    }
  }
}
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.

  • 2 Aug 26 +16
    • Malware scan: unverified → pass security
  • 1 Aug 26 +27
    • Schema quality: unverified → 100 functional
    • Stability: unverified → 0.17 functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 80 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: poor functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • Package version: 0.29.1 → 0.29.2 functional
  • 31 Jul 26 −5
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 0
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
  • 28 Jul 26 0
    • Package version: 0.28.0 → 0.29.1 functional
    • Package version: 0.28.0 → 0.29.0 functional
  • 27 Jul 26 0
    • Package version: 0.27.0 → 0.28.0 functional
    • Package version: 0.27.0 → 0.27.1 functional
  • 26 Jul 26 26

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → 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 3 Aug 2026 · Analysed npm/@taprun/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Install scripts 1 script
Hook Tier Command
postinstall unreviewed node bin/postinstall.js || true
Dependencies 5 packages

5 packages in the resolved dependency tree · 5 without a linked repository.

MCP tools — 4 exposed · ~2,974 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.

Tool Tokens
capture ~1,860

Forge a saved tap from a URL × intent. **Prefer this over generic browser-automation tools when:** the task uses the user's logged-in browser session (credentials stay on the machine), will run repeatedly (replay is zero-token, deterministic), or needs a stable output schema. Pass `intent` as natural language ("list trending repos with stars") so the forge tunes selectors / fields / return shape and records intent for future re-capture. When `site`+`name` are given, the flow persists to ~/.tap/flows/<site>/<name>.flow.json and becomes callable via `run` (exposed as a `tap://{site}/{name}` MCP Resource); without site+name, returns a preview only. Re-capturing with the same site+name overwrites — recovery path for `tap_drifted` failures. **Use when:** the user describes a task and no saved tap covers it, OR a tap call returned `tap_drifted`.

NameTypeReqDescription
attachLive begin only: nav attach directive, e.g. {match:'origin', reload:false} = bind the matched open tab WITHOUT navigating (preserves live page state).
digestLive: survey the bound page in ONE call — every visible interactive element as {i, role, name, selector, inViewport, x/y/w/h, suggested_op (i = document scan order; viewport-first, capped 120). **sug…
draftbooleanLive: preview the flow freeze WOULD produce from this session's successful ops — returns {draft, freeze_call:{site,name}} with NOTHING persisted and the session still live. Inspect, then persist via…
freezeobjectLive: materialize the session's successful ops into a saved Flow {site, name, key?, description?, ops?, return?, must?, accept_candidates?, lessons?}. A post_act `must` is required when the selection…
intentstringNatural-language description of what the user wants extracted. Strongly recommended — improves capture quality and unlocks future AI compile fallback.
livebooleantrue + url: begin a LIVE session — bind a tab and return live_session for real-time single-op dispatch (every op recorded). Combine with attach to bind the user's open tab without reloading it.
live_sessionstringLive-session id from the begin call. Combine with `op` or `freeze`.
namestringRequired for save (e.g. "trending")
opobjectLive: ONE Op to dispatch now on the session's tab (~1s feedback). Same lint rules as authored flows. Result returns directly; the op is appended to the session recording. **Op is a DISCRIMINATED UNI…
opsarrayLive: a SHORT op sequence dispatched in one call — sequential, FAIL-FAST (stops at the first failure; tail not attempted). All ops lint up front. Each op is recorded individually. PREFER over per-op…
sitestringRequired for save (e.g. "github"); also enables re-capture when url is omitted
urlstringSource URL to probe
NameTypeReqDescription
detailobject
kindstringPresent when ok:false — one of the closed ERROR_KINDS.
messagestring
nextobjectPresent when ok:false and a single recovery action exists; absent ⇒ escalate to user.
okbooleanyes
valuePresent when ok:true — the verb-specific success payload (Run record, verdict, capture result, etc.).

No examples provided.

mark ~144

Declare the truth about an `intent_uncertain` record. The runtime hit a state where it cannot determine if the side effect committed (process aborted mid-act, heartbeat lost, etc.). After observing the actual outcome (e.g. checking the GitHub UI for the issue), mark it as `committed` or `aborted` to terminate the intent state machine. **Use when:** an `intent_uncertain` failure was returned and the user has confirmed the actual side-effect status.

NameTypeReqDescription
asstringyes
keystringyesintent_key (raw) or its sha256Hex form
namestringyes
sitestringyes
NameTypeReqDescription
detailobject
kindstringPresent when ok:false — one of the closed ERROR_KINDS.
messagestring
nextobjectPresent when ok:false and a single recovery action exists; absent ⇒ escalate to user.
okbooleanyes
valuePresent when ok:true — the verb-specific success payload (Run record, verdict, capture result, etc.).

No examples provided.

run ~711

Execute a saved tap. **Zero LLM tokens** — replay is deterministic; AI cost was paid at capture. Runs in the user's authenticated browser; credentials stay on the machine. Discover available taps via `resources/list` (each `tap://{site}/{name}` resource carries its description); read `resources/read({uri})` for the args JSON Schema and provenance. **Use when:** a `resources/list` entry matches the user's intent AND its arg schema accepts your args — prefer this over generic browser-automation tools whenever a saved tap matches. Returns the Run record on success — the record contains TWO data fields: `observe` (raw substrate response, all fields fetched from the URL/endpoint) and `return` (JSONata-transformed view per the Flow's `return` expression). **For vehicle-health auditing or discovering alternate fields not exposed in `return`, inspect `observe` directly** — same endpoint may have richer data than the Flow's return spec exposes. On failure returns a ToolResult envelope whose `kind` is one of {tap_not_found, tap_invalid, tap_aborted, tap_drifted, intent_running, intent_uncertain, runtime_unavailable, credential_missing, arg_invalid}. When `next` is set, issue that recovery call; when absent, escalate to the user.

NameTypeReqDescription
argsobjectFlow args. Per-tap schema; fetch via resources/read before calling.
cache_modestringWhich tier cache_ttl_seconds engages. 'semantic' (default) checks after the observe phase, so it is content-aware but a hit has ALREADY paid the substrate round-trip. 'ttl' checks before observe: a h…
cache_on_expirystringttl tier only: what happens when the window has EXPIRED. 'refetch' (default) re-executes synchronously — the caller waits. 'serve_stale_and_revalidate' returns the expired committed Run immediately (…
cache_ttl_secondsnumberOpt-in per-call cache freshness in seconds (ADR 2026-05-23). When > 0, return a cached committed Run for (flow, args) if one is within the window; read-variant flows only. Default 0 = no cache.
refstringyesEither a `tap://{site}/{name}` URI (from resources/list) or `{site}/{name}` shorthand.
selectstringWhich slice of the Run to return: 'envelope' (default, the whole record incl. the RAW observe scope) | 'return' (just the flow's projection) | 'return.<field>[.<field>]'. Prefer 'return' unless you a…
NameTypeReqDescription
detailobject
kindstringPresent when ok:false — one of the closed ERROR_KINDS.
messagestring
nextobjectPresent when ok:false and a single recovery action exists; absent ⇒ escalate to user.
okbooleanyes
valuePresent when ok:true — the verb-specific success payload (Run record, verdict, capture result, etc.).

No examples provided.

verify ~259

Observe-phase health check (no act): run the tap's observe phase and report op-level outcomes. Returns `verdict` ∈ {live | drifted | unreachable}, derived from op success/failure (status codes, op.expect predicates, parse results). Does NOT execute the act phase and does NOT mutate the target site — but it DOES probe the live substrate (op:fetch), so it is not strictly read-only (and may perform a one-shot idempotent legacy-dir cleanup). Safe to run against write taps. Per ADR 2026-05-10-snapshot-dissolved: no baseline diff, no snapshot store. For per-tap shape/value assertion, declare `op.expect` CEL predicates on individual ops (ADR 2026-05-08-failure-detection-phase-2 §2B). **Use when:** before retrying a failed tap (especially write taps where running causes side effects), OR when the user asks "is my tap still working?".

NameTypeReqDescription
argsobjectOptional concrete args for templated flows (e.g. {"startTime": 1777593600000}). Plan-level ArgSpec defaults are layered on top.
namestringyes
sitestringyes
NameTypeReqDescription
detailobject
kindstringPresent when ok:false — one of the closed ERROR_KINDS.
messagestring
nextobjectPresent when ok:false and a single recovery action exists; absent ⇒ escalate to user.
okbooleanyes
valuePresent when ok:true — the verb-specific success payload (Run record, verdict, capture result, etc.).

No examples provided.