New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

website-screenshots.capture

Capture a screenshot of a public website so the user or agent can inspect its layout, content, and UI. The image is saved to account file storage. The response includes screenshot_url for API users and download_code for agents to run vee3-get-file. Cost = 20 tokens.

SERVERVee3 SOURCEhttps://mcp.vee3.io/mcp
High RISK CLASS
Category Execute
Parameters 121 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-vee3io-vee3/website-screenshots.capture.md

What website-screenshots.capture does on Vee3

AI agents invoke website-screenshots.capture to trigger actions in Vee3. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
url string Yes Public http or https URL to capture. Private, localhost, and internal network addresses are blocked.
format string Output image format. 'png' preserves lossless quality (default). 'jpeg' produces smaller files.
quality integer JPEG compression quality from 0 (smallest) to 100 (best). Only applies when format is 'jpeg'; ignored for PNG.
dark_mode boolean When true, emulate prefers-color-scheme: dark so sites with dark-mode CSS render in dark mode. Has no effect on sites without dark-mode styling.
file_name object Optional account-relative storage path for the screenshot. If omitted, the file is stored under downloads/ with a generated name.
full_page boolean Capture the full scrollable page. When false, only the viewport area is captured.
wait_until string When to take the screenshot: 'load' (load event), 'domcontentloaded' (DOM ready, faster; use with post_load_wait to let the page settle), or 'networkidle' (no n
post_load_wait integer Extra seconds to wait after wait_until before capturing. Only valid when wait_until is domcontentloaded. Use this instead of networkidle when pages keep network
viewport_width integer Browser viewport width in pixels.
timeout_seconds integer Maximum seconds to wait for the page to load before failing.
viewport_height integer Browser viewport height in pixels.
block_cookie_banners boolean When true, attempt to dismiss common cookie consent banners and overlays before capture. Best-effort - custom or first-party banners may remain.

Parameters from the server's own tool schema.

Why website-screenshots.capture is rated High

Captures external website content via browser automation with side effects (file storage writes); externally-directed operation.

From the tool's definition Capture screenshot of public website, saved to account file storage.

Risk signalsAccepts URL/endpoint input (url) · High parameter count (12 properties)

Questions about website-screenshots.capture

What does the website-screenshots.capture tool do? +

Capture a screenshot of a public website so the user or agent can inspect its layout, content, and UI. The image is saved to account file storage. The response includes screenshot_url for API users and download_code for agents to run vee3-get-file. Cost = 20 tokens. It is categorised as a Execute tool in the Vee3 MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does website-screenshots.capture accept? +

website-screenshots.capture accepts 12 parameters: url, format, quality, dark_mode, file_name, full_page, wait_until, post_load_wait, viewport_width, timeout_seconds, viewport_height, block_cookie_banners. Required: url. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on website-screenshots.capture? +

Register the Vee3 MCP server in PolicyLayer and add a rule for website-screenshots.capture: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Vee3. Nothing to install.

What risk level is website-screenshots.capture? +

website-screenshots.capture is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit website-screenshots.capture? +

Yes. Add a rate_limit block to the website-screenshots.capture rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block website-screenshots.capture completely? +

Set action: deny in the PolicyLayer policy for website-screenshots.capture. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides website-screenshots.capture? +

website-screenshots.capture is provided by the Vee3 MCP server (https://mcp.vee3.io/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Vee3, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Vee3's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.