B
Warning
89/100
6 hours ago

zhipu-vision

A multi-provider vision model MCP server with automatic failover, providing a single tool analyze_image for image recognition and understanding across multiple models.

Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code VerifiedSandbox 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

qq.com (@SoLongAdios) · Ownership Verified

Source: Glama

Maintenance & responsiveness
as of 2026-08-19
Issues closed (90d): 0 · 0 open
Releases (90d): none
Active contributors (6mo): 1
⚡ Upgrade to Live Monitored

Connect your repo and M8ven re-verifies it on the push itself. Without it we re-check verified listings about once a day, so a fix can sit unseen. Read-only, one click, revoke anytime. What we access →

Install from

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

// key findings
🚨
Secret credentials may flow to a network call
2 flows detected: ZHIPU_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 7 credentials: GEMINI_API_KEY, KIMI_API_KEY, MIMO_API_KEY, OPENAI_API_KEY, QWEN_API_KEY, SILICONFLOW_API_KEY, ZHIPU_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
Are you the publisher? Confirm or correct these findings.
// 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.
🔐 secretGEMINI_API_KEYgemini Google Gemini https://generativelanguage.googleapis.com/v1beta/openai gemini-2.5-flash
configGEMINI_BASE_URL❌ https://generativelanguage.googleapis.com/v1beta/openai Google OpenAI 兼容端点 base URL
🔐 secretKIMI_API_KEYkimi 月之暗面 Moonshot https://api.moonshot.cn/v1 kimi-k3 / kimi-k2.6
configKIMI_BASE_URL❌ https://api.moonshot.cn/v1 月之暗面 OpenAI 兼容端点 base URL
🔐 secretMIMO_API_KEYglm-4.6v-flash / glm-4.1v-thinking-flash / glm-4v-flash 为智谱免费视觉模型;mimo-v2.5 / mimo-v2-omni 为小米 mimo 多模态模型(需 ),作为收费兜底:智谱免费模型 429 限流/失败时自动切换。
configMIMO_BASE_URL❌ https://api.xiaomimimo.com/v1 小米 mimo OpenAI 兼容端点 base URL
🔐 secretOPENAI_API_KEYopenai OpenAI GPT https://api.openai.com/v1 gpt-4o / gpt-4o-mini
configOPENAI_BASE_URL❌ https://api.openai.com/v1 OpenAI 兼容端点 base URL
🔐 secretQWEN_API_KEYqwen 阿里百炼 https://dashscope.aliyuncs.com/compatible-mode/v1 qwen-vl-max / qwen3.8-max
configQWEN_BASE_URL❌ https://dashscope.aliyuncs.com/compatible-mode/v1 阿里百炼 OpenAI 兼容端点 base URL(新版百炼空间可覆盖为 maas 端点)
🔐 secretSILICONFLOW_API_KEYsiliconflow 硅基流动(开源模型聚合) https://api.siliconflow.cn/v1 Qwen/Qwen2.5-VL-72B-Instruct
configSILICONFLOW_BASE_URL❌ https://api.siliconflow.cn/v1 硅基流动 OpenAI 兼容端点 base URL
configVISION_MODEL_CHAIN1. 追加到候选链(自动参与故障转移):把条目加到 末尾,如
configVISION_TIMEOUT_MS❌ 60000 单次请求超时毫秒
🔐 secretZHIPU_API_KEY编辑 .env,填入 (及可选的 MIMO_API_KEY)
configZHIPU_BASE_URL❌ https://open.bigmodel.cn/api/paas/v4 智谱 API base URL,一般无需修改
configZHIPU_MODELVISION_MODEL_CHAIN ❌ 见下 逗号分隔的候选模型链,按优先级自动故障转移。条目格式 provider:model,provider 缺省为 zhipu。默认链为智谱免费模型 + mimo 收费兜底;追加其他收费模型(kimi/qwen/gemini/gpt 等)即自动参与故障转移,未配 key 的条目自动跳过。未设置时退化为
// 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

1/1 tools missing one or more hints — analyze_image (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). 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.

Tests exist

No test files found

Add tests that exercise each declared tool.

Secrets stay with their owner

2 secret/sensitive values flow into network calls (ZHIPU_API_KEY → dynamic, ZHIPU_API_KEY → open.bigmodel.cn)

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Secrets not logged

4 secret values sent to console.log

Redact or omit secret values from log output.

// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/solongadios-zhipu-vision-mcp-qqqhc5?variant=verified)](https://m8ven.ai/mcp/solongadios-zhipu-vision-mcp-qqqhc5)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: d7cdc8eb1804a186d1b5d67ad0161ae9488b56ac
code hash: ae8779fe14498a708f6aa14223cdd3ed84571c6c35a7f453d0db3f19e6d5842b
verified: 8/19/2026, 11:21:21 AM
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