Base64 MCP Server

  • Linux
  • Apple

base64_encode_image

Convert images to Base64 encoded strings for easy integration into web and application workflows. Specify the image file path to generate its Base64 representation.

Instructions

将图片转换为Base64编码

Args: image_path: 图片文件路径 Returns: Base64编码结果

Input Schema

NameRequiredDescriptionDefault
image_pathYes

Input Schema (JSON Schema)

{ "properties": { "image_path": { "title": "Image Path", "type": "string" } }, "required": [ "image_path" ], "title": "base64_encode_imageArguments", "type": "object" }

You must be authenticated.

Other Tools from Base64 MCP Server

Related Tools

ID: qaicsxsrcb