Prodyard MCP
← All Tools

Website Screenshot

Take screenshots of any public website. Returns a base64-encoded PNG image.

Available Functions

take_screenshot

Take a screenshot of a public website URL. Returns a base64-encoded PNG image. Only works with publicly accessible URLs (WAN), not local/LAN addresses.

Parameters:
  • url (string) The full URL to screenshot (must be publicly accessible, e.g. https://example.com)
  • width (integer) Viewport width in pixels (default 1280) Default: 1280
  • height (integer) Viewport height in pixels (default 720) Default: 720
  • full_page (boolean) Capture the full scrollable page instead of just the viewport Default: false

Try It

After installing Prodyard MCP, just ask your AI assistant:

"Use the take_screenshot tool to..."

Installation

This tool is included with Prodyard MCP. One installation gives you access to all tools.

{
  "mcpServers": {
    "prodyard": {
      "url": "https://mcp.prodyard.com/api",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Get your API key at mcp.prodyard.com/dashboard

Get Your Free API Key