# Base64 Codec API MCP server

Encode/decode base64 and URL-safe base64. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-base64-codec
- Repository: https://github.com/Br0ski777/base64-codec-x402
- Website: https://github.com/Br0ski777/base64-codec-x402

## Install
- Endpoint: https://base64-codec.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://base64-codec.api.klymax402.com/mcp

## Tools
- utility_encode_base64 - 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 encode or decode was performed
3. inputLength -- character count of the input
4. outputLength -- character count of the output
5. urlSafe -- boolean indicating if URL-safe variant was used

Example output: {"result":"SGVsbG8gV29ybGQ=","action":"encode","inputLength":11,"outputLength":16,"urlSafe":false}

Use this FOR embedding binary data in JSON, preparing email attachments (MIME), or decoding base64 tokens from APIs. Use this BEFORE sending data through channels that only support ASCII.

Do NOT use for hashing -- use crypto_generate_hash instead. Do NOT use for JWT decoding -- use security_decode_jwt instead. Do NOT use for URL slug creation -- use text_generate_slug instead. Endpoint: https://base64-codec.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
