image-mcp (standardbeagle/image-mcp) is an MCP server listed on the M8ven Trust Index. It scores 50 out of 100, grade D. It declares 5 tools. No publisher has claimed this listing.

D
Caution
50/100

image-mcp

Provides 80+ image processing tools including AI generation, background removal, upscaling, local manipulation, and diagram rendering, all with built-in cost tracking and health monitoring.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

standardbeagle

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 6 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 9 credentials: ADOBE_CLIENT_SECRET, FAL_KEY, IDEOGRAM_API_KEY, IOPAINT_API_KEY, OPENAI_API_KEY, PHOTOROOM_API_KEY, REMOVE_BG_API_KEY, REPLICATE_API_TOKEN, SEEDREAM_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes5 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

fetch_image

Fetch an image from a URL with authentication, security validation, and caching. Features: - Downloads images from HTTP/HTTPS URLs - Supports bearer token and basic authentication - Validates URLs (blocks localhost and private IPs for security) - Enforces size limits (max 10MB by default) - Configu

fetch_images

Batch fetch multiple images from URLs with concurrent processing. Features: - Download multiple images in parallel - Configurable concurrency limit - Individual error handling per image - Shared authentication and caching settings - Progress reporting Use cases: - Download image galleries - Batch

url_to_base64

Convert an image URL to base64-encoded data for MCP transport. Features: - Fetches image and encodes to base64 - Returns both base64 string and MIME type - Supports authentication - Uses caching for efficiency Use cases: - Prepare images for inline embedding - Convert URLs for APIs requiring base6

base64_to_file

Save base64-encoded image data to a file. Features: - Decodes base64 to binary - Validates image format - Writes to specified path - Supports data URI format Use cases: - Save base64 images from APIs - Persist inline images - Convert embedded images to files

get_image_from_url

Fetch image from URL and return with comprehensive metadata. Features: - Fetches image with full metadata - Returns data as base64 or buffer - Includes size, MIME type, and cache status - Supports all fetch and cache options Use cases: - Get image with detailed information - Inspect image properti

// known CVEs in dependencies6 high2 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.25.2GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

highimage-size@2.0.2GHSA-5p2g-fcmc-qvqq

image-size: JXL and HEIF parsers allow denial of service through infinite loops

highimage-size@2.0.2GHSA-w3rx-r6r6-pgpr

image-size: ICNS parser allows denial of service through an infinite loop

highsharp@0.34.5GHSA-f88m-g3jw-g9cj

sharp inherited vulnerabilities in libvips: CVE-2026-33327, CVE-2026-33328, CVE-2026-35590, CVE-2026-35591

highsvgo@4.0.0GHSA-2p49-hgcm-8545

SVGO removeScripts plugin leaves some executable scripts intact

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configADOBE_CLIENT_ID
🔐 secretADOBE_CLIENT_SECRET
🔐 secretFAL_KEY
🔐 secretIDEOGRAM_API_KEY
🔐 secretIOPAINT_API_KEY
configIOPAINT_ENDPOINT
configMAX_MEMORY_MB
configMAX_TEMP_FILES_MB
🔐 secretOPENAI_API_KEY
🔐 secretPHOTOROOM_API_KEY
configPROVIDER_COST_ALERTS
configPROVIDER_COST_ALERT_THRESHOLDS
configPROVIDER_DAILY_COST_LIMIT
configPROVIDER_FALLBACKS
configPROVIDER_GRACEFUL_DEGRADATION
configPROVIDER_HEALTH_CHECK_ENABLED
configPROVIDER_HEALTH_CHECK_INTERVAL
configPROVIDER_HEALTH_CHECK_RETRIES
configPROVIDER_HEALTH_CHECK_TIMEOUT
configPROVIDER_MONTHLY_COST_LIMIT
configPROVIDER_PER_OPERATION_LIMIT
🔐 secretREMOVE_BG_API_KEY
🔐 secretREPLICATE_API_TOKEN
🔐 secretSEEDREAM_API_KEY
configSTABLE_DIFFUSION_ENDPOINT
// quality suggestions

Dependencies

20 runtime dependencies (10 dev), 1 flagged: puppeteer

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

5/5 tools missing one or more hints — fetch_image (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); fetch_images (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); url_to_base64 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +2 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Production dependencies are patched

0 critical, 6 high severity in production deps — @modelcontextprotocol/sdk@1.25.2 (high), image-size@2.0.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

3/20 production deps abandoned (no release in 2+ years): exifr@2022-05-01 (4.3y), gifenc@2022-05-03 (4.3y), svgson@2023-07-17 (3.1y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/standardbeagle/image-mcp?variant=verified)](https://m8ven.ai/mcp/standardbeagle/image-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 59ca7bfe2fc5e583e6549a24222577b9a5910567
code hash: 7bcbb271dd55ad1f55db1c67da054f0db172073bcf37e0a02e1a6710ecda9e3a
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client