Webshot is now an MCP server: hand a URL to your agent, get a screenshot
Aug 20, 2026 by TuxxinWebshot.site now speaks the Model Context Protocol, so an AI assistant can render a page and look at it without you pasting anything. Endpoint: https://webshot.site/mcp (JSON-RPC 2.0, HTTP POST) Tool: capture_sandbox_webshot(url, viewport?, full_page?, format?) Auth: none, uses the keyless allowance. Client config: { "mcpServers": { "webshot": { "url": "https://webshot.site/mcp" } } } It returns a LINK plus metadata, not base64, so it will not flood the model's context. Same JSON on plain HTTP via &response=json; the default response is still the raw image. Two things worth knowing: Quota is in CREDITS, not captures. 5 credits per 15 min per IP. Viewport costs 1, full-page 2, and the default is full-page. Pass full_page=false to get five captures instead of two. A real Chrome render takes 10-60s, so set your client timeout to 90s+. Private and cloud-metadata addresses are refused. Docs: https://webshot.site/llms.txt