Base64 Codec API
io.github.Br0ski777/base64-codecEncode/decode base64 and URL-safe base64. x402 micropayment.
Tools · 1
Use this when you need to encode text to base64 or decode base64 back to plaintext. Returns the result string with encoding metadata. 1. result -- the encoded or decoded string 2. action -- whether e…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"base64_codec_api": {
"url": "https://base64-codec.api.klymax402.com/mcp",
"transport": "sse"
}
}
}