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
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
- 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 79 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add img-src-io-mcp -- npx -y @img-src/mcp-server
codex mcp add img-src-io-mcp -- npx -y @img-src/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"img-src-io-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@img-src/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add img-src-io-mcp --command npx --arg -y --arg @img-src/mcp-server
mcp_servers:
img-src-io-mcp:
command: "npx"
args: ["-y", "@img-src/mcp-server"] {
"mcpServers": {
"img-src-io-mcp": {
"command": "npx",
"args": [
"-y",
"@img-src/mcp-server"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Image 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.
| Name | Type | Req | Description |
|---|---|---|---|
| filepath | string | yes | Image path without extension (e.g., 'blog/photo' for blog/photo.webp) |
| fit | string | — | Resize fit mode: cover (crop), contain (fit), fill (stretch), scale-down (shrink only) |
| format | string | — | Output format (default: webp) |
| height | integer | — | Resize height in pixels |
| quality | integer | — | Image quality 1-100 (default: 80) |
| username | string | yes | img-src.io username (appears in CDN URL path) |
| width | integer | — | Resize 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Image 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.
| Name | Type | Req | Description |
|---|---|---|---|
| folder | string | — | Folder path to filter images (e.g., 'blog/2024'). Omit to list root level. |
| limit | integer | — | Max images to return (1-100, default: 50) |
| offset | integer | — | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max results to return (1-100, default: 20) |
| offset | integer | — | Number of results to skip for pagination (default: 0) |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| data | string | — | Base64-encoded image data. AVOID: causes context length issues. Use file_path instead. |
| file_path | string | — | PREFERRED: Absolute path to local image file (e.g., /Users/name/photo.png). Use this instead of base64 data. |
| mimeType | string | — | MIME type (required only when using data, e.g., image/png) |
| target_path | string | — | Optional: Folder path to store the image (e.g., 'photos/2024'). Filename is determined from source. |
| url | string | — | URL of image to download and upload (for web images) |
No output schema declared.
No examples provided.