Skip to content
Back to search
90
MCP live v1.2.0 sse

Screenshot & PDF Capture API

io.github.Br0ski777/screenshot-pdf

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

Uptime
50.0%
4 probes
Response
217ms
last probe
Tools
2
callable

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. Returns: 1. Binary image (PNG, JPEG, or WebP) 2. Custom viewport support (width/height …

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,…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "screenshot_&_pdf_capture_api": {
      "url": "https://screenshot-pdf.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}