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

Tinify image tools

NPM · @TINIFY-DEV/MCP · SCANNED AUG 3

Compress, resize, crop, and convert images with the Tinify.dev API from any MCP client.

Available components

+55 this week 61 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability56
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 902 tokens (~180/item across 5 items; 5 tools + 0 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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 92% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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.

npm · @tinify-dev/mcp

# add to Claude Code
claude mcp add dev-tinify-mcp -- npx -y @tinify-dev/mcp
# add to Codex CLI
codex mcp add dev-tinify-mcp -- npx -y @tinify-dev/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-tinify-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@tinify-dev/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-tinify-mcp --command npx --arg -y --arg @tinify-dev/mcp
# ~/.hermes/config.yaml
mcp_servers:
  dev-tinify-mcp:
    command: "npx"
    args: ["-y", "@tinify-dev/mcp"]
// mcp.json
{
  "mcpServers": {
    "dev-tinify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tinify-dev/mcp"
      ]
    }
  }
}
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.

  • 2 Aug 26 +56
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −14
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +20
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 92 functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
  • 27 Jul 26 6

    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 3 Aug 2026 · Analysed npm/@tinify-dev/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 96 packages

96 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~841 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.

Tool Tokens
compress_image ~216

Compress a PNG, JPEG, WebP, or AVIF image with Tinify.dev and write the smaller file next to the original (or to output_path). The API never returns more bytes than it received; when it cannot shrink the file the tool says so honestly (optimized: false) instead of pretending.

NameTypeReqDescription
output_pathstringAbsolute path to write the result. Default: <name>.min.<ext> next to the input. The source image is never overwritten unless output_path points at it AND overwrite is true.
overwritebooleanAllow replacing an existing file at the output path. Default false.
pathstringyesAbsolute path to the image (png, jpg, jpeg, webp, avif; max 40 MB).
quality_modestringbalanced (default), best_quality, or lossless. lossless is rejected for JPEG inputs.
target_size_kbintegerAim for a result at or below this many kilobytes (beta; server rollout).
NameTypeReqDescription
change_percentnumberyesByte change in percent; negative means smaller.
heightnumber|nullyes
optimizedboolean|nullyesfalse when the API could not shrink the file and returned the original bytes; null when the concept does not apply (resize/crop).
original_bytesnumberyesInput size in bytes.
output_pathstring|nullyesWhere the result was written, or null when nothing was written.
request_idstringyesQuote this when contacting support.
result_bytesnumberyesResult size in bytes.
saved_bytesnumberyesoriginal_bytes - result_bytes.
widthnumber|nullyes
wrotebooleanyesWhether a file was written.

No examples provided.

convert_image ~184

Convert an image to AVIF, WebP, JPEG, or PNG with Tinify.dev (beta endpoint; may not be enabled on every account yet). Writes <name>.min.<new-ext> next to the original unless output_path is given. Converting to the same format is rejected by the API (same_format_conversion).

NameTypeReqDescription
formatstringyesTarget format.
output_pathstringAbsolute path to write the result. Default: <name>.min.<ext> next to the input. The source image is never overwritten unless output_path points at it AND overwrite is true.
overwritebooleanAllow replacing an existing file at the output path. Default false.
pathstringyesAbsolute path to the image (png, jpg, jpeg, webp, avif; max 40 MB).
quality_modestring
NameTypeReqDescription
change_percentnumberyesByte change in percent; negative means smaller.
heightnumber|nullyes
optimizedboolean|nullyesfalse when the API could not shrink the file and returned the original bytes; null when the concept does not apply (resize/crop).
original_bytesnumberyesInput size in bytes.
output_pathstring|nullyesWhere the result was written, or null when nothing was written.
request_idstringyesQuote this when contacting support.
result_bytesnumberyesResult size in bytes.
saved_bytesnumberyesoriginal_bytes - result_bytes.
widthnumber|nullyes
wrotebooleanyesWhether a file was written.

No examples provided.

crop_image ~196

Crop a PNG, JPEG, WebP, or AVIF image with Tinify.dev to the given rectangle and write the result next to the original (or to output_path). The source image is never overwritten silently.

NameTypeReqDescription
heightintegeryesCrop height in pixels.
output_pathstringAbsolute path to write the result. Default: <name>.min.<ext> next to the input. The source image is never overwritten unless output_path points at it AND overwrite is true.
overwritebooleanAllow replacing an existing file at the output path. Default false.
pathstringyesAbsolute path to the image (png, jpg, jpeg, webp, avif; max 40 MB).
widthintegeryesCrop width in pixels.
xintegeryesLeft edge of the crop rectangle in pixels.
yintegeryesTop edge of the crop rectangle in pixels.
NameTypeReqDescription
change_percentnumberyesByte change in percent; negative means smaller.
heightnumber|nullyes
optimizedboolean|nullyesfalse when the API could not shrink the file and returned the original bytes; null when the concept does not apply (resize/crop).
original_bytesnumberyesInput size in bytes.
output_pathstring|nullyesWhere the result was written, or null when nothing was written.
request_idstringyesQuote this when contacting support.
result_bytesnumberyesResult size in bytes.
saved_bytesnumberyesoriginal_bytes - result_bytes.
widthnumber|nullyes
wrotebooleanyesWhether a file was written.

No examples provided.

get_usage ~32

Show the Tinify.dev account's current billing-period usage: plan, period, operations included, used, and remaining.

Input schema present but exposes no named parameters.

NameTypeReqDescription
includednumberyes
period_endstringyes
period_startstringyes
planstringyes
remainingnumberyes
request_idstringyes
reservednumberyes
usednumberyes

No examples provided.

resize_image ~213

Resize a PNG, JPEG, WebP, or AVIF image with Tinify.dev by width, height, or scale, and write the result next to the original (or to output_path). At least one of width, height, or scale is required. The source image is never overwritten silently.

NameTypeReqDescription
heightintegerTarget height in pixels.
keep_aspect_ratioboolean
output_pathstringAbsolute path to write the result. Default: <name>.min.<ext> next to the input. The source image is never overwritten unless output_path points at it AND overwrite is true.
overwritebooleanAllow replacing an existing file at the output path. Default false.
pathstringyesAbsolute path to the image (png, jpg, jpeg, webp, avif; max 40 MB).
scalenumberScale factor, e.g. 0.5 halves both dimensions.
widthintegerTarget width in pixels.
NameTypeReqDescription
change_percentnumberyesByte change in percent; negative means smaller.
heightnumber|nullyes
optimizedboolean|nullyesfalse when the API could not shrink the file and returned the original bytes; null when the concept does not apply (resize/crop).
original_bytesnumberyesInput size in bytes.
output_pathstring|nullyesWhere the result was written, or null when nothing was written.
request_idstringyesQuote this when contacting support.
result_bytesnumberyesResult size in bytes.
saved_bytesnumberyesoriginal_bytes - result_bytes.
widthnumber|nullyes
wrotebooleanyesWhether a file was written.

No examples provided.