Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Handiworks

io.github.lukehal/handiworks-mcp

MCP tools for AI agents: render URLs to image/PDF, check link health, convert HTML/CSV/JSON.

Uptime
100.0%
1 direct probes · 30d
Response
886ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

render

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_link

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

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "handiworks": {
      "url": "https://mcp.handiworks.studio/mcp",
      "transport": "streamable-http"
    }
  }
}