TSCodex MCP Images (unbywyd/tscodex-mcp-images) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 16 tools. No publisher has claimed this listing.

C
Caution
74/100

TSCodex MCP Images

Enables comprehensive image processing, stock image search from Pexels and Pixabay, and AI image generation using OpenAI DALL-E with support for resizing, format conversion, color extraction, and watermarking.

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

unbywyd

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: 1 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 3 credentials: SECRET_OPENAI_API_KEY, SECRET_PEXELS_API_KEY, SECRET_PIXABAY_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes16 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.

ai_generate_image

Generate image using OpenAI DALL-E AI. IMPORTANT: This is a PAID service - each generation costs money. Image is generated at exact requested size (no resizing needed). Requires OpenAI API key to be configured. If targetPath is provided, the image will be automatically downloaded and saved to the pr

image_extract_colors_local

Extract dominant colors and color palette from a local image file. For images from providers (Pexels/Pixabay), first download them using stock_images_download_to_project, then use this tool. All paths are relative to the project root.

generate_color_palette_image

Generate visual color palette image from local image file. Creates a PNG image showing all extracted colors with HEX codes. All paths are relative to the project root.

image_process_local

Process local image file: resize, crop, convert format, optimize. All paths are relative to the project root.

image_analyze

Analyze local image: dimensions, format, file size, metadata, optimization suggestions. All paths are relative to the project root.

image_optimize

Automatically optimize local image: compress, convert to best format, reduce file size. All paths are relative to the project root.

image_create_placeholder

Create placeholder image with dimensions displayed in center (useful for designers). All paths are relative to the project root.

image_create_favicon

Create favicon from image. Generates multiple sizes (16x16, 32x32, 48x48, 180x180, 192x192, 512x512), site.webmanifest for PWA, and provides HTML code for integration. All paths are relative to the project root.

image_add_watermark

Add watermark to image. Supports text or image watermarks with customizable positioning, size, and opacity. All paths are relative to the project root.

image_apply_filters

Apply filters and effects to image. Supports blur, sharpen, grayscale, sepia, brightness, contrast, and saturation adjustments. All paths are relative to the project root.

image_rotate

Rotate image by specified angle. Supports standard rotations (90°, 180°, 270°) or custom angle in degrees. All paths are relative to the project root.

image_crop_custom

Crop image by exact coordinates. Useful for precise cropping with specified x, y, width, and height. All paths are relative to the project root.

image_save_from_buffer

Save image from binary data (base64 string or buffer) to local file system. Useful for saving images received from other APIs or services. All paths are relative to the project root.

images_provider_status

Check status of image providers (Pexels, Pixabay for search, OpenAI for AI generation) - shows which providers are available and configured

stock_images_search

Search for existing images from Pexels or Pixabay. When provider is "auto" (default), uses configured default provider and automatically switches to alternative provider if primary fails. Requires at least one API key (Pexels or Pixabay) to be configured.

stock_images_download_to_project

Download and save image from provider to project with optimization. Requires at least one API key to be configured. All paths are relative to the project root.

// known CVEs in dependencies1 high

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

highsharp@0.34.5GHSA-f88m-g3jw-g9cj

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

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.
configCONEMU_BUILD
configCURSOR_WORKSPACE
configMCP_PROJECT_ROOTUse "." to use environment variable (managed mode)
🔐 secretSECRET_OPENAI_API_KEYexport =your_openai_api_key
configSECRET_OPENAI_ORGANIZATION_IDyour_org_id
🔐 secretSECRET_PEXELS_API_KEYexport =your_pexels_api_key
🔐 secretSECRET_PIXABAY_API_KEYexport =your_pixabay_api_key
configTERM_PROGRAM
configWORKSPACE_ROOT
configWT_SESSION
// quality suggestions

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

16/16 tools missing one or more hints — ai_generate_image (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); image_extract_colors_local (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); generate_color_palette_image (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +13 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.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 1 high severity in production deps — sharp@0.34.5 (high)

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

Dependency freshness

1/6 production deps stale: node-fetch@2023-11-30 (2.7y)

Domain consistency

npm scope @tscodex doesn't match GitHub owner unbywyd

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

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 6 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/unbywyd/tscodex-mcp-images?variant=verified)](https://m8ven.ai/mcp/unbywyd/tscodex-mcp-images)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 128938d69e056791204df7822986fe65440d370f
code hash: db2c75df61d041d048f29a3e2d97b8c7bbad4851a91d3794d5d1c5c497cc73c0
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