Screenshot & PDF Capture — Full-Page Chromium Rendering
Web capture API for AI agents. Take full-page screenshots (PNG/JPEG/WebP) and generate PDFs from any URL using headless Chromium. Custom viewport size, device emulation, and scroll capture.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/screenshot-pdf
# Browse available tools
npx -y smithery tool list axel-belfort/screenshot-pdf
# Get full schema for a tool
npx -y smithery tool get axel-belfort/screenshot-pdf capture_screenshot
# Call a tool
npx -y smithery tool call axel-belfort/screenshot-pdf capture_screenshot '{}'Direct MCP Connection
Endpoint: https://screenshot-pdf--axel-belfort.run.tools
Tools (2)
capture_screenshot— Use this when you need a visual capture of a web page. Renders in a real Chromium browser and returns an image.webpage_to_pdf— Use this when you need to convert a live web page to a printable PDF document. Renders in a real Chromium browser and r…
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/screenshot-pdf