base64_server
If you are the rightful owner of base64_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple and efficient MCP server focused on providing Base64 encoding and decoding functionalities for text and images.
The Base64 Encoding and Decoding MCP Server is designed to offer seamless Base64 conversion services for both text and images. It supports Data URL formats and provides a straightforward API for easy integration. The server is managed using 'uv', a tool for dependency management, ensuring a smooth setup and operation. This server is ideal for developers looking to integrate Base64 functionalities into their applications without the hassle of implementing the encoding and decoding logic from scratch.
Features
- Text Base64 encoding and decoding
- Image Base64 encoding and decoding
- Support for Data URL format
- Simple and user-friendly API
- Dependency management using 'uv'
Tools
base64_encode_text
Converts text to Base64 encoding
base64_decode_text
Decodes Base64 encoded text
base64_encode_image
Converts an image to Base64 encoding
base64_decode_image
Decodes Base64 encoded image to a file