Skip to main content
Glama

Rendex — Screenshot, PDF & HTML Rendering

Server Details

Capture screenshots, generate PDFs, and render HTML to images. MCP-native for AI agents.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
copperline-labs/rendex-mcp
GitHub Stars
2
Server Listing
rendex-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 1 of 1 tools scored.

Server CoherenceA
Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'rendex_screenshot' has a clear and distinct purpose focused on capturing screenshots, PDFs, and rendering HTML.

Naming Consistency5/5

The single tool name 'rendex_screenshot' follows a consistent pattern with the server name 'Rendex', and there are no other tools to cause inconsistency. The naming is straightforward and descriptive.

Tool Count2/5

A single tool for a server focused on screenshot, PDF, and HTML rendering feels thin and under-scoped. While the tool is feature-rich, the domain suggests potential for additional operations like batch processing, template management, or format conversion, making the count borderline inappropriate.

Completeness2/5

The tool surface is severely incomplete for the rendering domain. There are obvious gaps such as no tools for managing render jobs, handling errors beyond timeouts, configuring default settings, or supporting other output formats beyond screenshots and PDFs. This limits agent workflows significantly.

Available Tools

1 tool
rendex_screenshotAInspect

Capture a screenshot or PDF of any webpage or raw HTML. Supports full-page capture, dark mode, ad blocking, custom viewports, CSS/JS injection, cookie/header injection, PDF output, HTML rendering, and progressive fallback for heavy sites. Returns partial renders on timeout by default (bestAttempt mode).

ParametersJSON Schema
NameRequiredDescriptionDefault
jsNoCustom JavaScript to execute in the page before capture. Runs in the browser sandbox. Max 50KB.
cssNoCustom CSS to inject into the page before capture. Hide cookie banners, add watermarks, override styles. Max 50KB.
geoNoISO 3166-1 alpha-2 country code for geo-targeted capture (e.g., 'US', 'DE', 'JP'). Renders the page as seen from that country. Pro/Enterprise only. Note: CSS/JS injection, cookies, element capture, dark mode, and some other features are not available with geo-targeting.
urlNoThe webpage URL to capture. Mutually exclusive with 'html'.
htmlNoRaw HTML to render and capture. Mutually exclusive with 'url'. Great for invoices, social cards, email templates, OG images.
asyncNoProcess capture asynchronously. Returns a jobId immediately instead of waiting. Poll GET /v1/jobs/:jobId for status, or use webhookUrl for push notification.
delayNoMilliseconds to wait after page load before capture (useful for JS-rendered content)
widthNoViewport width in pixels (320-3840)
formatNoOutput format — png (lossless), jpeg (smaller), webp (smallest), or pdf (document). Use pdf for invoices, reports, archival.png
heightNoViewport height in pixels (240-2160)
cookiesNoCookies to set before capture. Useful for authenticated pages. Max 50 cookies.
geoCityNoCity for more precise geo-targeting (e.g., 'Berlin', 'New York'). Requires 'geo'.
headersNoCustom HTTP headers to send with the page request. Cannot override Host, Connection, Content-Length, or Transfer-Encoding.
qualityNoImage quality 1-100 (JPEG/WebP only, ignored for PNG/PDF)
timeoutNoMaximum seconds to wait for page load (5-60). Cloudflare has a 60s hard cap.
blockAdsNoBlock ads and trackers before capture
cacheTtlNoSeconds to cache the result in R2 storage (3600-2592000). Returns a signed URL for retrieval. Requires async=true.
darkModeNoEmulate dark color scheme (prefers-color-scheme: dark)
fullPageNoCapture the full scrollable page instead of just the viewport
geoStateNoState or region for more precise geo-targeting (e.g., 'California'). Requires 'geo'.
pdfScaleNoPDF scale factor (0.1-2). Default: 1
selectorNoCSS selector of a specific element to capture instead of the full page. Useful for OG images, component extraction (e.g. '#hero', '.pricing-card')
pdfFormatNoPDF page size. Only used when format='pdf'. Default: A4
pdfMarginNoPDF page margins. Only used when format='pdf'. Accepts CSS values.
userAgentNoOverride the browser user agent string.
waitUntilNoPage readiness event. networkidle2 (default) is best for most sites. Use domcontentloaded for speed, networkidle0 for completeness.networkidle2
webhookUrlNoURL to receive a POST callback when async capture completes. Payload is HMAC-SHA256 signed. Requires async=true.
bestAttemptNoIf true (default), capture whatever is rendered on timeout instead of failing. Set to false to get a hard error on timeout.
pdfLandscapeNoPDF landscape orientation. Only used when format='pdf'.
waitForSelectorNoCSS selector to wait for before capture. Essential for SPAs (e.g. '.main-content', '#app-loaded')
deviceScaleFactorNoDevice pixel ratio (1 = standard, 2 = retina). Defaults to 2× Retina.
blockResourceTypesNoBlock specific resource types to speed up capture. E.g. ['font', 'image'] for text-only screenshots.
pdfPrintBackgroundNoPrint background colors/images in PDF. Default: true
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full disclosure burden. It successfully communicates critical failure-mode behavior ('Returns partial renders on timeout by default') and performance characteristics ('progressive fallback for heavy sites'). However, it omits rate limits, authentication requirements, and whether images are ephemeral or stored.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences total with zero waste. The first sentence establishes capability and feature set; the second sentence discloses critical default timeout behavior. Information is front-loaded and every phrase earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 16 parameters and high complexity, the description adequately covers operational behavior but lacks output format specification (base64, binary blob, or URL?) since no output schema exists. For a tool with numerous configuration options, the description is sufficient but not comprehensive regarding return structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, establishing a baseline of 3. The description adds value by grouping parameters into user-friendly concepts ('custom viewports' maps to width/height, 'bestAttempt mode' names the timeout behavior) and explaining the practical impact of settings ('progressive fallback'), helping agents map intent to parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the core action ('Capture a screenshot of any webpage') and identifies the return type ('return it as an image'). It lists specific capabilities (full-page, dark mode, ad blocking, viewports) that comprehensively define the tool's scope without being vague or tautological.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage contexts ('progressive fallback for heavy sites') and mentions the default timeout behavior ('Returns partial renders on timeout'), but lacks explicit when-to-use guidance or comparisons to alternatives. Since no siblings exist, it could still clarify when visual capture is preferred over text extraction, but instead only lists features.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.