This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryOfficial Rendex SDKs added for JavaScript/TypeScript and Python.
Full changelog
What's New
This release accompanies the launch of official Rendex SDKs. The MCP server itself is unchanged from v0.2.0 — this tag keeps version parity across all Rendex packages.
Official SDKs (New)
If you're building a regular application (not an AI agent), use the SDKs instead of MCP:
- JavaScript/TypeScript:
npm install @copperline/rendex - Python:
pip install rendex
MCP Server
No changes. Use the MCP server for AI agent workflows:
{
"mcpServers": {
"rendex": {
"url": "https://mcp.rendex.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Or via npm: npx @copperline/rendex-mcp
Links
- Landing page: https://rendex.dev
- Docs: https://rendex.dev/docs/quickstart
- JS SDK: https://www.npmjs.com/package/@copperline/rendex
- Python SDK: https://pypi.org/project/rendex/
- Free tier: 500 calls/month, no credit card required
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About copperline-labs/rendex-mcp
Screenshot, PDF, and HTML rendering API for AI agents. Capture any URL or raw HTML as PNG/JPEG/WebP/PDF with batch processing, geo-targeting, async webhooks, and MCP-native integration. Free tier included.
Related context
Beta — feedback welcome: [email protected]