# Screenshot & PDF Capture API MCP server

Capture screenshots (PNG/JPEG/WebP) and generate PDFs from any URL. x402 payments.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-screenshot-pdf
- Repository: https://github.com/Br0ski777/screenshot-pdf-x402
- Website: https://github.com/Br0ski777/screenshot-pdf-x402

## Install
- Endpoint: https://screenshot-pdf.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://screenshot-pdf.api.klymax402.com/mcp

## Tools
- capture_screenshot - Use this when you need a visual capture of a web page. Renders in a real Chromium browser and returns an image.

Returns: 1. Binary image (PNG, JPEG, or WebP) 2. Custom viewport support (width/height in px) 3. Full-page scroll capture option 4. Configurable format and quality.

Example output: binary image file with Content-Type image/png, typical size 200-800KB for a full page.

Use this BEFORE visual QA testing, generating page thumbnails, archiving web pages, or verifying responsive design. Essential for automated screenshot pipelines and visual regression testing.

Do NOT use for text extraction -- use web_scrape_to_markdown instead. Do NOT use for PDF from data -- use document_generate_pdf instead. Do NOT use for PDF from URL -- use webpage_to_pdf instead. Endpoint: https://screenshot-pdf.api.klymax402.com/mcp
- 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 returns binary PDF.

Returns: 1. Binary PDF file 2. Configurable paper format (A4, Letter, Legal, Tabloid) 3. Print-optimized layout with proper page breaks.

Example output: binary PDF file with Content-Type application/pdf, properly paginated with headers/footers.

Use this FOR archiving web pages as PDF, generating printable articles, saving receipts or invoices from URLs, or creating offline documentation snapshots.

Do NOT use for custom documents from HTML/Markdown -- use document_generate_pdf instead. Do NOT use for screenshots -- use capture_screenshot instead. Do NOT use for web scraping text -- use web_scrape_to_markdown instead. Endpoint: https://screenshot-pdf.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.2.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
