Billing
The two MCP servers bill differently against the same operation:- Local MCP server — charges the same prices as the Recraft API and deducts from your API units balance. The USD prices in the table below correspond to this rate.
- Remote MCP server — charges the same prices as the Recraft web platform and deducts from your subscription credits balance. See Credits for credit costs per operation.
Tools
| Tool name | Description | Parameters |
|---|---|---|
generate_image | Generates raster/vector images from a prompt | - prompt - style - size - model - number of images |
create_style | Creates a style from a list of images | - list of images - basic style |
vectorize_image | Vectorizes a raster image into a vector format | - image |
image_to_image | Generates raster/vector images from an image + prompt | - image - prompt - similarity strength - style - size - model - number of images |
remove_background | Removes the background of an image | - image |
replace_background | Generates a new background in an image from a prompt | - image - prompt for background - style - size - model - number of images |
crisp_upscale | Upscales image resolution without altering content | - image |
creative_upscale | Upscales image resolution while regenerating details | - image |
get_user | Retrieves information about the user and balance | – |
Models and style compatibility
Tools that accept amodel parameter (generate_image, image_to_image, replace_background) work with any model from the Recraft V2, V3, V4, and V4.1 generations. A few compatibility rules apply:
- Styles are not supported on V4 and V4.1 models (including their Pro, Utility, and Vector variants). The
styleandstyle_idparameters only apply to V2 and V3 models. See Styles for the full compatibility matrix. - Vector models (names ending in
_vector) produce SVG output; raster models produce PNG/WEBP/JPG output. Pair your chosen model with a compatible style category — raster styles with raster models, vector styles with vector models. custom_style_idcreated viacreate_styleis bound to the model and base style supplied at creation time; reuse it with the same model.