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.

peek

NPM · @PEEKDEV/MCP · SCANNED AUG 3

Exposes recorded browser sessions (rrweb DOM, console, network) to AI coding agents, fully local

Available components

+33 this week 76 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 Security81
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (149 of 153), so this covers what we could see, not the whole tree.Partial
  • 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
  • Only part of the dependency tree could be resolved (149 of 153), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Cubenest/rrweb-stack). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 24 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3862 tokens (~203/item across 19 items; 19 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 Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.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 · @peekdev/mcp

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

  • 3 Aug 26 +1

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

  • 2 Aug 26 +52
    • Known CVEs: unverified → partial security
    • Provenance: unverified → pass security
    • Install scripts: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • The scripts that run when this package is installed changed: postinstall security
    • The attested source repository moved: Cubenest/rrweb-stack security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +17
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −20
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
  • 29 Jul 26 −17
    • Tool coverage: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 43

    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 3 Aug 2026 · Analysed npm/@peekdev/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
Cubenest/rrweb-stack
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/Cubenest/rrweb-stack/.github/workflows/release.yml@refs/heads/main
Rekor log index:
2124700408
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:20c5203a02eb3f78ab559f58cc4fe5243827828ccdcdc2b6ee2586c4649242c4cd990c80821178616f680d2af88e35de1f2c5fb682d0f1e003ae697f6
Discovery method:
attestation_endpoint
Install scripts 1 script
Hook Tier Command
postinstall unreviewed node ./scripts/postinstall-guard.mjs
Dependencies 149 packages

149 packages in the resolved dependency tree · 142 deprecated · 53 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 19 exposed · ~3,581 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
clear_highlight ~75

Remove the highlight overlay previously drawn by suggest_element in the user's live browser. Available at per-origin permission Level 2 (Suggest) and above. Idempotent. Recorded to ~/.peek/audit.log.

NameTypeReqDescription
sessionIdstringyesSession id (origin context) from list_recent_sessions; determines the per-origin permission level.

No output schema declared.

No examples provided.

execute_action ~314

Execute an action (click/type/navigate/...) in the user's live browser. Requires per-origin permission Level 3+: Level 3 raises a confirm banner unless a valid confirmToken from request_authorization is passed; Level 4 auto-allows non-destructive actions; Level <3 denies. The destructive-action override (delete/remove/transfer/send/pay/purchase/buy/confirm/subscribe/logout/sign out/unsubscribe/cancel subscription/wire/withdraw) always prompts, even at Level 4. Every call is recorded to ~/.peek/audit.log. After a mutating action, re-read to confirm it took: get_element_detail on the target (its value should match what you intended) and get_page_view (no validation error should have appeared) before advancing; if it did not take, stop and report rather than blind-retrying. Password/email/PII values return masked — verify those by the absence of an error.

NameTypeReqDescription
actionyesThe browser action to execute (e.g. click/type/navigate; see the action schema).
confirmTokenstringOne-shot token from a prior request_authorization Allow, to skip the Level-3 banner. Omit to trigger the banner (Level 3) or rely on Level-4 auto-allow.
connectorSecretstringSP4: paired-connector secret; presented by connectors, ignored for direct clients.
sessionIdstringyesSession id (origin context) from list_recent_sessions; determines the per-origin permission level.

No output schema declared.

No examples provided.

generate_playwright_repro ~215

Generate a runnable Playwright test (TypeScript) reproducing the user actions in a session: clicks, typing, navigation, and <select> changes. Optionally limit to a [startTs, endTs] epoch-ms window. Pass errorId (from get_session_console_errors) to seed a console-error-absence regression assertion — the generated test will capture console errors and assert the given error is not reproduced. Returns the test source as text. Note: only single-value <select> is represented (rrweb captures one value per input).

NameTypeReqDescription
endTsintegerOnly include actions at or before this epoch-ms timestamp. Omit to run through the session end.
errorIdintegerConsole error id (from get_session_console_errors) to seed a console-error-absence regression assertion.
sessionIdstringyesSession id from list_recent_sessions.
startTsintegerOnly include actions at or after this epoch-ms timestamp. Omit to start at the session beginning.

No output schema declared.

No examples provided.

get_dom_snapshot ~152

Reconstruct the page DOM as it existed at a timestamp (or a selector subtree within it) and return it as HTML. Applies structural/attribute/text mutations on top of the nearest full snapshot at or before ts. Returns JSON { baseSnapshotTs, mutationsApplied, html }; html clipped to 24000 chars. Fails if no full snapshot exists at or before ts.

NameTypeReqDescription
selectorstringCSS selector to return only that subtree. Omit to return the full document.
sessionIdstringyesSession id from list_recent_sessions.
tsintegeryesEpoch-ms timestamp to reconstruct the DOM at. Use timestamps from get_session_summary, error rows, or get_user_action_before_error.

No output schema declared.

No examples provided.

get_element_detail ~196

Given a `ref` from get_page_view, return the FULL masked detail of that single element (role, accessible name, accessible description, all aria-*, effective aria-hidden/disabled, a curated computed-style bag, state, value, href, position, nearby heading, and its interactive descendants with their refs, capped). The compact get_page_view stays cheap; call this only for the one element you need to disambiguate or act on. Refs expire on navigation. Level 1+; non-mutating; audited. Values for password/email/PII inputs are masked; free-text values may be returned (like the recorder). For live console/network state use get_session_console_errors / get_session_network_errors.

NameTypeReqDescription
refstringyesAn element ref (e.g. "e5") from a recent get_page_view.
sessionIdstringyesSession id (origin context) from list_recent_sessions.

No output schema declared.

No examples provided.

get_page_view ~226

Return a compact, masked snapshot of the user's LIVE page as a list of interactive/labeled elements, each with a stable `ref` (e.g. e5). Pass a `ref` to execute_action / request_authorization (click/type/scroll/enter/dblclick) instead of authoring a CSS selector — deterministic and far cheaper than reading get_dom_snapshot's HTML. Refs expire on navigation; re-call after navigating. Available at per-origin Level 1+; non-mutating; recorded to ~/.peek/audit.log. Password/email/tel and PII-autofill (card/address/etc.) input values, and fields marked private, are masked; structured PII is scrubbed, but free-text field values may be returned.

NameTypeReqDescription
maxElementsintegerCap on elements returned (1-500; default 200).
selectorstringScope the snapshot to a CSS subtree. Omit for the whole page.
sessionIdstringyesSession id (origin context) from list_recent_sessions; determines the per-origin permission level.

No output schema declared.

No examples provided.

get_session_console_errors ~145

List console error messages recorded in a session, oldest first. Each row has a numeric id to pass to get_user_action_before_error. Returns JSON rows ({ id, ts, level, message, stack }); message clipped to 500 and stack to 800 chars. For error counts at a glance, use get_session_summary first.

NameTypeReqDescription
limitintegerMaximum errors to return (1-200, oldest first; default 50).
sessionIdstringyesSession id from list_recent_sessions.
sinceintegerOnly return errors with ts >= this epoch-ms timestamp (to page forward through a long session). Omit to start from the beginning.

No output schema declared.

No examples provided.

get_session_network_errors ~150

List failed or notable network requests in a session (HTTP status >= statusGte, or a transport-level network error), oldest first. Returns JSON rows ({ id, ts, method, url, status, statusText, resourceType, durationMs, errorText }); url and errorText clipped to 300 chars.

NameTypeReqDescription
limitintegerMaximum requests to return (1-200, oldest first; default 50).
sessionIdstringyesSession id from list_recent_sessions.
statusGteintegerMinimum HTTP status treated as notable (100-599; default 400, i.e. 4xx/5xx). Transport-level errors are always included regardless.

No output schema declared.

No examples provided.

get_session_summary ~79

Get an LLM-readable narrative summary of one session — your orientation for debugging what already happened: pages visited, click/input/navigation counts, and error counts. Use this first for an overview before drilling into get_session_console_errors / get_session_network_errors. Returns a structured JSON summary.

NameTypeReqDescription
sessionIdstringyesSession id from list_recent_sessions.

No output schema declared.

No examples provided.

get_user_action_before_error ~181

Pre-assembled causal chain for a console error: the user actions, DOM mutations, and network errors in the window before it, merged into one time-ordered timeline with a deterministic narrative — to explain how the error was triggered. Returns JSON { errorId, errorTs, error, windowMs, actions, domMutations, networkErrors, timeline, narrative, truncated }. Get errorId from get_session_console_errors first.

NameTypeReqDescription
errorIdintegeryesConsole error id from get_session_console_errors.
sessionIdstringyesSession id from list_recent_sessions.
windowintegerHow many preceding user actions to return (1-50; default 10).
windowMsintegerTime window (ms) before the error for correlated DOM mutations + network errors (100-60000; default 5000).

No output schema declared.

No examples provided.

list_recent_sessions ~172

List the user's recorded browser sessions, newest first — the entry point for debugging what already happened (the get_session_* and DOM tools). Returns compact JSON rows ({ sessionId, origin, url, title, startedAt, ... }); free-text fields are clipped (origin 100, url 300, title 200 chars). If the MCP client scoped roots to specific origins and no origin filter is given, results are restricted to the client's scoped origins. Start here to obtain a sessionId, then call get_session_summary.

NameTypeReqDescription
limitintegerMaximum sessions to return (1-50, newest first; default 10).
originstringFilter to one origin, e.g. 'https://app.example.com'. Omit to list across all recorded origins (subject to client roots scoping).

No output schema declared.

No examples provided.

query_dom_history ~278

Timeline of DOM changes in a session. Two modes: (1) selector mode — pass `selector` to track one node's attribute/text history (use `op` to restrict). (2) window mode — pass `ts` (and optional `windowMs`) instead, to get ALL DOM changes in [ts - windowMs, ts] with per-change `target` hints, no selector needed. Returns JSON { selector, changes } or { ts, windowMs, changes }.

NameTypeReqDescription
limitintegerMaximum changes to return (1-500; default 100). Selector mode keeps the earliest matches; window mode keeps the most recent (closest to `ts`).
opstringSelector mode only: restrict to 'attributeChanges' or 'innerText'. Omit for both.
selectorstringSelector mode: CSS selector to track one node, e.g. '#status'. Omit and pass `ts` for window mode.
sessionIdstringyesSession id from list_recent_sessions.
tsintegerWindow mode: anchor (epoch-ms). Returns DOM changes in [ts - windowMs, ts]. Ignored if `selector` is given.
windowMsintegerWindow mode size in ms (100-60000; default 5000).

No output schema declared.

No examples provided.

request_authorization ~137

Ask the user to authorize a browser action via the side-panel banner (Level-3 act-with-confirm). On Allow, returns a one-shot confirmToken to pass to execute_action; on Deny, returns the denial. Every call - allowed or denied - is recorded to ~/.peek/audit.log. Use before execute_action when the origin is at permission Level 3, or to pre-authorize.

NameTypeReqDescription
actionyesThe browser action to authorize (e.g. click/type/navigate; see the action schema).
sessionIdstringyesSession id (origin context) from list_recent_sessions; determines the per-origin permission level.

No output schema declared.

No examples provided.

request_pairing ~88

Initiate a connector-pairing handshake: present a pairing code and receive a one-shot secret on approval. The connecting client name is taken from the MCP connection identity. Returns JSON { approved, secret? }. Every attempt is recorded to ~/.peek/audit.log; the secret is never written to the log.

NameTypeReqDescription
codestringyesThe pairing code generated by the connector for this handshake.

No output schema declared.

No examples provided.

request_user_input ~309

Pause the agent and hand the keyboard back to the user for ONE editable, non-destructive field (or a free-text prompt), then resume. Requires the origin at Level 4 with the control shield up. Blocks until the user clicks Done, a timeout fires, or the run is stopped. Returns { resumed:true, value? } or { resumed:false, reason }. The returned value is only included when readBack:true and the field isn't a password/OTP/credit-card field. Recorded to ~/.peek/audit.log (prompt + selector only — never the value).

NameTypeReqDescription
promptstringyesWhat to ask the user to do (shown in the card, below a peek-authored framing line).
readBackbooleanIf true, return what the user typed to the agent (never for password/OTP/cc fields). Default false.
scopestring'field' (default) unlocks one editable field; 'page' hands full page control back (CAPTCHAs, native widgets, final review) until Resume. Inherits the handoff recording-suspension.
selectorstringCSS selector of the editable field to unlock for the user. Omit for a free-text prompt card.
sessionIdstringyesSession id (origin context) from list_recent_sessions; determines the per-origin permission level.
timeoutMsintegerHow long to wait for the user (default 120000, max 600000).

No output schema declared.

No examples provided.

search_sessions ~318

Search your recorded browser sessions by metadata and facets — free text in title/URL/origin (q), exact origin, recorded date range (createdAfter/createdBefore, ISO-8601), status (active/finalized), and whether the session has console errors (hasConsoleErrors) or network errors (hasNetworkErrors). Returns the same compact rows as list_recent_sessions, newest first. Read-only and local. Use it to find a sessionId when you don't already have one, then call get_session_summary. Matches session metadata only — not page content or error-message text. Multiple facets combine with AND (e.g. hasConsoleErrors + hasNetworkErrors returns sessions that have BOTH); to find sessions with either kind of error, search for each separately.

NameTypeReqDescription
createdAfterstringOnly sessions first recorded at or after this ISO-8601 time.
createdBeforestringOnly sessions first recorded at or before this ISO-8601 time.
hasConsoleErrorsbooleanOnly sessions with at least one console error.
hasNetworkErrorsbooleanOnly sessions with a failed/4xx-5xx network request.
limitintegerMaximum sessions to return (1-50, newest first; default 10).
originstringExact origin filter, e.g. 'https://app.example.com'.
qstringFree text matched (case-insensitive) against session title, URL, and origin.
statusstringFilter by session status.

No output schema declared.

No examples provided.

set_intent ~256

Set the agent's status banner shown on the control shield (e.g. 'Applying to Senior Frontend · step 2/4'), so the user can follow what you're doing. Up to 80 chars, plain text. Requires the origin at Level 4 with the shield up; auto-allowed. Recorded to ~/.peek/audit.log. Advance the step only after the previous step verified (re-read it took); on a failure, set a 'stopped — <what> didn't take' status instead of advancing. End an assisted-apply loop by calling set_intent with a short summary text plus status:'done' (success) or status:'failed' (with a brief reason), so the user sees a clear outcome.

NameTypeReqDescription
sessionIdstringyesSession id (origin context) from list_recent_sessions; determines the per-origin permission level.
statusstringSet 'done' when the task is fully complete, or 'failed' when you stopped because a step didn't take, to show a terminal banner on the shield. Omit for an ongoing status update.
textstringyesStatus text shown in the shield banner (<=80 chars). Pass an empty string to clear it.

No output schema declared.

No examples provided.

suggest_element ~141

Draw a non-destructive highlight overlay on a CSS selector in the user's live browser, with an optional label, to point something out. Available at per-origin permission Level 2 (Suggest) and above; it never clicks, types, or navigates. The overlay persists until clear_highlight is called. Every call is recorded to ~/.peek/audit.log.

NameTypeReqDescription
labelstringOptional short text shown in a badge next to the highlight (<=120 chars).
selectorstringyesCSS selector of the element to highlight.
sessionIdstringyesSession id (origin context) from list_recent_sessions; determines the per-origin permission level.

No output schema declared.

No examples provided.

verify_audit_log ~149

Verify the integrity of peek's local action audit log (~/.peek/audit.log) — the append-only, hash-chained record of every browser action peek authorized or attempted. Returns JSON { logPresent, status, entriesVerified, prelude, headPresent, brokenAtLine?, expected?, got?, gaps?, summary }. status is one of intact | broken | truncated | tail-tampered | prefix-tampered | incomplete-final | gaps | head-missing. Local and read-only. The log is tamper-EVIDENT, not tamper-proof: it has no cryptographic signature and no external timestamp anchor. Use it to confirm the action trail on this machine has not been altered.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.