Sponsored by Deepsite.site

Cleanor Tools

创建者
Cleanor-Labsa month ago
Zero-auth hosted MCP for AI builders — 22 tools: image optimize/convert (WebP/AVIF/JPEG), QR, cited Cleanor Labs storage & image-format data, plus 18 deterministic dev utilities (hash, HMAC, UUID, JWT, JSON, regex, cron, datetime, color, diff…) LLMs get wrong. No API key.
概览

Cleanor MCP

smithery badge npm DOI

Zero-auth, hosted Model Context Protocol server for AI builders.

Two things no popular MCP does well, in one server:

  1. Actually optimize the images your AI just generated or a user dropped in (WebP / AVIF / JPEG, optional resize) — returns the smaller bytes plus before/after sizes.
  2. Hand back real, cited Cleanor Labs research data — device storage capacity, next-gen image-format savings, and the "HEIC conversion tax".

No API key. No signup. Every response links its source on cleanor.app.

Tools

ToolWhat it does
optimize_imageFetch an image URL → re-encode smaller (WebP/AVIF/JPEG), optional resize. Returns the optimized image + before/after bytes.
storage_capacityHow many photos / minutes of video fit in a given GB tier, corrected for real OS/filesystem overhead. Backed by the photo-storage-capacity study.
image_format_savingsHow much smaller WebP / AVIF / JPEG XL are than JPEG at matched quality, plus the HEIC → JPG/PNG conversion tax. From Cleanor's controlled benchmark.
qr_codeText or URL → a crisp, dependency-free SVG QR code you can paste anywhere.
hashSHA-1/256/384/512 hex digest of text.
hmacKeyed HMAC signature (SHA family), hex or Base64.
uuidUUID v4 (random) or v7 (time-sortable).
base64Base64 encode/decode, UTF-8 + URL-safe.
json_formatValidate and pretty-print or minify JSON, optional key sort.
jwt_decodeDecode a JWT header + payload (no verification).
regex_testTest a regex and return every match and captured group.
cron_describeExplain a cron expression and list the next runs.
unit_convertLength, mass, data, time, speed, temperature.
datetimeCurrent time or a timestamp in any IANA timezone.
url_parseBreak a URL into scheme, host, path, query, fragment.
base_convertIntegers between bases 2–36 (BigInt-exact).
diffLine-by-line diff of two texts with a change count.
colorConvert a color between hex, RGB and HSL.
color_paletteHarmonious palette from one base color.
placeholder_imageSized SVG placeholder with a label and colors.
slugifyClean, URL-safe slug from a title.
countExact characters, words, lines and UTF-8 bytes.

The first four are image + cited-data tools; the remaining 18 are deterministic developer utilities for the operations LLMs get wrong. All 22 tools are read-only and safe to expose to autonomous agents.

Connect

Claude Code (CLI):

claude mcp add --transport http cleanor https://mcp.cleanor.app/mcp

Cursor (.cursor/mcp.json), Claude Desktop, VS Code, and most clients:

{
  "mcpServers": {
    "cleanor": {
      "url": "https://mcp.cleanor.app/mcp"
    }
  }
}

Stdio-only clients can run the server locally via npx — no bridge needed. Published on npm as @cleanor/mcp:

{
  "mcpServers": {
    "cleanor": {
      "command": "npx",
      "args": ["-y", "@cleanor/mcp"]
    }
  }
}

Local image optimization uses sharp (an optional dependency); the data and QR tools work regardless.

About

Built and hosted by Cleanor Labs — free, private, in-browser tools (files never leave your device) plus original research on device storage and image formats. The MCP server is a thin, hosted front door to that toolset and data for AI agents.

License

MIT © Cleanor Labs

Citation

If you use Cleanor MCP or its data, please cite it. Authored by Cleanor Labs, ORCID 0009-0005-4623-961X. The archived, citable version has DOI 10.5281/zenodo.21225551 (concept DOI, always resolves to the latest release).

服务器配置

{
  "mcpServers": {
    "cleanor": {
      "url": "https://mcp.cleanor.app/mcp"
    }
  }
}
推荐的 MCP Server
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
ChatWiseThe second fastest AI chatbot™
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
CursorThe AI Code Editor
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Playwright McpPlaywright MCP server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
WindsurfThe new purpose-built IDE to harness magic
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Tavily Mcp
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Amap Maps高德地图官方 MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
DeepChatYour AI Partner on Desktop
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.