71
/ 100
15 days ago
glama

vision-mcp

Give MCP-compatible AI agents image analysis, metadata inspection, cropping, OCR, and image comparison through any OpenAI-compatible vision model.

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.

Install from

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

// key findings
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 2 credentials: VISION_API_KEY, OCR_API_KEY
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.
🔐 secretVISION_API_KEY"your-api-key" \
configVISION_BASE_URL"https://your-provider.example/v1" \
configVISION_MODEL_ID"your-vision-model" \
🔐 secretOCR_API_KEY"your-ocr-api-key" \
configOCR_BASE_URL"https://your-provider.example/v1" \
configOCR_MODEL_ID"your-ocr-model" \
configVISION_TIMEOUT
configVISION_MAX_RETRIES
configVISION_DEFAULT_DETAIL
configVISION_SUPPORTS_IMAGE_DETAIL
configVISION_URL_MODEcontrols remote-image handling:
configVISION_MAX_IMAGE_SIZE_MB
configVISION_MAX_IMAGE_PIXELS
configVISION_MAX_BATCH_IMAGES
configVISION_ALLOW_LOCAL_FILES
configVISION_ALLOWED_PATHS"/data,/tmp,/home/your-user/Pictures" \
configVISION_BLOCK_PRIVATE_IPS
configOCR_ENABLED
configVISION_TRANSPORT
// 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 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 Score](https://m8ven.ai/badge/mcp/666666999999666-vision-mcp-1ngoec)](https://m8ven.ai/mcp/666666999999666-vision-mcp-1ngoec)
commit: 3f40e9f4944d44df899c1ae145014e81fe1e7242
code hash: 017f8e0c01ae361c3fa1b1b0c353af779a47a34b45e7e7af5b3a3b16de59b889
verified: 7/16/2026, 8:39:02 AM
view raw JSON →