Skip to main content
Glama

Recraft AI MCP Server

Official

vectorize_image

Convert an image into a scalable vector graphic (SVG) using Recraft AI. Input an image via URL or local path, and receive vectorized output with preview. Ideal for enhancing image quality and scalability.

Instructions

Vectorize an input image using Recraft. This operation takes an input image and returns a vector SVG image, close to it. Local path or URL to resulting image and its preview will be returned in the response.

Input Schema

NameRequiredDescriptionDefault
imageURIYesImage to use as an input. This can be a URL (starting with http:// or https://) or an absolute file path (starting with file://).

Input Schema (JSON Schema)

{ "properties": { "imageURI": { "description": "Image to use as an input. This can be a URL (starting with http:// or https://) or an absolute file path (starting with file://).", "type": "string" } }, "required": [ "imageURI" ], "type": "object" }

Other Tools from Recraft AI 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/recraft-ai/mcp-recraft-server'

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