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.

io.github.img-src-io/mcp

NPM · @IMG-SRC/MCP-SERVER · SCANNED AUG 3

MCP server for img-src.io Image CDN - upload, transform, and deliver images through AI assistants

Available components

+18 this week 71 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability85
  • 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
  • Tool/resource definitions use about 767 tokens (~95/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 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
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.

npm · @img-src/mcp-server

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

  • 3 Aug 26 +51
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Security disclosure: unverified → fail functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.27 functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 −21
    • Security disclosure: fail → unverified functional
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 1 Aug 26 +36
    • Malware scan: unverified → pass security
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
  • 31 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −47
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 27 Jul 26 53

    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/@img-src/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

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

MCP tools — 8 exposed · ~767 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
delete_image ~65

Delete an image by its ID. This permanently removes the image and all its paths from your account. The image will no longer be accessible via CDN URLs.

NameTypeReqDescription
idstringyesImage ID to delete (16-character hash prefix). This permanently removes the image and all its paths.

No output schema declared.

No examples provided.

get_cdn_url ~155

Generate a CDN URL for an image with optional transformations. Supports resizing, format conversion, and quality adjustment.

NameTypeReqDescription
filepathstringyesImage path without extension (e.g., 'blog/photo' for blog/photo.webp)
fitstringResize fit mode: cover (crop), contain (fit), fill (stretch), scale-down (shrink only)
formatstringOutput format (default: webp)
heightintegerResize height in pixels
qualityintegerImage quality 1-100 (default: 80)
usernamestringyesimg-src.io username (appears in CDN URL path)
widthintegerResize width in pixels

No output schema declared.

No examples provided.

get_image ~60

Get detailed metadata for a specific image by its ID. Returns full image information including dimensions, format, all associated paths, and CDN URLs.

NameTypeReqDescription
idstringyesImage ID (16-character hash prefix, e.g., 'abcdef1234567890')

No output schema declared.

No examples provided.

get_settings ~29

Get your img-src.io account settings. Returns username, plan, default image settings, and account statistics.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_usage ~35

Get current usage statistics for your img-src.io account. Shows uploads, storage, bandwidth, and API request usage against your plan limits.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_images ~100

List images in your img-src.io account. Supports pagination and folder browsing. Returns images and subfolders in the specified path.

NameTypeReqDescription
folderstringFolder path to filter images (e.g., 'blog/2024'). Omit to list root level.
limitintegerMax images to return (1-100, default: 50)
offsetintegerNumber of images to skip for pagination (default: 0)

No output schema declared.

No examples provided.

search_images ~94

Search for images by filename or path. Performs a fuzzy search across all your images. Returns matching images with their metadata and CDN URLs.

NameTypeReqDescription
limitintegerMax results to return (1-100, default: 20)
offsetintegerNumber of results to skip for pagination (default: 0)
querystringyesSearch term to match against filenames and paths (1-100 chars)

No output schema declared.

No examples provided.

upload_image ~229

Upload an image to img-src.io. IMPORTANT: Always prefer 'file_path' (absolute path like /Users/name/image.png) over base64 'data' to avoid context length limits. Use 'url' for web images. Only use 'data' as last resort for small images. Supports JPEG, PNG, WebP, GIF, AVIF, HEIC, and more. Max 5MB. Returns CDN URLs for the uploaded image.

NameTypeReqDescription
datastringBase64-encoded image data. AVOID: causes context length issues. Use file_path instead.
file_pathstringPREFERRED: Absolute path to local image file (e.g., /Users/name/photo.png). Use this instead of base64 data.
mimeTypestringMIME type (required only when using data, e.g., image/png)
target_pathstringOptional: Folder path to store the image (e.g., 'photos/2024'). Filename is determined from source.
urlstringURL of image to download and upload (for web images)

No output schema declared.

No examples provided.