Integrate Rendex MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Rendex
Update a watch, including pausing or resuming it. Only the fields you set are changed. See the documentation.
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 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 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 the watches on your Rendex account, optionally filtered by status. See the documentation.
List the run history for a watch (most recent first). See the documentation.
Retrieve a single watch by its ID. See the documentation.
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 the readable content of a page as Markdown, JSON, or HTML. See the documentation.
Delete a watch and its run history. See the documentation.
Create a watch that monitors a page for visual or text changes. See the documentation.
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.
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.