54
grade D
10 days ago
pulsemcp

Image Worker

Provides image processing and cloud storage capabilities through Sharp.js for resizing, transforming, and applying effects to images with seamless uploading to AWS S3, Cloudflare R2, or Google Cloud Storage.

boomlinkai/image-worker-mcp· npm: @boomlinkai/image-worker-mcp· 1.2K installs· listed on pulsemcp

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: AWS_SECRET_ACCESS_KEY, CLOUDFLARE_R2_SECRET_ACCESS_KEY, GITHUB_TOKEN, NPM_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAWS_ACCESS_KEY_IDexport =xxx
🔐 secretAWS_SECRET_ACCESS_KEYexport =xxx
configCLOUDFLARE_R2_ACCESS_KEY_IDexport =xxx
configCLOUDFLARE_R2_BUCKETexport =your-bucket
configCLOUDFLARE_R2_ENDPOINTexport =https://...
configCLOUDFLARE_R2_REGION
🔐 secretCLOUDFLARE_R2_SECRET_ACCESS_KEYexport =xxx
configGCLOUD_BUCKETexport =your-bucket
configGCLOUD_CREDENTIALS_PATHOptionally: =/path/to/key.json
configGCLOUD_PROJECT_IDexport =xxx
🔐 secretGITHUB_TOKEN
🔐 secretNPM_TOKEN
configS3_BUCKETexport =your-bucket
configS3_ENDPOINTOptional: =https://...
configS3_REGIONexport =us-east-1
configUPLOAD_SERVICEexport =s3
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// 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 Score](https://m8ven.ai/badge/mcp/boomlinkai-image-worker-mcp-1sy902)](https://m8ven.ai/mcp/boomlinkai-image-worker-mcp-1sy902)
commit: 029db7d56b3e693b8f40a343833ccc72d580c511
code hash: d0221dabd1665f584460535799d02cc798547f84d6b71f1ca3fc435d59cca2b3
verified: 4/11/2026, 1:31:34 PM
view raw JSON →