Skip to main content
Glama

Base64 MCP Server

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/liuyazui/base64_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server