Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.theluckystrike/image-resize-convert-compress-watermark

REMOTE · MCP.ZOVO.ONE · 2 COMPONENTS · SCANNED SEP 20

Resize, convert, compress, crop, thumbnail and watermark images from your AI chat.

+3 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security89
Transport & Reachability100
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2398 tokens (~141/item across 17 items; 15 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 98% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "image_upload" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.theluckystrike/image-resize-convert-compress-wate… MCP server?

io.github.theluckystrike/image-resize-convert-compress-wate… is a hosted endpoint at https://mcp.zovo.one/mcp/image, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.zovo.one

# add to Claude Code
claude mcp add --transport http theluckystrike-image-resize-convert-compress-wat 'https://mcp.zovo.one/mcp/image'
// .cursor/mcp.json
{
  "mcpServers": {
    "theluckystrike-image-resize-convert-compress-wat": {
      "url": "https://mcp.zovo.one/mcp/image"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "theluckystrike-image-resize-convert-compress-wat": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/image"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.theluckystrike-image-resize-convert-compress-wat]
url = "https://mcp.zovo.one/mcp/image"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theluckystrike-image-resize-convert-compress-wat": {
      "type": "remote",
      "url": "https://mcp.zovo.one/mcp/image",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add theluckystrike-image-resize-convert-compress-wat --url 'https://mcp.zovo.one/mcp/image' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  theluckystrike-image-resize-convert-compress-wat:
    url: "https://mcp.zovo.one/mcp/image"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "theluckystrike-image-resize-convert-compress-wat": {
      "Transport": "http",
      "Url": "https://mcp.zovo.one/mcp/image"
    }
  }
}
# add to Vellum
assistant mcp add theluckystrike-image-resize-convert-compress-wat -t streamable-http -u 'https://mcp.zovo.one/mcp/image'
// mcp.json
{
  "mcpServers": {
    "theluckystrike-image-resize-convert-compress-wat": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/image"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1
    • Server version: 0.21.0 → 0.22.0 functional
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1
    • Tool “license_activate” rewrote its description, which is the text the model reads security
    • Tool “image_delete_upload” rewrote its description, which is the text the model reads security
    • Tool “image_batch_resize” rewrote its description, which is the text the model reads security
    • New prompt “upgrade_to_pro” functional
    • New resource “pricing” functional
  • 10 Sept 26 0
    • Tool “license_activate” rewrote its description, which is the text the model reads security
    • Tool “license_status” rewrote its description, which is the text the model reads security
    • Tool “image_dominant_colors” rewrote its description, which is the text the model reads security
    • Stability: unverified → 0.03 functional
    • “license_activate” reworded the description of “key” cosmetic
  • 9 Sept 26 +41
    • Transport: unverified → pass security
    • Injection markers: unverified → pass security
    • First check of Judged manipulation: pass security
    • Authorization: Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token. security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Destructive annotations: 0 functional
    • First check of Tool coverage: 98 functional
  • 4 Sept 26 36

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.zovo.one/mcp/image

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=zovo.one CN=WE1,O=Google Trust Services,C=US 2 Sept 2026 1 Dec 2026 ECDSA 256 ECDSA-SHA256 ef74739bd6e575bb13db69661e215324
SANs: zovo.one, mcp.zovo.one, *.mcp.zovo.one
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.zovo.one. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
one. present 64939 8 Verified
zovo.one. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="mcp.zovo.one", error="invalid_token"

Bearer realm="mcp.zovo.one", error="invalid_token"
Header Value
strict-transport-security max-age=15552000; includeSubDomains; preload
x-content-type-options nosniff

Protected resource metadata

Retrieved No
Problem no_resource_metadata

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.zovo.one/mcp/image Verified 200
http (plaintext) http://mcp.zovo.one/mcp/image HTTPS enforced 301 https://mcp.zovo.one/mcp/image
MCP tools · 15 exposed · ~2,320 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
image_batch_resize ~166

Call this tool to resize every image in paths at once, keeping aspect ratio, each named <name>-<W>x<H>.<ext>. One of width/height lets the other follow; with both, each fits inside the box. Free: 5 files a call, 4 MP.

NameTypeReqDescription
heightintegerTarget height in pixels
out_dirstringyesNot a directory here: every output comes back as its own download link valid for one hour. Any value is accepted and ignored
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathsarrayyesNames of images uploaded with image_upload
widthintegerTarget width in pixels

No output schema declared.

No examples provided.

image_compress ~240

Call this tool to re-encode an image smaller and report byte counts before/after. quality (default 80) applies to JPEG; for PNG only max_width shrinks it, and the answer names which one worked. Free: sources up to 4 MP.

NameTypeReqDescription
max_bytesintegerLargest the output may be, in bytes. The server searches JPEG quality down from `quality` until it fits and reports the quality it used. JPEG output only
max_widthintegerScale down so the width is at most this, keeping the aspect ratio. Never scales up
out_pathstringyesName 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
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathstringyesName of an image uploaded with image_upload, or one this server wrote earlier
qualityintegerJPEG quality 1-100, default 80

No output schema declared.

No examples provided.

image_convert ~186

Call this tool to re-encode an image as PNG, JPEG, BMP, GIF or TIFF. quality is JPEG-only. Transparency converted to JPEG flattens onto white; the answer says so. Free tier: sources up to 4 MP.

NameTypeReqDescription
formatstringyesThe output format
out_pathstringyesName 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
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathstringyesName of an image uploaded with image_upload, or one this server wrote earlier
qualityintegerJPEG quality 1-100, default 80. Ignored for the other formats

No output schema declared.

No examples provided.

image_crop ~226

Call this tool to cut a rectangle out of an image. x, y are the top-left corner in pixels from the image's top-left. A rectangle past an edge is refused with the image's real size, not clamped. Free: sources up to 4 MP.

NameTypeReqDescription
heightintegeryesHeight of the crop in pixels
out_pathstringyesName 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
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathstringyesName of an image uploaded with image_upload, or one this server wrote earlier
widthintegeryesWidth of the crop in pixels
xintegeryesLeft edge of the crop, in pixels from the left of the image
yintegeryesTop edge of the crop, in pixels from the top of the image

No output schema declared.

No examples provided.

image_delete_upload ~55

Delete one image stored for your token, uploaded or generated: name is the name it is stored under. image_files lists them. A name nothing is stored under is refused and nothing is deleted.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

image_dominant_colors ~101

Call this tool to read the colours covering most of an image, as hex codes with each one's pixel share. Sampled from a 200 px copy, so cost is fixed. Read-only. Free gives the top 3; Pro up to 16.

NameTypeReqDescription
countintegerHow many colours to report, default 5
pathstringyesName of an image uploaded with image_upload, or one this server wrote earlier

No output schema declared.

No examples provided.

image_files ~31

List the images stored for your token: what you uploaded, and what this server has written, with their sizes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

image_info ~75

Call this tool to inspect an image: format, pixel dimensions, megapixels, file size in bytes, and whether it carries an alpha channel. Read-only, never modifies the file. Free tier: unlimited, any size.

NameTypeReqDescription
pathstringyesName of an image uploaded with image_upload, or one this server wrote earlier

No output schema declared.

No examples provided.

image_resize ~190

Call this tool to write a resized copy. fit inside keeps aspect; cover fills and crops; exact stretches. One of width/height alone keeps aspect. Input untouched. Free: sources up to 4 MP.

NameTypeReqDescription
fitstringinside = fit within the box, cover = fill and crop, exact = stretch
heightintegerTarget height in pixels
out_pathstringyesName 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
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathstringyesName of an image uploaded with image_upload, or one this server wrote earlier
widthintegerTarget width in pixels

No output schema declared.

No examples provided.

image_strip_metadata ~158

Call this tool to write a copy carrying pixels and nothing else: it decodes and re-encodes from raw pixels, so EXIF, GPS, camera, capture time, XMP and colour-profile data are dropped. Free tier: sources up to 4 MP.

NameTypeReqDescription
out_pathstringyesName 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
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathstringyesName of an image uploaded with image_upload, or one this server wrote earlier

No output schema declared.

No examples provided.

image_thumbnails ~158

Call this tool to write one thumbnail per input into out_dir as <name>-thumb.<ext>, fit inside size by size, aspect kept. Paths are reserved before writing, so a collision leaves nothing half-done. Free: 5/call, 4 MP.

NameTypeReqDescription
out_dirstringyesNot a directory here: every output comes back as its own download link valid for one hour. Any value is accepted and ignored
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathsarrayyesNames of images uploaded with image_upload
sizeintegerLongest side of the thumbnail in pixels, default 256

No output schema declared.

No examples provided.

image_upload ~372

Send an image to this hosted endpoint. There is no filesystem here, so instead of a path you upload the file once with image_upload and then pass its name as `path` (or inside `paths`) to image_info, image_resize, image_convert, image_compress, image_crop, image_thumbnails, image_batch_resize and image_dominant_colors. PNG, JPEG, BMP, GIF and TIFF are accepted and the format is read from the file's magic bytes, not from the name. Give exactly one of image_base64 or url. url: fetch a public file instead of pasting base64 (recommended above about 10 KB): writing out a real photo as base64 is a long tool call and 50 KB or more can stall the turn before the upload is sent, while a url costs one line and the fetch happens here (10 second timeout, at most 3 redirects, public http(s) hosts only, 2 MB cap). Uploads are kept for your token between calls; image_files lists them and image_delete_upload removes one. A file this server writes is named the same way and comes back as a download link valid for one hour, served with the real image content type. The request body cap is 256 KB, which is about 190 KB of image once base64-encoded.

NameTypeReqDescription
image_base64stringThe image file, base64-encoded
namestringyesName to refer to this image by: 1-64 characters of letters, digits, underscore or dash, e.g. "shot"
urlstringurl: fetch a public file instead of pasting base64 (recommended above about 10 KB). Public http(s) only; private, link-local and this endpoint's own zone are refused

No output schema declared.

No examples provided.

image_watermark ~231

Not 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.

NameTypeReqDescription
opacitynumber0.05 to 1, default 0.5
out_pathstringyesName 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
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathstringyesName of an image uploaded with image_upload, or one this server wrote earlier
positionstringWhere to draw it
textstringThe watermark text. Default: the business name from the shared profile. Custom text is Pro

No output schema declared.

No examples provided.

license_activate ~76

Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.

NameTypeReqDescription
keystringyesLicense key from checkout, MCPL1.<payload>.<signature>

No output schema declared.

No examples provided.

license_status ~55

Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the io.github.theluckystrike/image-resize-convert-compress-wate… MCP server?

io.github.theluckystrike/image-resize-convert-compress-wate… is an MCP server listed in the public MCP registry as io.github.theluckystrike/image-resize-convert-compress-wate…. Resize, convert, compress, crop, thumbnail and watermark images from your AI chat. This page covers its hosted endpoint (https://mcp.zovo.one/mcp/image).

Is the io.github.theluckystrike/image-resize-convert-compress-wate… MCP server safe to use?

io.github.theluckystrike/image-resize-convert-compress-wate… scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.theluckystrike/image-resize-convert-compress-wate… MCP server expose?

io.github.theluckystrike/image-resize-convert-compress-wate… exposes 15 tools: image_info, image_resize, image_convert, image_compress, image_crop, and 10 more. Their descriptions and schemas cost roughly 2,320 tokens of context every time the server is loaded.

Does the io.github.theluckystrike/image-resize-convert-compress-wate… MCP server require authentication?

Yes. io.github.theluckystrike/image-resize-convert-compress-wate… asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the io.github.theluckystrike/image-resize-convert-compress-wate… MCP server still maintained?

io.github.theluckystrike/image-resize-convert-compress-wate… is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.