Connect Your AI Agent with Rendex for Slack

Integrate Rendex MCP server into your Slack workspace for instant access to your AI agent.

No credit card neededOr, book a demo
Documentation
Back to MCP Servers
Rendex
Rendex
HTML, PDF & Screenshot Rendering API for Developers & AI Agents

Categories

Developer Tools

Available Tools

Tools that your AI agent can use through this MCP server to interact with Rendex

Update Watch

Update a watch, including pausing or resuming it. Only the fields you set are changed. See the documentation.

Run Watch Now

Trigger an immediate check for a watch. The run is queued and its diff result is produced asynchronously — poll List Watch Runs for the completed run. See the documentation.

Render to Image

Render an HTML string or a page URL to an image (or PDF) via Rendex. Returns base64-encoded image data with metadata. See the documentation.

Render Markdown

Render a Markdown string to an image or PDF via Rendex — clean default typography, no CSS required. Returns base64-encoded data with metadata. See the documentation.

List Watches

List the watches on your Rendex account, optionally filtered by status. See the documentation.

List Watch Runs

List the run history for a watch (most recent first). See the documentation.

Get Watch

Retrieve a single watch by its ID. See the documentation.

Get Account

Get your Rendex plan and this month's usage (credits used/limit/remaining), rate limit, and recommended upgrade. Read-only and free (no credits charged). See the documentation.

Extract Content

Extract the readable content of a page as Markdown, JSON, or HTML. See the documentation.

Delete Watch

Delete a watch and its run history. See the documentation.

Create Watch

Create a watch that monitors a page for visual or text changes. See the documentation.

Create Render Link

Mint a signed, hosted render URL for a page or HTML — ideal for og:image tags. The returned URL serves the rendered image/PDF directly. See the documentation.

Create Artifact

Turn Markdown or HTML plus a small branding theme into a branded PDF + PNG and a hosted share page in one call. Returns pdfUrl, pngUrl, shareUrl, and expiresAt. See the documentation.