General Tools
abunchof.tools
Provides general-purpose utility functions like QR code generation, password generation, unit conversion, date difference calculation, and word counting.
ENDPOINT 1
https://www.abunchof.tools/api/mcp
Known tools 14
qr_codeGenerate a QR code (PNG + SVG) from text or a URL.
generate_passwordGenerate a cryptographically-random password.
convert_unitsConvert a value between units.
date_diffCompute the time between two dates (ISO format, e.g.
word_countCount words, characters, sentences, paragraphs, and reading time of text.
split_billCalculate tip and split a bill across people.
convert_caseConvert text case.
lorem_ipsumGenerate placeholder lorem ipsum paragraphs.
box_shadowBuild a CSS box-shadow value.
coin_flipFlip a fair coin (heads/tails).
roll_diceRoll a die with N sides (default 6).
random_pickPick one item at random from a list.
color_infoGiven a hex color, return RGB, HSL, and WCAG contrast vs white and black.
color_paletteGenerate a harmony palette from a base hex color.