Watermark an image with text
image_watermarkNot available on this hosted endpoint: the watermark is drawn with bitmap font files loaded from a filesystem, which this endpoint does not have. Watermark on a local install instead - download image.mcpb from https://github.com/theluckystrike/mcp-servers/releases/latest and open it in Claude Desktop - or upload an image you have already watermarked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Name of an image uploaded with image_upload, or one this server wrote earlier | |
| text | No | The watermark text. Default: the business name from the shared profile. Custom text is Pro | |
| opacity | No | 0.05 to 1, default 0.5 | |
| out_path | Yes | Name for the file to write; it comes back as a download link valid for one hour. The extension decides the output format; without a known one the input's format is kept | |
| position | No | Where to draw it | bottom-right |
| overwrite | No | Replace out_path if it already exists. Default false. Never allows an output to be one of the inputs |