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.

net.shotbot/shotbot-mcp

NPM · SHOTBOT-MCP · SCANNED SEP 20

Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.

Available components

0 this week 75 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 Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability63
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2340 tokens (~585/item across 4 items; 4 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 Management87
  • Stability observed for 26 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 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
Install

How do I install the net.shotbot/shotbot-mcp server?

net.shotbot/shotbot-mcp runs locally as an npm package, launched with npx -y shotbot-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 · shotbot-mcp

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

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

  • 18 Sept 26 +1

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

  • 17 Sept 26 −4
    • Stability: pass → 0.77 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
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/shotbot-mcp@2.0.1

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 →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~2,340 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
account_status ~35

Get the current account status: plan (free | pro), credit balance, monthly quota usage, and number of captures currently in flight.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

batch ~805

Submit up to 500 URLs (Pro: 5000) in a single atomic request. Each job gets its own token. Quota is deducted atomically; partial batches never happen. Returns a list of {url, token, status, job_id} for each job. Jobs are private by default (retrieve via the download URL from get_status); pass cdn=true (batch-level or per job) for permanent public CDN URLs. Add a callback_url to receive each result as it completes instead of polling.

NameTypeReqDescription
autoplay_videosbooleanDefault autoplay_videos for all jobs. Launches Chromium with --autoplay-policy=no-user-gesture-required so unmuted <video autoplay> elements start playing. Pro only.
block_adsbooleanBlock ads/trackers for all jobs. Pro only.
callback_secretstringShared secret echoed in each callback payload.
callback_urlstringHTTPS URL to POST each result to as they complete.
cdnbooleanPublish all jobs to the public CDN. Default: private (per-job cdn overrides this).
color_schemestringDefault color_scheme for all jobs.
crop_heightintegerDefault custom height in px for all jobs. Pro only.
dismiss_cookiesstringDefault cookie-banner handling for all jobs. Pro only.
emulate_print_mediabooleanDefault emulate_print_media for all jobs. Applies the page's print stylesheet. Pro only.
formatstringDefault format for all jobs.
framestringDefault frame for all jobs (rounded, shadow, browser_chrome, browser_chrome_dark, mobile, mobile_light, tablet, tablet_light, laptop, polaroid, gradient, shotbot_brand).
fullpagebooleanDefault fullpage for all jobs.
hidpibooleanRender at 2× DPR for all jobs.
idempotency_keystringOptional client-supplied key (16-128 chars alphanumeric / - _ .). If the same key is replayed within 24h, the server returns the original response without creating new jobs or deducting quota — safe…
jobsarrayyesArray of capture jobs. Each item must have a `url`. Other options override global defaults.
nojsbooleanDisable JavaScript for all jobs.
omit_backgroundbooleanDefault omit_background for all jobs. Transparent viewport backdrop on PNG/WebP/AVIF. Pro only.
output_sizeintegerDefault output size for all jobs.
prefers_reduced_motionbooleanDefault prefers_reduced_motion for all jobs. Emulates prefers-reduced-motion: reduce so well-built sites skip animations.
presetstringDefault preset for all jobs (og, mobile, square, etc).
ratiostringDefault crop ratio for all jobs (e.g. "16:9").
render_regionstringDefault render region for all jobs. fr-paris free, others Pro.
scroll_before_capturebooleanScroll to trigger lazy-load for all jobs. Pro only.
scroll_offset_pxintegerDefault scroll-down offset (0-30000 px) before capture. Mutually exclusive with scroll_to. Pro only.
scroll_tostringDefault CSS selector (typically an element id, e.g. "#pricing") to scroll into view before capture. Resolved via querySelector. Mutually exclusive with scroll_offset_px. Pro only.
selectorstringDefault CSS selector clip for all jobs. Pro only.
viewport_widthintegerDefault viewport for all jobs. Free: 390/768/1280. Shotbot Pro: custom 280-3840.
waitintegerDefault wait for all jobs.

No output schema declared.

No examples provided.

capture ~1,400

Submit a screenshot capture request for a URL. Returns a token to poll with get_status. Supported formats: jpg (free), png, webp, webp_lossless, avif, pdf (Pro). Captures are private by default (not on the CDN; retrieve via the download URL from get_status, fetchable repeatedly until it auto-expires). Pass cdn=true for a permanent public CDN image URL instead. Use callback_url for async delivery so you don't need to poll.

NameTypeReqDescription
autoplay_videosbooleanLaunch Chromium with --autoplay-policy=no-user-gesture-required so unmuted <video autoplay> elements start playing without a user gesture. Useful for pages with hero videos. Pro only.
block_adsbooleanBlock ads and trackers. Pro only.
callback_secretstringShared secret echoed in callback payload for verification.
callback_urlstringHTTPS URL to POST the result to when done. Skips polling.
cdnbooleanWhen true, publish the result to the public CDN and return a permanent image URL. Default: captures are private (not uploaded to the CDN); retrieve them via the download URL from get_status, which st…
color_schemestringEmulate prefers-color-scheme media query.
cookiesarrayCookies injected before navigation (e.g. to capture pages behind a session). Max 50. Pro only.
crop_heightintegerCustom output height in px, cropped from top. Max 30000. Pro only.
dismiss_cookiesstringHandle cookie banners automatically. Pro only.
emulate_print_mediabooleanApply the page's print stylesheet (page.emulateMediaType("print")) before capture. Useful for capturing print layouts as an image. No additional effect on PDF (already in print mode). Pro only.
formatstringOutput format. Default: jpg. png, webp, webp_lossless, avif, pdf require Pro (non-Pro accounts are limited to jpg).
framestringDecorative frame composited around the rendered image (ignored for PDF). Variants: rounded (corner-clipped, no padding), shadow (drop shadow + rounded corners), browser_chrome / browser_chrome_dark (…
fullpagebooleanCapture the full page height (max 30000 px). Default: false.
hidpibooleanRender at 2× device pixel ratio (retina / HiDPI). Doubles the output resolution.
http_authobjectHTTP Basic Auth credentials for password-protected pages. Pro only.
nojsbooleanDisable JavaScript before loading the page.
omit_backgroundbooleanRender with a transparent viewport backdrop (Chromium omitBackground). Visible on PNG/WebP/AVIF; JPG flattens to black. No effect on PDF. Pro only.
output_sizeintegerOutput image width in px. Defaults to viewport_width.
pdf_landscapebooleanRender the PDF in landscape orientation (format=pdf only).
pdf_margin_mmintegerPDF page margin in millimetres, 0-50 (format=pdf only). Default 10.
pdf_page_sizestringPDF page size (format=pdf only). Default A4.
pdf_scalenumberPDF render scale, 0.10-2.00 (format=pdf only). Default 1.0.
prefers_reduced_motionbooleanEmulate the prefers-reduced-motion: reduce CSS media feature. Well-built sites use it to skip or shorten animations (framer-motion, GSAP, AOS, IntersectionObserver reveals), so captures show the sett…
presetstringNamed output bundle | fills viewport_width / output_size / crop_height. og=1200×630 (social card), mobile=390×844 (iPhone), square=1080×1080, reel=1080×1920, pinterest=1000×1500, youtube_thumbnail=12…
ratiostringCrop ratio, e.g. "16:9" (default), "4:3", "1:1", "9:16".
render_regionstringGeographic render location, using a real local IP. fr-paris is the default and free; ca-montreal, sg-singapore (beta), au-sydney (beta), vn-hanoi (beta) are Pro.
scroll_before_capturebooleanScroll through the full page before capturing so lazy-loaded content (images, infinite scroll, content below the fold) is rendered. Recommended with fullpage=true. Pro only.
scroll_offset_pxintegerScroll down this many px (0-30000) before capturing, so the frame starts lower. Mutually exclusive with scroll_to. No-op for fullpage/PDF/selector. Pro only.
scroll_tostringCSS selector for an element to scroll into view (top of frame) before capturing. Typically an element id, e.g. "#pricing". Resolved via querySelector. Unlike selector, it does not clip output. Mutual…
selectorstringCSS selector: clips output to the matching element. Pro only, non-PDF.
urlstringyesPublic http/https URL to capture (required)
viewport_widthintegerBrowser viewport width in px. Free: 390, 768, 1280. Shotbot Pro: any custom width 280-3840 (CSS / responsive testing). Default: 1280.
waitintegerSeconds to wait after page load before capture. Free: 0-5, Pro: 0-30. Default: 5.

No output schema declared.

No examples provided.

get_status ~100

Poll the status of a capture by token. Returns status (queued | processing | done | failed) and, when done, image_url for public (cdn) captures or a download URL for private captures (fetchable repeatedly until it auto-expires). Also returns meta_http_status, meta_final_url, and meta_page_title when available. No API key required for polling.

NameTypeReqDescription
tokenstringyes32-character alphanumeric token returned by capture or batch.

No output schema declared.

No examples provided.

Common questions

What is the net.shotbot/shotbot-mcp server?

net.shotbot/shotbot-mcp is listed in the public MCP registry as net.shotbot/shotbot-mcp. Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF. This page covers its npm package (shotbot-mcp).

Is the net.shotbot/shotbot-mcp server safe to use?

net.shotbot/shotbot-mcp scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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 net.shotbot/shotbot-mcp server expose?

net.shotbot/shotbot-mcp exposes 4 tools: capture, get_status, batch, account_status. Their descriptions and schemas cost roughly 2,340 tokens of context every time the server is loaded.

Is the net.shotbot/shotbot-mcp server still maintained?

net.shotbot/shotbot-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.

What licence is the net.shotbot/shotbot-mcp server under?

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