com.bestremotetools/image-resize-convert-compress-watermark
MCPB · IMAGE.MCPB · SCANNED SEP 20
Resize, convert, compress, crop and watermark images from chat, with a real before-and-after byte co
Available components
Deprecated
This server is marked deprecated in the MCP registry.
The registry records this reason: Superseded: its description was truncated mid-word by the registry's 100-character cap.
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 13 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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 bundleEvery 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 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 +3
- Stability: unverified → 0.23 ▲ functional
- 9 Sept 26 49
First indexed and scored.
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 →
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 →
image_batch_resize Resize several images at once ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| height | integer | – | Target height in pixels |
| out_dir | string | yes | Directory to write into. It is created if missing |
| overwrite | boolean | – | Replace out_path if it already exists. Default false. Never allows an output to be one of the inputs |
| paths | array | yes | The image files to resize |
| width | integer | – | Target width in pixels |
No output schema declared.
No examples provided.
image_compress Compress an image ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| max_bytes | integer | – | Largest 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_width | integer | – | Scale down so the width is at most this, keeping the aspect ratio. Never scales up |
| out_path | string | yes | Path of the file to write. The extension decides the output format; without a known one the input's format is kept |
| overwrite | boolean | – | Replace out_path if it already exists. Default false. Never allows an output to be one of the inputs |
| path | string | yes | Path to the image file. ~ is expanded; a relative path is resolved against the working directory |
| quality | integer | – | JPEG quality 1-100, default 80 |
No output schema declared.
No examples provided.
image_convert Convert an image to another format ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | yes | The output format |
| out_path | string | yes | Path of the file to write. The extension decides the output format; without a known one the input's format is kept |
| overwrite | boolean | – | Replace out_path if it already exists. Default false. Never allows an output to be one of the inputs |
| path | string | yes | Path to the image file. ~ is expanded; a relative path is resolved against the working directory |
| quality | integer | – | JPEG quality 1-100, default 80. Ignored for the other formats |
No output schema declared.
No examples provided.
image_crop Crop an image ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| height | integer | yes | Height of the crop in pixels |
| out_path | string | yes | Path of the file to write. The extension decides the output format; without a known one the input's format is kept |
| overwrite | boolean | – | Replace out_path if it already exists. Default false. Never allows an output to be one of the inputs |
| path | string | yes | Path to the image file. ~ is expanded; a relative path is resolved against the working directory |
| width | integer | yes | Width of the crop in pixels |
| x | integer | yes | Left edge of the crop, in pixels from the left of the image |
| y | integer | yes | Top edge of the crop, in pixels from the top of the image |
No output schema declared.
No examples provided.
image_dominant_colors Read the dominant colours of an image ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | – | How many colours to report, default 5 |
| path | string | yes | Path to the image file. ~ is expanded; a relative path is resolved against the working directory |
No output schema declared.
No examples provided.
image_info Inspect an image ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Path to the image file. ~ is expanded; a relative path is resolved against the working directory |
No output schema declared.
No examples provided.
image_resize Resize an image ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| fit | string | – | inside = fit within the box, cover = fill and crop, exact = stretch |
| height | integer | – | Target height in pixels |
| out_path | string | yes | Path of the file to write. The extension decides the output format; without a known one the input's format is kept |
| overwrite | boolean | – | Replace out_path if it already exists. Default false. Never allows an output to be one of the inputs |
| path | string | yes | Path to the image file. ~ is expanded; a relative path is resolved against the working directory |
| width | integer | – | Target width in pixels |
No output schema declared.
No examples provided.
image_strip_metadata Strip metadata from an image ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| out_path | string | yes | Path of the file to write. The extension decides the output format; without a known one the input's format is kept |
| overwrite | boolean | – | Replace out_path if it already exists. Default false. Never allows an output to be one of the inputs |
| path | string | yes | Path to the image file. ~ is expanded; a relative path is resolved against the working directory |
No output schema declared.
No examples provided.
image_thumbnails Make 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.
| Name | Type | Req | Description |
|---|---|---|---|
| out_dir | string | yes | Directory to write the thumbnails into. It is created if missing |
| overwrite | boolean | – | Replace out_path if it already exists. Default false. Never allows an output to be one of the inputs |
| paths | array | yes | The image files to make thumbnails of |
| size | integer | – | Longest side of the thumbnail in pixels, default 256 |
No output schema declared.
No examples provided.
image_watermark Watermark an image with text ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| opacity | number | – | 0.05 to 1, default 0.5 |
| out_path | string | yes | Path of the file to write. The extension decides the output format; without a known one the input's format is kept |
| overwrite | boolean | – | Replace out_path if it already exists. Default false. Never allows an output to be one of the inputs |
| path | string | yes | Path to the image file. ~ is expanded; a relative path is resolved against the working directory |
| position | string | – | Where to draw it |
| text | string | – | The watermark text. Default: the business name from the shared profile. Custom text is Pro |
No output schema declared.
No examples provided.
license_activate Activate license ~42
Activate a Pro license key (format MCPL1.xxx.yyy). Verified offline and saved locally.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | License key from the checkout confirmation page |
No output schema declared.
No examples provided.
license_status 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.
What is the com.bestremotetools/image-resize-convert-compress-watermark MCP server?
com.bestremotetools/image-resize-convert-compress-watermark is an MCP server listed in the public MCP registry as com.bestremotetools/image-resize-convert-compress-watermark. Resize, convert, compress, crop and watermark images from chat, with a real before-and-after byte co. 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-watermark MCP server safe to use?
com.bestremotetools/image-resize-convert-compress-watermark 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-watermark MCP server expose?
com.bestremotetools/image-resize-convert-compress-watermark 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.
Is the com.bestremotetools/image-resize-convert-compress-watermark MCP server still maintained?
com.bestremotetools/image-resize-convert-compress-watermark is marked deprecated in the MCP registry. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the com.bestremotetools/image-resize-convert-compress-watermark MCP server under?
com.bestremotetools/image-resize-convert-compress-watermark declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.