Skip to main content
Glama

Base64 MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
base64_usage_guide提供Base64服务的基本使用指南
encode_text_prompt文本编码提示模板
encode_image_prompt图片编码提示模板
error_handling_prompt错误处理提示模板

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
base64_encode_text

将文本转换为Base64编码

Args: text: 要编码的文本 Returns: Base64编码结果
base64_decode_text

将Base64编码解码为文本

Args: encoded: Base64编码的字符串 Returns: 解码后的文本
base64_encode_image

将图片转换为Base64编码

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

将Base64编码解码为图片

Args: encoded: Base64编码的字符串 output_path: 输出图片的路径 mime_type: 图片的MIME类型 (默认为image/png) Returns: 解码结果

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