adler32

Pack: crc · Endpoint: https://gateway.pipeworx.io/crc/mcp

Compute the Adler-32 checksum of UTF-8 text (as used by zlib). Returns the unsigned value and hex. Keyless, offline.

Parameters

NameTypeRequiredDescription
textstringyesThe text to checksum.

Example call

curl -X POST https://gateway.pipeworx.io/crc/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"adler32","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "crc": {
      "url": "https://gateway.pipeworx.io/crc/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 1, 2026