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.

com.bestremotetools/image-resize-convert-compress-crop

MCPB · IMAGE.MCPB · SCANNED SEP 20

Resize, convert, compress, crop and watermark images from chat, with a real byte count each time.

Available components

+5 this week 54 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security23
  • Malware scan not yet available for this package.Unverified
  • Known CVEs were checked across the 157 of 157 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • 51 of 157 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability84
  • 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 1725 tokens (~132/item across 13 items; 12 tools + 1 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 Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 13 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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

mcpb · image.mcpb

Download bundle
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.

  • 19 Sept 26 +1

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

  • 17 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 9 Sept 26 49

    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 · Analysed mcpb/https://github.com/theluckystrike/mcp-servers/releases/download/v0.21.0/image.mcpb@0.21.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem mcpb

Background: How many MCP packages publish verified provenance →

Dependencies 157 packages
Packages resolved 157
Stale 51
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~1,697 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 ~149

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

NameTypeReqDescription
heightintegerTarget height in pixels
out_dirstringyesDirectory to write into. It is created if missing
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathsarrayyesThe image files to resize
widthintegerTarget width in pixels

No output schema declared.

No examples provided.

image_compress ~232

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_pathstringyesPath of the file to write. 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
pathstringyesPath to the image file. ~ is expanded; a relative path is resolved against the working directory
qualityintegerJPEG quality 1-100, default 80

No output schema declared.

No examples provided.

image_convert ~178

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_pathstringyesPath of the file to write. 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
pathstringyesPath to the image file. ~ is expanded; a relative path is resolved against the working directory
qualityintegerJPEG quality 1-100, default 80. Ignored for the other formats

No output schema declared.

No examples provided.

image_crop ~218

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_pathstringyesPath of the file to write. 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
pathstringyesPath to the image file. ~ is expanded; a relative path is resolved against the working directory
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_dominant_colors ~101

Call this tool to read the colours covering most of an image, as hex codes with each one's pixel share, for picking a background or brand palette. Read-only. Free tier: top 3 colours; Pro: up to 16.

NameTypeReqDescription
countintegerHow many colours to report, default 5
pathstringyesPath to the image file. ~ is expanded; a relative path is resolved against the working directory

No output schema declared.

No examples provided.

image_info ~79

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
pathstringyesPath to the image file. ~ is expanded; a relative path is resolved against the working directory

No output schema declared.

No examples provided.

image_resize ~182

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_pathstringyesPath of the file to write. 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
pathstringyesPath to the image file. ~ is expanded; a relative path is resolved against the working directory
widthintegerTarget width in pixels

No output schema declared.

No examples provided.

image_strip_metadata ~150

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_pathstringyesPath of the file to write. 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
pathstringyesPath to the image file. ~ is expanded; a relative path is resolved against the working directory

No output schema declared.

No examples provided.

image_thumbnails ~145

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_dirstringyesDirectory to write the thumbnails into. It is created if missing
overwritebooleanReplace out_path if it already exists. Default false. Never allows an output to be one of the inputs
pathsarrayyesThe image files to make thumbnails of
sizeintegerLongest side of the thumbnail in pixels, default 256

No output schema declared.

No examples provided.

image_watermark ~198

Call this tool to draw text over an image at a chosen corner and opacity. With no text, the shared business profile name is used, drawn white on a translucent plate. Free tier: the profile name; Pro: any text.

NameTypeReqDescription
opacitynumber0.05 to 1, default 0.5
out_pathstringyesPath of the file to write. 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
pathstringyesPath to the image file. ~ is expanded; a relative path is resolved against the working directory
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 ~42

Activate a Pro license key (format MCPL1.xxx.yyy). Verified offline and saved locally.

NameTypeReqDescription
keystringyesLicense key from the checkout confirmation page

No output schema declared.

No examples provided.

license_status ~23

Show whether this server runs in free or Pro mode and where to upgrade.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the com.bestremotetools/image-resize-convert-compress-crop MCP server?

com.bestremotetools/image-resize-convert-compress-crop is an MCP server listed in the public MCP registry as com.bestremotetools/image-resize-convert-compress-crop. Resize, convert, compress, crop and watermark images from chat, with a real byte count each time. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.21.0/image.mcpb).

Is the com.bestremotetools/image-resize-convert-compress-crop MCP server safe to use?

com.bestremotetools/image-resize-convert-compress-crop scores 54 out of 100 on VerifyMCP. It declares no install or post-install scripts. 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 com.bestremotetools/image-resize-convert-compress-crop MCP server expose?

com.bestremotetools/image-resize-convert-compress-crop exposes 12 tools: image_info, image_resize, image_convert, image_compress, image_crop, and 7 more. Their descriptions and schemas cost roughly 1,697 tokens of context every time the server is loaded.

What licence is the com.bestremotetools/image-resize-convert-compress-crop MCP server under?

com.bestremotetools/image-resize-convert-compress-crop declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.