Webshot Now Speaks MCP: Screenshots as a Tool for AI Agents Webshot.site has launched Model Context Protocol (MCP) support, enabling AI agents like Claude Desktop and Cursor to capture and analyze screenshots directly. The service exposes a single tool that returns a JSON envelope with a secure, reusable image link, avoiding base64 bloat in context windows. The keyless allowance is 5 credits per 15 minutes per IP, with full-page captures costing 2 credits. Webshot.site now speaks the Model Context Protocol . If you use Claude Desktop, Cursor, or anything else that talks MCP, your assistant can render a page and look at it directly — no copy-pasting URLs, no describing what you see. One line of config, no key, no signup: { "mcpServers": { "webshot": { "url": "https://webshot.site/mcp" } } } The endpoint is https://webshot.site/mcp , JSON-RPC 2.0 over HTTP POST. It exposes a single tool: capture sandbox webshot url, viewport?, full page?, format? Ask your assistant to "take a screenshot of example.com and tell me what's above the fold" and it will call that tool, get back an image, and answer. The obvious implementation is to base64 the PNG and hand it straight to the model. We deliberately don't. A modest screenshot is 25–200 KB, which becomes a wall of base64 in the model's context window and crowds out the actual conversation. Most agents can't do anything useful with those bytes anyway. So the tool returns a short JSON envelope with a link: { "ok": true, "image url": "https://webshot.site/shot/