SCREENSHOTSMCP TOOLS

56 tools from the Screenshotsmcp MCP Server, categorised by risk level.

View the Screenshotsmcp policy →

READ TOOLS

36
accessibility_snapshot Get the accessibility tree for any URL without needing a browser session. Returns a structured snapshot of all interactive elements, headings, link... auth_test_assist Start here for website login, sign-up, and verification testing. This is the shared auth entrypoint for MCP and CLI workflows. It reuses your saved... 2/5 authorize_email_access One-time setup: Connect the user's Gmail account via OAuth so the AI can read verification emails automatically. Returns an authorization URL the u... browser_console_logs Get captured console logs (errors, warnings, logs) and JavaScript exceptions from the current browser session. Essential for debugging frontend iss... browser_get_accessibility_tree Get the accessibility tree of the current page. Returns a structured snapshot of all interactive elements, headings, links, buttons, form fields, i... browser_get_html Get the HTML of the current page or a specific element. Useful for inspecting DOM structure, class names, and attributes. browser_get_text Extract all visible text from the current page. Useful for understanding page content without screenshots. Returns text in reading order. browser_go_back Navigate back in browser history (like clicking the Back button). Returns a screenshot of the previous page. browser_go_forward Navigate forward in browser history. Returns a screenshot. browser_hover Hover over an element on the page. Useful for triggering tooltips, dropdown menus, or hover states. Returns a screenshot after hovering. browser_network_errors Get failed network requests (4xx/5xx responses) captured during the browser session. Useful for identifying broken API calls, missing resources, an... browser_network_requests Get the full network request waterfall with timing data. Shows every request made by the page — URLs, methods, status codes, resource types, durati... 2/5 browser_perf_metrics Get Core Web Vitals and performance metrics for the current page. Returns LCP, FCP, CLS, TTFB, DOM size, resource counts, and total transfer size. ... browser_screenshot Take a screenshot of the current browser page without performing any action. browser_seo_audit Extract SEO metadata from the current page: title, meta description, Open Graph tags, Twitter cards, canonical URL, heading hierarchy, structured d... check_inbox Check a disposable AgentMail inbox for new messages. Use after create_test_inbox to read verification emails, OTP codes, welcome emails, or passwor... find_breakpoints Detect responsive layout breakpoints for a URL. Scans viewport widths from 320px to 1920px and identifies where significant layout changes occur (l... find_login_page Discover login/sign-in pages for a website. Checks the site's sitemap.xml and probes common login URL paths. Returns a list of candidate login URLs... get_screenshot_status Check the status of a screenshot job by ID. Returns done/pending/failed and the public URL if ready. list_recent_screenshots List the most recent screenshots taken with this API key. Returns URLs and metadata. og_preview Preview how a URL will look when shared on social media. Extracts all Open Graph and Twitter Card meta tags from the rendered page, validates them,... read_verification_email Read the latest email verification code / OTP from the user's Gmail inbox. Use this after smart_login encounters a verification code screen. The us... screenshot_batch Capture screenshots of multiple URLs in one call (max 10). Returns an array of results with screenshot URLs and metadata. All screenshots share the... screenshot_cross_browser Capture a URL in Chromium, Firefox, and WebKit simultaneously. Returns three screenshot URLs — one per browser engine. Useful for cross-browser vis... screenshot_dark Capture a full-page screenshot with dark mode (prefers-color-scheme: dark) emulated. Works on sites that support dark mode via CSS media queries. screenshot_diff Compare two URLs pixel-by-pixel and return a diff overlay image showing exactly what changed. Returns the diff image URL, percentage of pixels chan... screenshot_element Capture a screenshot of a specific element on the page by CSS selector. Only the matched element is captured, not the full page. Automatically wait... screenshot_fullpage Capture a full-page screenshot (entire scrollable content) of any URL. Use max_height to cap extremely long pages and prevent unreadable strips. 2/5 screenshot_pdf Export a webpage as a PDF document (A4 format with background graphics). Returns a public URL to the PDF file. screenshot_responsive Capture screenshots at desktop (1280×800), tablet (820×1180), and mobile (393×852) viewports in one call. By default captures viewport-only (recomm... screenshot_tablet Capture a screenshot at iPad viewport (820×1180). By default captures viewport-only (not the full scrollable page). Set fullPage to true for full-p... solve_captcha Automatically solve CAPTCHAs on the current page using CapSolver AI. Supports Cloudflare Turnstile, reCAPTCHA v2/v3, and hCaptcha. Detects the CAPT... take_screenshot Capture a screenshot of any URL and return a public image URL. By default captures the full scrollable page. Set fullPage to false for viewport-onl... webhook_deliveries List the most recent delivery attempts for a webhook endpoint, including HTTP status, attempt count, and any error message. Use after a test.ping o... webhook_list List all outbound webhook endpoints registered for the current account. Use this to confirm which URLs will receive screenshot.completed, run.compl... webhook_test Fire a test.ping event to a webhook endpoint to verify reachability and signature handling. Returns once the delivery has been enqueued — inspect w...

WRITE TOOLS

14
browser_click Click an element on the current browser page by CSS selector or visible text. Returns a screenshot after clicking. 2/5 browser_click_at Click at specific x,y coordinates on the current browser page. Use this when elements cannot be targeted by CSS selector — such as CAPTCHA checkbox... 2/5 browser_close Close the browser session and free all resources. Always call this when the browser workflow is complete. If the session was started with record_vi... 2/5 browser_fill Type text into an input field on the current browser page. Clears the field first, then types the value. 2/5 browser_press_key Press a keyboard key or key combination. Supports special keys like Enter, Tab, Escape, ArrowDown, and modifiers like Control+A, Shift+Tab. Returns... 2/5 browser_scroll Scroll the browser page by a given amount in pixels. 2/5 browser_select_option Select an option from a <select> dropdown element. Returns a screenshot after selection. 2/5 browser_set_viewport Resize the browser viewport in an existing session. Useful for testing responsive layouts without starting a new session — e.g. switch between desk... 2/5 browser_storage Read or write localStorage and sessionStorage. Use for debugging client-side state, auth tokens, feature flags, and cached data. 2/5 create_test_inbox Standalone inbox helper for testing. Create or reuse the saved primary disposable email inbox, then use auth_test_assist first when the task is web... 2/5 send_test_email Send an email from a disposable AgentMail inbox. Useful for testing contact forms, reply workflows, or sending test data to services. 2/5 smart_login Attempt to log in to a website. Navigates to the login URL, finds email/username and password fields, fills them in, and submits the form with clic... 3/5 webhook_create Register a new outbound webhook endpoint. The signing secret is returned ONCE — store it before doing anything else. Default events=['*'] subscribe... 3/5 webhook_rotate Rotate the signing secret for an endpoint. The new secret is returned once — update your verifier immediately to avoid signature mismatches. 2/5

DESTRUCTIVE TOOLS

2

EXECUTE TOOLS

4
How many tools does the Screenshotsmcp MCP server have? +

The Screenshotsmcp MCP server exposes 56 tools across 4 categories: Read, Write, Destructive, Execute.

How do I enforce policies on Screenshotsmcp tools? +

Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Screenshotsmcp server.

What risk categories do Screenshotsmcp tools fall into? +

Screenshotsmcp tools are categorised as Read (36), Write (14), Destructive (2), Execute (4). Each category has a recommended default policy.

Enforce policies on Screenshotsmcp

Open source. One binary. Zero dependencies.

npx -y @policylayer/intercept
github.com/policylayer/intercept →
// GET IN TOUCH

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

Message sent.

We'll get back to you soon.