io.github.rog0x/image
NPM · @ROG0X/MCP-IMAGE-TOOLS · SCANNED SEP 22
Image metadata, favicon, OG image for AI agents
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 95 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 183 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 621 tokens (~124/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 Management97
- Stability observed for 29 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 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 5 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
How do I install the io.github.rog0x/image MCP server?
io.github.rog0x/image runs locally as an npm package, launched with npx -y @rog0x/mcp-image-tools. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @rog0x/mcp-image-tools
claude mcp add rog0x-image -- npx -y @rog0x/mcp-image-tools
{
"mcpServers": {
"rog0x-image": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-image-tools"
]
}
}
} {
"servers": {
"rog0x-image": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-image-tools"
]
}
}
} codex mcp add rog0x-image -- npx -y @rog0x/mcp-image-tools
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"rog0x-image": {
"type": "local",
"command": [
"npx",
"-y",
"@rog0x/mcp-image-tools"
],
"enabled": true
}
}
} openclaw mcp add rog0x-image --command npx --arg -y --arg @rog0x/mcp-image-tools
mcp_servers:
rog0x-image:
command: "npx"
args: ["-y", "@rog0x/mcp-image-tools"] {
"McpServers": {
"rog0x-image": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@rog0x/mcp-image-tools"
]
}
}
} assistant mcp add rog0x-image -t stdio -c npx -a -y @rog0x/mcp-image-tools
{
"mcpServers": {
"rog0x-image": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-image-tools"
]
}
}
} 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.
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 19 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 17 Sept 26 −2
- Stability: pass → 0.80 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
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 22 Sept 2026 · Analysed npm/@rog0x/mcp-image-tools@1.0.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| 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 →
extract_og_image ~54
Extract Open Graph image, Twitter card image, and Apple touch icon from any URL. Returns all social media preview images found on the page.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | URL of the web page to extract images from |
No output schema declared.
No examples provided.
find_favicons ~66
Find all favicons for a website. Checks /favicon.ico, parses HTML link tags, and inspects manifest.json. Returns all found favicons with sizes and types.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Website URL to find favicons for (e.g. https://example.com) |
No output schema declared.
No examples provided.
generate_placeholder ~236
Generate placeholder image URLs via placehold.co. Supports custom size, colors, text, format, and font. Returns URL plus ready-to-use HTML and Markdown markup.
| Name | Type | Req | Description |
|---|---|---|---|
| backgroundColor | string | – | Background color hex without # (e.g. 'cccccc'). Default: cccccc |
| font | string | – | Font name (e.g. 'roboto', 'open-sans', 'montserrat') |
| fontSize | number | – | Font size in pixels |
| format | string | – | Image format: png, jpg, jpeg, gif, webp, svg. Default: png |
| height | number | – | Image height in pixels (1-4000). Defaults to same as width. |
| sizes | array | – | Generate multiple placeholders at once. If provided, width/height params are ignored. |
| text | string | – | Custom text to display on the image. Default: WIDTHxHEIGHT |
| textColor | string | – | Text color hex without # (e.g. '333333'). Default: 333333 |
| width | number | yes | Image width in pixels (1-4000) |
No output schema declared.
No examples provided.
image_metadata ~52
Read image metadata from a URL via HTTP headers: content-type, file size, last-modified, etag, cache info. No image downloading required.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Direct URL to an image file |
No output schema declared.
No examples provided.
responsive_images ~213
Generate srcset and <picture> element HTML for responsive images. Given a base image URL, produces multiple size variants with proper HTML markup for responsive design.
| Name | Type | Req | Description |
|---|---|---|---|
| alt | string | – | Alt text for the image |
| baseUrl | string | yes | Base image URL that accepts width/format query parameters |
| className | string | – | CSS class name to add to the element |
| formats | array | – | Image formats for <picture> sources (default: ['webp', auto-detected original format]) |
| loading | string | – | Loading strategy: 'lazy' or 'eager' (default: lazy) |
| sizes | string | – | CSS sizes attribute (default: '(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw') |
| widths | array | – | Array of widths to generate (default: [320, 640, 768, 1024, 1280, 1536, 1920]) |
No output schema declared.
No examples provided.
What is the io.github.rog0x/image MCP server?
io.github.rog0x/image is an MCP server listed in the public MCP registry as io.github.rog0x/image. Image metadata, favicon, OG image for AI agents. This page covers its npm package (@rog0x/mcp-image-tools).
Is the io.github.rog0x/image MCP server safe to use?
io.github.rog0x/image scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. 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 io.github.rog0x/image MCP server expose?
io.github.rog0x/image exposes 5 tools: image_metadata, find_favicons, extract_og_image, generate_placeholder, responsive_images. Their descriptions and schemas cost roughly 621 tokens of context every time the server is loaded.
Is the io.github.rog0x/image MCP server still maintained?
io.github.rog0x/image is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.rog0x/image MCP server under?
io.github.rog0x/image declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.