Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Cleanor

REMOTE · MCP.CLEANOR.APP · 2 COMPONENTS · SCANNED AUG 3

Zero-auth MCP: image optimize, cited storage/format data, and dev utilities LLMs get wrong.

0 this week 62 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2309 tokens (~104/item across 22 items; 22 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.cleanor.app

# add to Claude Code
claude mcp add --transport http app-cleanor-cleanor https://mcp.cleanor.app/mcp
# ~/.codex/config.toml
[mcp_servers.app-cleanor-cleanor]
url = "https://mcp.cleanor.app/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-cleanor-cleanor": {
      "type": "remote",
      "url": "https://mcp.cleanor.app/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add app-cleanor-cleanor --url https://mcp.cleanor.app/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  app-cleanor-cleanor:
    url: "https://mcp.cleanor.app/mcp"
// mcp.json
{
  "mcpServers": {
    "app-cleanor-cleanor": {
      "type": "http",
      "url": "https://mcp.cleanor.app/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 62

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.cleanor.app/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=cleanor.app CN=WE1,O=Google Trust Services,C=US 5 Jul 2026 3 Oct 2026 ECDSA 256 ECDSA-SHA256 e368700f197da162136dddd76c5e62e8
SANs: cleanor.app, mcp.cleanor.app, *.mcp.cleanor.app
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.cleanor.app. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
app. present 23684 8 Verified
cleanor.app. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.cleanor.app/mcp Verified 200
http (plaintext) http://mcp.cleanor.app/mcp Inconclusive 406
MCP tools — 22 exposed · ~2,226 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
base_convert ~114

Convert an integer between number bases 2–36 (e.g. hex to binary, decimal to base-36). Arbitrary precision via BigInt, so large values stay exact. Use for radix conversions instead of doing them by hand.

NameTypeReqDescription
from_baseintegerBase of the input (2–36).
to_baseintegerBase to convert to (2–36).
valuestringyesThe number, in from_base (e.g. "ff", "1010", "255").
NameTypeReqDescription
decimalstringyesThe value in base 10.
from_basenumberyes
inputstringyes
resultstringyesThe value in to_base.
to_basenumberyes

No examples provided.

base64 ~98

Encode text to Base64 or decode Base64 back to text (UTF-8 safe). Supports URL-safe alphabet. Use whenever you need to encode/decode data URIs, tokens, or config values instead of guessing the bytes.

NameTypeReqDescription
inputstringyesText to encode, or Base64 to decode.
modestringDirection.
url_safebooleanUse URL-safe alphabet (-_ instead of +/, no padding).
NameTypeReqDescription
modestringyesencode or decode.
resultstringyesThe encoded or decoded text.

No examples provided.

color ~82

Convert a color (hex, rgb() or hsl()) and return hex, RGB and HSL representations at once. Use when picking or translating colors for CSS, design tokens or themes.

NameTypeReqDescription
valuestringyesA color: "#3b82f6", "rgb(59,130,246)" or "hsl(217,91%,60%)".
NameTypeReqDescription
hexstringyes
hslstringyes
rgbstringyes

No examples provided.

color_palette ~99

Build a harmonious color palette from a base color using color-theory rules (complementary, analogous, triadic, tetradic, or monochromatic). Returns each color as hex and HSL. Use to derive a theme or design tokens from one brand color.

NameTypeReqDescription
colorstringyesBase color: "#3b82f6", "rgb(...)" or "hsl(...)".
harmonystringColor-harmony rule.
NameTypeReqDescription
basestringyesThe base color as hex.
colorsarrayyes
harmonystringyes

No examples provided.

count ~67

Accurately count characters (Unicode code points), UTF-16 units, words, lines and UTF-8 bytes in text. LLMs are notoriously bad at counting, so always use this tool for "how many characters/words" questions.

NameTypeReqDescription
inputstringyesText to measure.
NameTypeReqDescription
bytesnumberyesUTF-8 bytes.
charactersnumberyesUnicode code points.
linesnumberyes
utf16_unitsnumberyes
wordsnumberyes

No examples provided.

cron_describe ~83

Parse 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. Use to sanity-check a schedule instead of guessing what the fields mean.

NameTypeReqDescription
expressionstringyesA 5-field cron expression, e.g. "30 2 * * 1-5".
NameTypeReqDescription
day_of_monthstringyes
day_of_weekstringyes
hourstringyes
minutestringyes
monthstringyes
next_runsarrayyesNext run times in UTC ISO 8601.

No examples provided.

datetime ~124

Get the current date/time, or convert a given timestamp, into a target IANA timezone with ISO, Unix and human-readable forms. Pass a Unix timestamp (seconds or ms) or an ISO string as input; omit it for "now". LLMs cannot know the real current time, so use this instead of guessing.

NameTypeReqDescription
inputstringOptional: a Unix timestamp (s or ms) or ISO date string. Omit for the current time.
timezonestringIANA timezone, e.g. "America/New_York" or "UTC".
NameTypeReqDescription
iso_utcstringyes
localstringyesHuman-readable local time in the timezone.
timezonestringyes
unix_msnumberyes
unix_snumberyes

No examples provided.

diff ~84

Compute a line-by-line diff between two texts, marking removed lines with "-", added with "+" and unchanged with two spaces, plus a change count. Use to see exactly what changed instead of comparing by eye. Capped at 1000 lines per side.

NameTypeReqDescription
astringyesThe original ("before") text.
bstringyesThe updated ("after") text.
NameTypeReqDescription
addednumberyes
changedbooleanyes
diffstringyesThe line diff (+/-/space prefixed), empty if identical.
removednumberyes

No examples provided.

hash ~111

Compute a cryptographic hash of text (SHA-1, SHA-256, SHA-384 or SHA-512) and return the hex digest. Use for checksums, cache keys, or verifying content. MD5 is intentionally not offered (broken, and unavailable in Web Crypto). LLMs cannot compute these reliably by hand, so always use this tool instead of guessing.

NameTypeReqDescription
algorithmstringHash algorithm. Default sha-256.
inputstringyesText to hash (UTF-8).
NameTypeReqDescription
algorithmstringyesThe hash algorithm used.
hexstringyesThe hex-encoded digest.

No examples provided.

hmac ~113

Compute an HMAC (keyed hash) of a message with a secret, using SHA-1/256/384/512, returned as hex or Base64. Use to sign webhook payloads or verify a signature instead of guessing. LLMs cannot compute this by hand.

NameTypeReqDescription
algorithmstringHash algorithm.
encodingstringOutput encoding.
messagestringyesThe message to sign (UTF-8).
secretstringyesThe shared secret key (UTF-8).
NameTypeReqDescription
algorithmstringyes
encodingstringyes
signaturestringyesThe HMAC in the requested encoding.

No examples provided.

image_format_savings ~121

How much smaller WebP, AVIF or JPEG XL are than JPEG at matched perceptual quality, from Cleanor Labs’ controlled benchmark. Also reports the "HEIC conversion tax" (converting an iPhone HEIC to JPG/PNG makes it bigger). Use to justify a format choice when building a site or app.

NameTypeReqDescription
formatstringTarget format to compare against JPEG.
qualitystringweb = typical web quality (SSIM 0.95); high = near-lossless (SSIM 0.98).
NameTypeReqDescription
all_formatsobjectyes
formatstringyes
percent_smaller_than_jpegnumberyes
qualitystringyes
sourcestringyes

No examples provided.

json_format ~90

Validate JSON and pretty-print or minify it, optionally sorting object keys. Returns a precise parse error (with position) if invalid. Use to check and clean JSON instead of eyeballing it.

NameTypeReqDescription
inputstringyesJSON text.
modestringpretty = 2-space indent; minify = single line.
sort_keysbooleanSort object keys alphabetically (deep).
NameTypeReqDescription
formattedstringyesThe formatted JSON text.
validbooleanyesWhether the input was valid JSON.

No examples provided.

jwt_decode ~67

Decode a JSON Web Token into its header and payload so you can inspect claims (iss, exp, sub, scopes). The signature is NOT verified and no secret is required or stored. Use to read a token during debugging.

NameTypeReqDescription
tokenstringyesThe JWT (three dot-separated segments).
NameTypeReqDescription
exp_isostringExpiry as ISO 8601, if present.
expiredbooleanWhether the token is past its exp, if present.
headerThe decoded JWT header object.
payloadThe decoded JWT payload (claims).

No examples provided.

optimize_image ~165

Fetch an image from a public URL and re-encode it smaller (WebP/AVIF/JPEG), optionally resizing to a target width. Returns the optimized image plus before/after byte sizes. Use this when an AI-generated or dropped-in asset (hero image, screenshot, illustration) is too large to ship.

NameTypeReqDescription
formatstringOutput format. webp = best browser support; avif = smallest; jpeg = universal.
image_urlstringyesPublic URL of the source image (PNG/JPEG/WebP/AVIF/GIF).
qualityintegerEncode quality 1-100 (80 is a good default).
widthintegerResize to this width in px, preserving aspect ratio. Omit to keep original size.
NameTypeReqDescription
formatstringyesOutput image format.
mime_typestringyes
optimized_bytesnumberyes
original_bytesnumberyes
saved_pctnumberyesPercent smaller than the original.

No examples provided.

placeholder_image ~127

Generate a lightweight SVG placeholder image at any size, with an optional label and custom background/text colors. Dependency-free, pastes straight into a page or mockup. Use for wireframes and design stubs instead of hotlinking a placeholder service.

NameTypeReqDescription
bgstringBackground color (hex, rgb() or hsl()).
colorstringText color.
heightintegerHeight in pixels.
textstringLabel text. Defaults to the dimensions, e.g. "600×400".
widthintegerWidth in pixels.
NameTypeReqDescription
heightnumberyes
svgstringyesThe SVG markup.
widthnumberyes

No examples provided.

qr_code ~89

Encode 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.

NameTypeReqDescription
eccstringError-correction level: L=7%, M=15%, Q=25%, H=30% recoverable.
sizeintegerSVG pixel size.
textstringyesText or URL to encode.
NameTypeReqDescription
svgstringyesThe QR code as SVG markup.

No examples provided.

regex_test ~111

Test a JavaScript regular expression against sample text and return whether it matches, plus every match with its captured groups and index. Use to verify a pattern instead of reasoning about it in your head. Input and pattern are length-capped to keep it fast and safe.

NameTypeReqDescription
flagsstringRegex flags, e.g. "gi". Allowed: g i m s u y d.
inputstringyesText to test against.
patternstringyesThe regex pattern (without slashes).
NameTypeReqDescription
match_countnumberyes
matchedbooleanyesWhether the pattern matched at all.
matchesarrayyesEach match with its start index and captured groups.
truncatedbooleanyesTrue if results were capped at 100.

No examples provided.

slugify ~62

Turn a title or phrase into a clean, URL-safe slug (lowercase, hyphenated, accents stripped). Use when generating page paths, filenames or anchor IDs.

NameTypeReqDescription
inputstringyesText to slugify.
separatorstringWord separator.
NameTypeReqDescription
slugstringyesThe URL-safe slug.

No examples provided.

storage_capacity ~103

How many photos or minutes of video actually fit in a given storage size, corrected for real OS/filesystem overhead. Backed by Cleanor Labs measured per-item sizes. Use for realistic sample copy, dashboards, or "how many photos fit in 128 GB" answers.

NameTypeReqDescription
contentstringWhat to count.
storage_gbnumberyesAdvertised storage size in GB (e.g. 64, 128, 256, 512).
NameTypeReqDescription
breakdownarrayyesHow many of each item fit.
contentstringyes
storage_gbnumberyes
usable_gbnumberyesUsable GB after OS/filesystem overhead.

No examples provided.

unit_convert ~177

Convert a value between units of length, mass, data size, time, speed or temperature. Supported units: mm, cm, m, km, in, ft, yd, mi, nmi, mg, g, kg, t, oz, lb, st, bit, byte, kb, kib, mb, mib, gb, gib, tb, tib, ms, s, min, h, day, week, mps, kph, mph, fps, knot, c, f, k. Use for exact conversions instead of approximating.

NameTypeReqDescription
fromstringyesSource unit (e.g. "km", "lb", "mib", "c").
tostringyesTarget unit (must be the same category as "from").
valuenumberyesThe numeric value to convert.
NameTypeReqDescription
categorystringyes
fromstringyes
resultnumberyes
tostringyes
valuenumberyes

No examples provided.

url_parse ~59

Break a URL into its components: scheme, host, port, path, decoded query parameters and fragment. Use to inspect or debug a URL instead of parsing it by eye.

NameTypeReqDescription
urlstringyesThe URL to parse (absolute, with scheme).
NameTypeReqDescription
fragmentstringyes
hoststringyes
pathstringyes
portstringyesPort, or empty if the scheme default.
queryarrayyes
schemestringyes
usernamestring

No examples provided.

uuid ~80

Generate one or more UUIDs. v4 is fully random; v7 is time-sortable (recommended for database keys). LLMs cannot produce cryptographically random or correctly-formatted UUIDs, so always use this tool.

NameTypeReqDescription
countintegerHow many to generate.
versionstringUUID version. v7 = time-ordered.
NameTypeReqDescription
uuidsarrayyesThe generated UUIDs.
versionstringyesUUID version generated.

No examples provided.