VOOZH about

URL: https://mcp.so/server/rendex/copperline-labs

⇱ Rendex MCP Server


Rendex

@copperline-labs

Capture screenshots, generate PDFs, and render HTML to images via AI agents. Full-page capture, CSS/JS injection, cookies, geo-targeting, async pipeline with webhook callbacks.
Overview

Rendex MCP Server

MCP server for Rendex — capture screenshots, generate PDFs, and render HTML to images via the Model Context Protocol.

What it does

One tool (rendex_screenshot) that handles screenshot capture, PDF generation, and HTML-to-image rendering with a typed JSON Schema for every
parameter.

Features

  • Output formats: PNG, JPEG, WebP, PDF
  • Full-page capture with progressive fallback on heavy sites
  • CSS/JS injection — hide cookie banners, add watermarks, override styles
  • Cookie/header injection for authenticated pages
  • Element selector capture for OG images, hero sections, pricing cards
  • PDF options: page size, landscape, margins, scale, print background
  • Geo-targeting (Pro/Enterprise) — render as seen from any country
  • Async pipeline with HMAC-signed webhook callbacks
  • Caching via signed URLs in R2 storage

Install (stdio / npx)

{ 
 "mcpServers": {
 "rendex": {
 "command": "npx",
 "args": ["-y", "@copperline/rendex-mcp"],
 "env": { 
 "RENDEX_API_KEY": "your-api-key"
 } 
 } 
 }
}

Install (remote / zero-install)

{
 "mcpServers": {
 "rendex": {
 "url": "https://mcp.rendex.dev/mcp", 
 "headers": {
 "Authorization": "Bearer your-api-key" 
 } 
 } 
 }
} 

Example prompts

Pricing

PlanCalls/MonthRate
Free50010/min
Starter10,00060/min
Pro100,000300/min
EnterpriseCustom1,000/min

Get an API key at rendex.dev.

Links

License

MIT — Copperline Labs LLC

Server Config

{
 "mcpServers": {
 "rendex": {
 "command": "npx",
 "args": [
 "-y",
 "@copperline/rendex-mcp"
 ],
 "env": {
 "RENDEX_API_KEY": "your-api-key"
 }
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.