Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/good-boy4069/Deepseek-omnimodalWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/good-boy4069/deepseek-omnimodal/omnimodal-generation)<a href="https://agentmods.dev/mcp/good-boy4069/deepseek-omnimodal/omnimodal-generation"><img src="https://agentmods.dev/badge/mcp/good-boy4069/deepseek-omnimodal/omnimodal-generation/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/mcp/good-boy4069/deepseek-omnimodal/omnimodal-generation"><img src="https://agentmods.dev/badge/mcp/good-boy4069/deepseek-omnimodal/omnimodal-generation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
omnimodal-generation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"omnimodal-generation": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"--project",
".",
"omnimodal-generation"
],
"cwd": ".",
"env_vars": [
"OMNIMODAL_API_KEY",
"OMNIMODAL_PROVIDER",
"OMNIMODAL_BASE_URL",
"OMNIMODAL_ENV_FILE",
"OMNIMODAL_GENERATION_MODEL",
"OMNIMODAL_VIDEO_GEN_BASE_URL",
"OMNIMODAL_AUDIO_GEN_BASE_URL",
"OMNIMODAL_LOG_LEVEL",
"OMNIMODAL_LANGUAGE",
"OMNIMODAL_DEFAULT_TIER",
"OMNIMODAL_IMAGE_GEN_MODEL_STANDARD",
"OMNIMODAL_IMAGE_GEN_MODEL_PRO",
"OMNIMODAL_IMAGE_GEN_MODEL_MAX",
"OMNIMODAL_VIDEO_GEN_MODEL_STANDARD",
"OMNIMODAL_VIDEO_GEN_MODEL_PRO",
"OMNIMODAL_VIDEO_GEN_MODEL_MAX",
"OMNIMODAL_VIDEO_GEN_MODEL_STANDARD_I2V",
"OMNIMODAL_VIDEO_GEN_MODEL_MAX_I2V",
"OMNIMODAL_VIDEO_GEN_MODEL_EDIT",
"OMNIMODAL_AUDIO_GEN_MODEL_STANDARD",
"OMNIMODAL_AUDIO_GEN_MODEL_PRO",
"OMNIMODAL_AUDIO_GEN_MODEL_MAX",
"OMNIMODAL_ASR_MODEL",
"OMNIMODAL_IMAGE_GEN_TIMEOUT_SEC",
"OMNIMODAL_VIDEO_GEN_TIMEOUT_SEC",
"OMNIMODAL_AUDIO_GEN_TIMEOUT_SEC",
"OMNIMODAL_ASR_TIMEOUT_SEC",
"OMNIMODAL_MAX_VIDEO_DURATION",
"OMNIMODAL_GENERATION_OUTPUT_DIR",
"OMNIMODAL_PROBE_DIR",
"OMNIMODAL_ALLOWED_OUTPUT_DIRS",
"OMNIMODAL_ALLOW_PRIVATE_URLS"
],
"tool_timeout_sec": 1800
}
}What else .mcp.json configures
This page is one entry in a file that holds 4. Installing the file brings all of them; each is measured and scanned on its own page.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 48 lines scan A ba3d90cd3abf
omnimodal-generation is an MCP server published in the GitHub repository good-boy4069/Deepseek-omnimodal (4 stars, last pushed 25d ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
contendeo
Multimodal video analysis MCP — transcription, vision, and OCR for any video URL. Remote server at contendeo.app.
vision-bridge-mcp
MCP vision proxy v0.2 — fork-merge of mature vision MCPs. Multi-model fallback, compareimages, cache, CLAUDE.md rules for DeepSeek text in VS Code / Claude Code. Runs locally from the vision-bridge-mcp npm package.
watch-skill
MCP server "watch-skill" as configured in oxbshw/watch-skill. Launched with watch-skill serve.
codex_slides
MCP server "codexslides" as configured in nexu-io/codex-slides. Runs ./scripts/start-mcp.mjs with node.
openrouter-multimodal
Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP. Runs locally from the @stabgan/openrouter-mcp-multimodal npm package. Needs 13 environment variables to run.
image_context_runtime
MCP server "imagecontextruntime" as configured in shixinnt/codex-image-context-runtime. Runs ./mcp/server.mjs with node.