use abunchof.tools from your AI
abunchof.tools is a remote MCP server. Add it once and your AI assistant can call these tools directly — generate a real QR code, do exact math, make secure passwords, and more. It's free and needs no account.
connect URL
https://www.abunchof.tools/api/mcp
Transport: Streamable HTTP. No auth.
how to add it
- Claude (web/desktop): Settings → Connectors → Add custom connector → paste the URL above.
- ChatGPT: Developer Mode → add an MCP connector with the URL above.
- Cursor / IDEs: add it to your
.mcp.jsonas a streamable-http server pointing at the URL.
tools
- qr_code — generate a QR code (PNG + SVG) from text or a URL
- generate_password — cryptographically-random password
- convert_units — length, weight, temperature, data
- date_diff — days/weeks/months/years between two dates
- word_count — words, chars, sentences, reading time
- split_bill — tip + split a bill across people
- convert_case — UPPER, lower, Title, camelCase, snake_case, kebab-case…
- lorem_ipsum — placeholder paragraphs
- box_shadow — build a CSS box-shadow value
- coin_flip — flip a fair coin (optional seed)
- roll_dice — roll an N-sided die (optional seed)
- random_pick — pick one item at random from a list
- color_info — RGB, HSL, WCAG contrast for a hex color
- color_palette — harmony palette from a base color