← cleanor.app

INDIVIDUAL MCP TOOL

base_convert

Convert an integer between number bases 2–36 (e.

cleanor.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.cleanor.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for base_convert and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cleanor.app

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

Related tools

  • optimize_image — Fetch an image from a public URL and re-encode it smaller (WebP/AVIF/JPEG), optionally resizing to a target width.
  • storage_capacity — How many photos or minutes of video actually fit in a given storage size, corrected for real OS/filesystem overhead.
  • image_format_savings — How much smaller WebP, AVIF or JPEG XL are than JPEG at matched perceptual quality, from Cleanor Labs’ controlled benchmark.
  • qr_code — 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.
  • hash — Compute a cryptographic hash of text (SHA-1, SHA-256, SHA-384 or SHA-512) and return the hex digest.
  • uuid — Generate one or more UUIDs.
  • base64 — Encode text to Base64 or decode Base64 back to text (UTF-8 safe).
  • json_format — Validate JSON and pretty-print or minify it, optionally sorting object keys.