Handiworks
io.github.lukehal/handiworks-mcpMCP tools for AI agents: render URLs to image/PDF, check link health, convert HTML/CSV/JSON.
Tools · 3
Render a web page to a PNG/JPEG screenshot or a PDF using a real headless browser. Returns the image inline (base64) or the PDF as an embedded resource. Results are cached for 24h.
Check a URL's health: follows the redirect chain, reports the final status and URL, extracts the page <title>, and flags likely paywalls. Cached for 6h.
Convert content between formats. Modes: html-to-pdf, html-to-png (real browser), csv-to-json, json-to-csv. PDF/PNG return as attachment/image; data modes return text.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"handiworks": {
"url": "https://mcp.handiworks.studio/mcp",
"transport": "streamable-http"
}
}
}