Skip to content

encode

Stringly-typed encode/decode: base64, base32, hex, URL percent-encoding. Pure compute — auto-registered by the installer.

Usage

bash
native-mcp encode

No flags.

Tools

base64_encode / base64_decode

FieldTypeRequiredDescription
inputstringyes
urlsafeboolnoUse URL/filename-safe alphabet (- and _ instead of + and /).

base32_encode / base32_decode

RFC 4648 alphabet.

FieldTypeRequiredDescription
inputstringyes

hex_encode / hex_decode

Lowercase hex.

url_encode / url_decode

Percent-encoding for URL query values (+ for space, like application/x-www-form-urlencoded).

Register in Claude Code

bash
claude mcp add native-encode native-mcp encode

Released under the MIT License.