encode
Stringly-typed encode/decode: base64, base32, hex, URL percent-encoding. Pure compute — auto-registered by the installer.
Usage
bash
native-mcp encodeNo flags.
Tools
base64_encode / base64_decode
| Field | Type | Required | Description |
|---|---|---|---|
input | string | yes | |
urlsafe | bool | no | Use URL/filename-safe alphabet (- and _ instead of + and /). |
base32_encode / base32_decode
RFC 4648 alphabet.
| Field | Type | Required | Description |
|---|---|---|---|
input | string | yes |
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