ScreenshotOne MCP Server

Official

render-website-screenshot

Render a screenshot of a website and returns it as an image.

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the website to screenshot

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "URL of the website to screenshot", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools