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.

io.github.noncelogic/mcp

NPM · @ROVEAPI/MCP · SCANNED AUG 3

Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.

Available components

+45 this week 69 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1647 tokens (~109/item across 15 items; 15 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 Management23
  • Stability observed for 7 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 · @roveapi/mcp

# add to Claude Code
claude mcp add noncelogic-mcp -- npx -y @roveapi/mcp
# add to Codex CLI
codex mcp add noncelogic-mcp -- npx -y @roveapi/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "noncelogic-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@roveapi/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add noncelogic-mcp --command npx --arg -y --arg @roveapi/mcp
# ~/.hermes/config.yaml
mcp_servers:
  noncelogic-mcp:
    command: "npx"
    args: ["-y", "@roveapi/mcp"]
// mcp.json
{
  "mcpServers": {
    "noncelogic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@roveapi/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 +4
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +60
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 −16
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 24

    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/@roveapi/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 94 deprecated · 29 stale · 1 without a linked repository.

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

MCP tools — 15 exposed · ~1,647 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
account_info ~26

Check your Rove account status including credit balance, plan tier, and API key info.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

authenticate ~63

Authenticate this MCP session by email. Sends a magic link to your inbox — click it to activate your session and get an API key. Required before using browser tools if no ROVE_API_KEY is set.

NameTypeReqDescription
emailstringyesYour email address to receive the magic link.

No output schema declared.

No examples provided.

buy_credits ~36

Get pricing information and purchase links for Rove credits. Returns Founder Pack tiers and top-up bundles with direct links to the pricing page.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

click ~191

Click an element on the page by CSS selector or accessible label. Use this to interact with buttons, links, checkboxes, and other clickable elements.

NameTypeReqDescription
buttonstringMouse button to click with. Default: "left".
click_countnumberNumber of clicks (e.g. 2 for double-click). Default: 1.
labelstringAccessible name or visible text to click by (e.g. "Sign in", "Submit"). Alternative to selector; matches buttons, links, labels, and text.
selectorstringCSS selector of the element to click (e.g. "button.submit", "#login", "a[href='/pricing']"). Either selector or label is required.
session_idstringyesThe browser session ID.
wait_after_msnumberMilliseconds to wait after clicking before returning. Useful for pages that update asynchronously.

No output schema declared.

No examples provided.

close_session ~56

Close a browser session and release all associated resources (browser context, page, video recording). Returns a list of artifacts (screenshots, videos) captured during the session.

NameTypeReqDescription
session_idstringyesThe browser session ID to close.

No output schema declared.

No examples provided.

evaluate ~74

Execute arbitrary JavaScript in the browser page context. Returns the result of the expression. Use for advanced DOM queries, custom extraction logic, or page manipulation.

NameTypeReqDescription
expressionstringyesJavaScript expression to evaluate in the page context. The return value is serialized as JSON.
session_idstringyesThe browser session ID.

No output schema declared.

No examples provided.

extract_schema ~148

Extract structured data from a webpage using a JSON schema. Navigates to the URL, waits for the page to load, and extracts values matching the schema keys from the page content. Returns a JSON object with the extracted data.

NameTypeReqDescription
schemaobjectyesA JSON object where keys are the field names to extract and values describe the expected data type. Example: {"price": "string", "title": "string", "rating": "number"}.
urlstringyesURL of the page to extract data from (e.g. "https://example.com/product")
wait_for_selectorstringOptional CSS selector to wait for before extracting data, useful for dynamically loaded content.

No output schema declared.

No examples provided.

fill ~127

Type text into a form field. By default clears any existing value first, then types the new value.

NameTypeReqDescription
clear_firstbooleanClear the existing value before typing. Default: true.
labelstringAccessible label of the input (e.g. "Email address"). Alternative to selector.
selectorstringCSS selector of the input element (e.g. "input[name=email]", "#search-box"). Either selector or label is required.
session_idstringyesThe browser session ID.
valuestringyesThe text to type into the field.

No output schema declared.

No examples provided.

get_a11y_tree ~226

Get the accessibility tree snapshot of the current page. Returns structured data 77% smaller than a screenshot. Auto-scopes to the main content area on large pages (50K+ chars). Use selector to manually scope to a specific element.

NameTypeReqDescription
exclude_selectorsarrayCSS selectors to exclude from the tree (e.g. ["nav", "footer", ".ad-slot"]). Elements are hidden before snapshotting.
max_charsnumberMaximum characters to return. Truncates at nearest line boundary.
max_depthnumberMaximum tree depth. Limits nesting to get a structural overview without deep details.
selectorstringCSS selector to scope the tree to a specific element (e.g. "#search-results", "main"). If omitted on large pages, auto-scopes to the main landmark.
session_idstringyesThe browser session ID. The session must have navigated to a page first.
visible_onlybooleanOnly include visible elements. Skips hidden menus, modals, and offscreen content.

No output schema declared.

No examples provided.

get_text ~81

Extract the text content of an element on the page. Useful for reading specific values like prices, headings, or status messages.

NameTypeReqDescription
selectorstringyesCSS selector of the element to read text from.
session_idstringyesThe browser session ID.
trimbooleanTrim leading/trailing whitespace from the extracted text. Default: true.

No output schema declared.

No examples provided.

interact ~130

Perform a click or fill action on an element in the current browser session. Use "click" to click a button or link by CSS selector, or "fill" to type text into an input field.

NameTypeReqDescription
actionstringyesThe interaction type: "click" to click an element, "fill" to type into an input.
paramsobjectAction parameters. For click: {"selector": "button.submit"}. For fill: {"selector": "input[name=email]", "value": "[email protected]"}.
session_idstringyesThe browser session ID returned by navigate.

No output schema declared.

No examples provided.

list_sessions ~29

Show the current active browser session for this MCP connection, including its URL, page title, and expiry.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

navigate ~209

Navigate a browser to a URL and return the page title, final URL, and accessibility tree snapshot. Automatically creates a new browser session if none exists. Returns structured data ideal for LLM consumption — 77% fewer tokens than screenshots.

NameTypeReqDescription
action_delay_msobjectAdd random delay between browser actions for polite scraping. Specify min and max milliseconds, e.g. {"min": 500, "max": 1500}.
session_idstringReuse an existing browser session. If omitted, a new session is created automatically.
stealthbooleanEnable stealth mode: sets a realistic user agent and hides the webdriver flag to reduce bot detection on public sites. Default: false.
timeout_msnumberNavigation timeout in milliseconds. Default: 30000.
urlstringyesFull URL to navigate to (e.g. "https://example.com")
wait_untilstringPage lifecycle event to wait for. Default: "networkidle".

No output schema declared.

No examples provided.

screenshot ~157

Capture a screenshot of the current browser page. Can take an in-session screenshot (using session_id) or a standalone screenshot of any URL. Returns the screenshot URL and metadata.

NameTypeReqDescription
formatstringImage format. In-session mode only. Default: "png".
full_pagebooleanCapture the full scrollable page, not just the viewport. In-session mode only. Default: false.
selectorstringCSS selector to screenshot a specific element instead of the page. In-session mode only.
session_idstringBrowser session ID for in-session screenshot. If provided, captures the current page state.
urlstringURL to screenshot. Used for standalone screenshots when no session_id is provided.

No output schema declared.

No examples provided.

scroll ~94

Scroll the page in a given direction, or scroll a specific scrollable element. Useful for loading lazy content or reaching elements below the fold.

NameTypeReqDescription
amountnumberPixels to scroll. Default: 500.
directionstringyesScroll direction.
selectorstringCSS selector of a scrollable element. If omitted, the window is scrolled.
session_idstringyesThe browser session ID.

No output schema declared.

No examples provided.