Base64 & Binary Encoder

Base64 & Binary Encoder MCP Connector for Claude

A+

Stop corrupting file payloads. Safely encode and decode strings to Base64, Hex, or Base64URL local.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

When an AI Agent attempts to generate a JSON payload containing an attachment (like sending an email via SendGrid API), it often tries to encode the Base64 string itself. This results in missing characters and corrupted files. This MCP offloads binary manipulation to the Edge V8 engine.

The Superpowers

  • Zero Data Loss: Safely handles UTF-8 buffers and converts them strictly to standard Base64, Hex, or URL-safe Base64.
  • Bidirectional Conversion: Can also decode Base64 strings back to readable JSON or raw strings.
base64hexbinaryencodingdecoder

1 tools expose this connector's capabilities to your AI agent.

encode_binary

Choose the direction (encode/decode) and format (base64, hex, base64url). Essential for preparing data for API calls that require encoded payloads. Encodes or decodes strings to Base64, Base64URL, or Hex formats safely without data loss

See how to talk to your AI agent using Base64 & Binary Encoder.

Encode this long string into Base64 so I can append it to the API call.

Binary Output: Returned valid Base64 string.

Decode this Hex payload back into readable UTF-8 text.

Binary Output: Extracted raw string successfully.

Convert this text into Base64URL format to be used as a JWT payload.

Encoded Output: Generated URL-safe Base64 string.

Yes, just pass `base64url` as the format argument. It removes `+` and `/` characters.

Related Connectors