Skip to main content
Glama

Image Processing MCP Server

by duke0317

load_image

Load image files or base64-encoded image data for processing. Supports local file paths or base64 strings as input, enabling integration into image workflows on the Image Processing MCP Server.

Instructions

加载图片文件或base64编码的图片

Input Schema

NameRequiredDescriptionDefault
sourceYes图片文件路径或base64编码的图片数据。支持本地文件路径(如 'image.jpg')或base64编码字符串

Input Schema (JSON Schema)

{ "properties": { "source": { "description": "图片文件路径或base64编码的图片数据。支持本地文件路径(如 'image.jpg')或base64编码字符串", "title": "Source", "type": "string" } }, "required": [ "source" ], "title": "load_imageArguments", "type": "object" }

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/duke0317/ps-mcp'

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