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.

domscout

NPM · @DOMSCOUT/MCP · SCANNED SEP 20

domscout browser API as MCP tools: screenshots, Markdown, structured data, page automation, crawls.

Available components

58 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 Security63
  • No malware found by supply-chain analysis.Pass
  • Known CVEs could not be checked: the version this server declares is not published in its registry.Unverified
  • No install/post-install scripts declared.Pass
  • Dependency health could not be checked: the version this server declares is not published in its registry.Unverified
Provenance & Transparency45
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1870 tokens (~155/item across 12 items; 10 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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage93
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 78% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "domscout_send_feedback" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • 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 supported MCP spec version (2025-11-25); the latest is 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 domscout MCP server?

domscout runs locally as an npm package, launched with npx -y @domscout/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @domscout/mcp

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

  • 20 Sept 26 +20
    • Known CVEs: pass → unverified security
    • Injection markers: unverified → pass security
    • First check of Judged manipulation: pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. 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
    • Dependency health: 0.84 → unverified functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Tool coverage: 78 functional
    • First check of Schema quality: fail functional
    • First check of Destructive annotations: 0 functional
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 1.0.4 → 1.0.5 functional
  • 19 Sept 26 +15
    • Malware scan: unverified → pass security
  • 18 Sept 26 23

    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 npm/@domscout/mcp@1.0.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

MCP tools · 10 exposed · ~1,807 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
domscout_automate_page ~191

Costs 1 credit, +1 if more than 10 steps. Runs a sequence of actions — click, type, select, scroll, wait, navigate, pressKey, assert — and returns the final page plus a per-step pass/fail report. Call domscout_inspect_page first to find selectors. Requires Pro or above. The whole sequence shares a 24-second budget.

NameTypeReqDescription
actionsarrayyesUp to 25 steps, run in order.
extractMarkdownbooleanReturn the final page as Markdown.
screenshotbooleanReturn an image of the final state.
urlstringyesThe page to load. Must be http(s) and publicly reachable. Credentials in the URL (https://user:pass@host) are rejected; these tools capture as an anonymous visitor, so use the REST API directly if th…

No output schema declared.

No examples provided.

domscout_cancel_job ~50

Free — this call never consumes credits or quota. Cooperatively cancels a durable job, batch, or crawl. Work already in flight may still complete.

NameTypeReqDescription
jobIdstringyes

No output schema declared.

No examples provided.

domscout_capture_screenshot ~286

Costs 1 credit for a viewport PNG/JPEG/WebP; +1 for fullPage, +1 for PDF. Returns the image itself. Use this when you need to see layout, styling, or a visual state — for reading text, domscout_extract_markdown is cheaper and more useful.

NameTypeReqDescription
delayintegerExtra milliseconds to wait after load.
devicePresetstringPreset viewport and device characteristics. Overrides width/height when set.
formatstringPDF requires a Pro plan or above.
fullPagebooleanCapture the whole scrollable page. Requires Pro or above. Adds 1 credit.
heightintegerViewport height in CSS pixels.
hideSelectorsarrayElements to hide before capturing, e.g. cookie banners.
qualityintegerJPEG/WebP quality.
selectorstringCapture only this element.
urlstringyesThe page to load. Must be http(s) and publicly reachable. Credentials in the URL (https://user:pass@host) are rejected; these tools capture as an anonymous visitor, so use the REST API directly if th…
waitForSelectorstringWait for this CSS selector to appear before capturing.
widthintegerViewport width in CSS pixels.

No output schema declared.

No examples provided.

domscout_check_credits ~87

Free — this call never consumes credits or quota. Returns the credit balance, this month's quota usage, the per-second rate limit, and the full price list for every capture option. Call this before a large run to budget it, and after a 429 to find out whether you were rate limited (retry in a second) or are out of credits (do not retry).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

domscout_crawl_site ~169

Costs 1 credit per page crawled — submitting the crawl itself is free. Returns a job ID immediately — poll it with domscout_get_job. Always respects robots.txt (this cannot be disabled), caps at 500 pages and depth 5, and requires an explicit HTTPS allowedOrigins list. Requires a Business plan or above.

NameTypeReqDescription
allowedOriginsarrayyesBare https origins the crawl may visit, e.g. "https://example.com". Must include the seed origin.
excludePatternsarray
extractMarkdownbooleanCapture each page as Markdown.
includePatternsarray
maxDepthinteger
maxPagesinteger
seedUrlstringyesWhere to start. Must be https.

No output schema declared.

No examples provided.

domscout_extract_data ~206

Costs 2 credits. Pulls named fields off a page using CSS selectors and returns typed JSON. Each field reports found/missing/invalid_selector separately, so a partial result tells you which selector was wrong rather than failing the whole call. Requires Pro or above.

NameTypeReqDescription
delayintegerExtra milliseconds to wait after load.
fieldsobjectyesField name → { selector, type, attribute?, all? }. type is one of text, number, boolean, attribute, html, url, list. Set all:true to collect every match instead of the first. At most 100 fields.
urlstringyesThe page to load. Must be http(s) and publicly reachable. Credentials in the URL (https://user:pass@host) are rejected; these tools capture as an anonymous visitor, so use the REST API directly if th…
waitForSelectorstringWait for this CSS selector to appear before capturing.

No output schema declared.

No examples provided.

domscout_extract_markdown ~334

Costs 1 credit. Loads a page and returns its main content as clean Markdown, with the title, description, Open Graph fields, word count, an estimated token count, and a content-quality flag. This is the right tool for reading a page — it is the cheapest option and returns text rather than an image. Use domscout_capture_screenshot only when you actually need to SEE the page. Set fast:true for static pages (documentation, blogs, news, changelogs): same price, same result shape, roughly an order of magnitude faster, but it does not run JavaScript. Check meta.renderJs and meta.contentQuality in the result and retry without fast:true if the page came back thin.

NameTypeReqDescription
delayintegerExtra milliseconds to wait after load.
fastbooleanSkip the browser and read the served HTML directly. Much faster and the same price, but JavaScript does not run, so a client-rendered page may come back empty. Cannot be combined with waitForSelector…
lazyScrollbooleanScroll the page first to trigger lazy-loaded content. Adds 1 credit. Needs a browser, so it cannot be combined with fast:true.
urlstringyesThe page to load. Must be http(s) and publicly reachable. Credentials in the URL (https://user:pass@host) are rejected; these tools capture as an anonymous visitor, so use the REST API directly if th…
waitForSelectorstringWait for this CSS selector to appear before capturing.

No output schema declared.

No examples provided.

domscout_get_job ~113

Free — this call never consumes credits or quota. Poll a job ID returned by a crawl, a batch, or an auto-promoted capture. Status is one of pending, processing, retrying, done, error, cancel_requested, cancelled. Polling is free, so poll as often as you like — but the per-second rate limit still applies.

NameTypeReqDescription
jobIdstringyesThe job ID.
kindstringWhich endpoint to poll. Use "crawl" for a crawl job.

No output schema declared.

No examples provided.

domscout_inspect_page ~175

Costs 2 credits. Returns a semantic snapshot: the accessibility tree, the interactive elements, and a selector for each. Use this before domscout_automate_page to find out what is on the page and what to target. Requires Pro or above.

NameTypeReqDescription
delayintegerExtra milliseconds to wait after load.
detailstring"full" is slower and always returns asynchronously.
maxNodesinteger
urlstringyesThe page to load. Must be http(s) and publicly reachable. Credentials in the URL (https://user:pass@host) are rejected; these tools capture as an anonymous visitor, so use the REST API directly if th…
waitForSelectorstringWait for this CSS selector to appear before capturing.

No output schema declared.

No examples provided.

domscout_send_feedback ~196

Free — this call never consumes credits or quota. — and it will never be charged, by design. Use this whenever something about this API got in your way: an error you could not act on, a parameter that did not behave as documented, a capability you needed and could not find, or a result that was wrong. Include the requestId from a failed call and the team sees exactly what happened on their side. A human reads these. Do not include API keys or other secrets.

NameTypeReqDescription
actualstring
endpointstringWhich tool or endpoint, e.g. "domscout_extract_data".
expectedstring
messagestringyesWhat happened, or what would have helped.
requestIdstringThe requestId from the call this is about, if there was one.
severitystring
typestring

No output schema declared.

No examples provided.

Common questions

What is the domscout MCP server?

domscout is an MCP server listed in the public MCP registry as io.github.jkresearch8/domscout. domscout browser API as MCP tools: screenshots, Markdown, structured data, page automation, crawls. This page covers its npm package (@domscout/mcp).

Is the domscout MCP server safe to use?

domscout scores 58 out of 100 on VerifyMCP. It declares no install or post-install scripts. 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 domscout MCP server expose?

domscout exposes 10 tools: domscout_check_credits, domscout_extract_markdown, domscout_capture_screenshot, domscout_extract_data, domscout_inspect_page, and 5 more. Their descriptions and schemas cost roughly 1,807 tokens of context every time the server is loaded.

Is the domscout MCP server still maintained?

domscout 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 domscout MCP server under?

domscout declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.