General Tools
rendex.dev
Provides tools for rendering webpages to images/PDFs, extracting content, and creating branded documents.
ENDPOINT 1
https://mcp.rendex.dev/mcp
MCP server metadata
- Name
- rendex
- Version
- 1.8.2
Rendex captures, renders, and monitors web content. ALWAYS call the matching tool — never just describe the call or answer another way: screenshot/capture/picture of a page → rendex_screenshot; turn Markdown/HTML into a branded PDF+PNG+share link → render_artifact; read/extract a page's text → rendex_extract; a reusable hosted image URL / og:image → rendex_render_link; monitor a page for changes → watch_create; plan or usage → rendex_account. Pass the user's URL or content directly. On error, read the message: retry only if it says the error is transient (after the stated wait); otherwise fix the input or tell the user.
Known tools 13
rendex_screenshotUse this when the user asks to screenshot, capture, or take a picture of a webpage/URL, or to render raw HTML or Markdown to an image or PDF.
Inferred read-onlyrendex_extractUse this when the user asks to read, extract, get the text/content/article of, or summarize a webpage/URL.
Inferred read-onlyrendex_render_linkUse this when the user wants a reusable, HOSTED image URL — an og:image or a link to embed in an <img> tag — rather than the image bytes.
Inferred read-onlyrender_artifactUse this when the user asks to make or create a branded report, invoice, summary, release notes, or document — or to 'turn this Markdown/HTML into a PDF and PNG' (optionally with a logo or accent color).
Potential side effectsrendex_accountCheck the Rendex account: which plan it's on, how many render credits have been used vs.
Inferred read-onlywatch_createUse this when the user asks to monitor, watch, or track a webpage for changes, or to be alerted/notified when a page changes.
Inferred read-onlywatch_testDry-run a watch config BEFORE creating it — render the proposed config once and report what was captured + whether the page is reachable (and the text a text-watch would compare).
Inferred read-onlywatch_listList your watches (newest first), optionally filtered by status and paged.
Inferred read-onlywatch_getFetch one watch by ID, including its current baseline image URL and status.
Inferred read-onlywatch_updateUpdate a watch in place — pause/resume (paused), re-point (url), change schedule/diff/notify settings, or turn a channel off (webhookUrl/notifyEmail = null).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rendex]
url = "https://mcp.rendex.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rendex": {
"type": "http",
"url": "https://mcp.rendex.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rendex
Remote MCP URL: https://mcp.rendex.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rendex": {
"url": "https://mcp.rendex.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rendex": {
"type": "http",
"url": "https://mcp.rendex.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rendex",
"transport": "streamable-http",
"url": "https://mcp.rendex.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.