INDIVIDUAL MCP TOOL
hmac
Compute an HMAC (keyed hash) of a message with a secret, using SHA-1/256/384/512, returned as hex or Base64.
LIVE ENDPOINT
https://mcp.cleanor.app/mcp
Connect to this endpoint to inspect the live schema for hmac and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests sending messages.
Parent server
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.