base64_encode
ActiveTool of Base64
declared in 0.1.0
Encode UTF-8 text to Base64 / Base64URL / Base32 / Hex (keyless, offline). Set `variant` (default base64).
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to encode."
},
"variant": {
"type": "string",
"description": "Encoding: base64 (default), base64url, base32, or hex."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Base64
https://github.com/pipeworx-io/mcp-base64
2/7 registries