Gemini-Video-MCP (SolenmeChiara/Gemini_Video_MCP) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 5 tools. No publisher has claimed this listing.
Hands local video files to Gemini's native video understanding for detailed, timestamped descriptions, and also supports image/media viewing with frame extraction.
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
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
SolenmeChiara
Source: Glama
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.
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.
describe_video把本地视频交给 Gemini 直传识别,返回按时间轴分段的详细内容描述(画面 + 音轨)。
describe_video_url从【网络直链】下载视频再交给 Gemini 识别,返回按时间轴分段的中文描述。
estimate_cost估算把某个本地视频交给 Gemini 识别大概要花多少输入 token,让你发大视频前心里有数。
view_media把一张【图片】、或【视频的某一帧】作为图片内容直接返回,让调用方模型亲眼看到画面。
get_upload_url获取"把文件推到本服务器"的上传地址——用于把 claude.ai 聊天里上传/沙盒里生成的文件搬到服务器再识别。
GEMINI_API_KEYyour-key-hereGEMINI_MODELgemini-3.5-flashGEMINI_BASE_URLNo https://generativelanguage.googleapis.com/v1beta API base URL; only change this if you're proxyingGEMINI_THINKING_LEVELNo high One of minimal/low/medium/high; set minimal to save costGEMINI_MCP_HTTP_SECRETOnly for --http mode — The sole access lock for HTTP mode; server refuses to start without a real valueGEMINI_MCP_PUBLIC_BASE_URLNo none (falls back to http://localhost:8768) Public URL after tunneling; used by get_upload_url to build the upload linkTool 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 — describe_video (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); describe_video_url (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); estimate_cost (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.
Destructive tools are labelled
1 tool perform destructive updates without destructiveHint — describe_video_url deletes at line 617 (temp_path.unlink(missing_ok=True))
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
Tool inputs are validated
4/5 tool handlers declare input schemas (80%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
4/5 tool handlers wrap calls in try/catch (80%)
Wrap each tool handler body in try/catch and return a structured error response.
Tests exist
No test files found
Add tests that exercise each declared tool.
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.
[](https://m8ven.ai/mcp/solenmechiara/gemini_video_mcp)?variant=verified from the URL.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