Render URLs or HTML to PDF, and capture PNG screenshots.
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).
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/mcpmcp.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)| Render a public URL or raw HTML into a PDF document (returned base64). | |
| screenshot | Capture a PNG screenshot of any public URL — full page or viewport. |