Skip to main content
Glama

Image Processor MCP Server

process_and_upload_image_from_url

Process an image from a URL by optimizing, resizing, and converting it to WebP format, then upload it to Vercel Blob storage for efficient use.

Instructions

Process an image from a URL (optimize, resize, convert to WebP) and upload to Vercel Blob

Input Schema

NameRequiredDescriptionDefault
heightNoHeight to resize the image to (default: 300)
imageUrlYesURL of the image to process
newNameYesNew name for the processed image (without extension)
widthNoWidth to resize the image to (default: 550)

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Height to resize the image to (default: 300)", "type": "number" }, "imageUrl": { "description": "URL of the image to process", "type": "string" }, "newName": { "description": "New name for the processed image (without extension)", "type": "string" }, "width": { "description": "Width to resize the image to (default: 550)", "type": "number" } }, "required": [ "imageUrl", "newName" ], "type": "object" }
Install Server

Other Tools from Image Processor 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/jbergant/mcp_image_processor_to_vercel_blob'

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