Marketplace

PDF & Screenshots

Render URLs or HTML to PDF, and capture PNG screenshots.

Documentsx402from $0.006 Live

Overview

Turn a public URL or raw HTML into a PDF document, or capture a PNG screenshot of any page — full-page or viewport. Backed by a headless browser. Pay-per-call x402 HTTP endpoints (USDC on Base).

Connect it

Add the remote MCP server to any client, or call the x402 HTTP endpoint directly.

Claude / Cursor / Windsurf

claude mcp add --transport http agishub https://api.agishub.com/mcp

mcp.json

{
  "mcpServers": {
    "agishub": {
      "url": "https://api.agishub.com/mcp"
    }
  }
}

x402 HTTP (pay-per-call)

curl -X POST https://api.agishub.com/paid/pdf \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://example.com" }'
# → 402 Payment Required, then pay per call in USDC on Base (x402)

Tools included2

pdfRender a public URL or raw HTML into a PDF document (returned base64).
screenshotCapture a PNG screenshot of any public URL — full page or viewport.