base64_decode
ActiveTool of Base64
declared in 0.1.0
Decode Base64 / Base64URL / Base32 / Hex back to UTF-8 text (keyless, offline). Set `variant` (default base64).
Parameters schema
{
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"type": "string",
"description": "Encoded data to decode."
},
"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