General Tools
cleanor.app
Provides various utility functions such as image optimization, QR code generation, and hash computation.
ENDPOINT 1
https://mcp.cleanor.app/mcp
MCP server metadata
- Name
- cleanor
- Version
- 0.6.0
Cleanor tools for AI builders. Use optimize_image to shrink/convert an image an AI generated or dropped in (returns the optimized bytes + before/after size). Use storage_capacity and image_format_savings for real, cited Cleanor Labs data on device storage and image formats. Use qr_code for a paste-ready SVG QR. No API key needed. Every result links its cleanor.app source.
Known tools 22
optimize_imageFetch an image from a public URL and re-encode it smaller (WebP/AVIF/JPEG), optionally resizing to a target width.
Inferred read-onlystorage_capacityHow many photos or minutes of video actually fit in a given storage size, corrected for real OS/filesystem overhead.
Inferred read-onlyimage_format_savingsHow much smaller WebP, AVIF or JPEG XL are than JPEG at matched perceptual quality, from Cleanor Labs’ controlled benchmark.
Inferred read-onlyqr_codeEncode text or a URL as a QR code and return a crisp, dependency-free SVG you can paste straight into a page, deck or doc.
Inferred read-onlyhashCompute a cryptographic hash of text (SHA-1, SHA-256, SHA-384 or SHA-512) and return the hex digest.
Inferred read-onlyjson_formatValidate JSON and pretty-print or minify it, optionally sorting object keys.
Inferred read-onlyjwt_decodeDecode a JSON Web Token into its header and payload so you can inspect claims (iss, exp, sub, scopes).
Inferred read-onlycolorConvert a color (hex, rgb() or hsl()) and return hex, RGB and HSL representations at once.
Inferred read-onlyslugifyTurn a title or phrase into a clean, URL-safe slug (lowercase, hyphenated, accents stripped).
Inferred read-onlycountAccurately count characters (Unicode code points), UTF-16 units, words, lines and UTF-8 bytes in text.
Inferred read-onlyregex_testTest a JavaScript regular expression against sample text and return whether it matches, plus every match with its captured groups and index.
Inferred read-onlycron_describeParse a standard 5-field cron expression (minute hour day-of-month month day-of-week) into a plain-English breakdown and the next few run times in UTC.
Inferred read-onlyunit_convertConvert a value between units of length, mass, data size, time, speed or temperature.
Inferred read-onlydatetimeGet the current date/time, or convert a given timestamp, into a target IANA timezone with ISO, Unix and human-readable forms.
Inferred read-onlyurl_parseBreak a URL into its components: scheme, host, port, path, decoded query parameters and fragment.
Inferred read-onlydiffCompute a line-by-line diff between two texts, marking removed lines with "-", added with "+" and unchanged with two spaces, plus a change count.
Inferred read-onlyhmacCompute an HMAC (keyed hash) of a message with a secret, using SHA-1/256/384/512, returned as hex or Base64.
Potential side effectsplaceholder_imageGenerate a lightweight SVG placeholder image at any size, with an optional label and custom background/text colors.
Inferred read-onlycolor_paletteBuild a harmonious color palette from a base color using color-theory rules (complementary, analogous, triadic, tetradic, or monochromatic).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cleanor]
url = "https://mcp.cleanor.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cleanor": {
"type": "http",
"url": "https://mcp.cleanor.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cleanor
Remote MCP URL: https://mcp.cleanor.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cleanor": {
"url": "https://mcp.cleanor.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cleanor": {
"type": "http",
"url": "https://mcp.cleanor.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cleanor",
"transport": "streamable-http",
"url": "https://mcp.cleanor.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cleanor.app was fetched 2026-08-03T21:45:13.606Z and is being refreshed.
cleanor.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.