← gemini-omni-mcp

gemini-omni-mcp 0373ccba375f7e83c7ea2a484b1d8d03ac425891

source_git · tamiratias93-gif/gemini-omni-mcp · current release

3
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T23:25:28.454Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {
    "listChanged": true
  }
}

Tools 3

ToolCategoryAnnotationsRisk
omni_edit_videoEdit an existing video with Gemini Omni (it keeps characters, physics and scene continuity). Describe ONE change in plain language. Restate what stays the same, then the change. See GUIDE.md §1.
Input schema
{
  "type": "object",
  "properties": {
    "change": {
      "type": "string",
      "minLength": 1,
      "description": "The single change to make, in plain language."
    },
    "source": {
      "type": "string",
      "description": "Which source to edit (e.g. 'last result' or a file path)."
    },
    "timeoutSeconds": {
      "type": "number",
      "description": "Max seconds to wait."
    }
  },
  "required": [
    "change"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
omni_generate_videoGenerate a video with Gemini Omni. IMPORTANT: do NOT pass a raw one-liner — first run the creation interview in GUIDE.md (subject, action, setting, style, lighting, camera, aspect ratio, consistency, mood) and pass either a fully-formed `prompt` or a filled `brief`. Returns the local file path when done.
Input schema
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "A complete, vivid prompt. Omit if you pass `brief` instead."
    },
    "brief": {
      "type": "object",
      "properties": {
        "subject": {
          "type": "string",
          "description": "Who/what is in frame."
        },
        "action": {
          "type": "string",
          "description": "What happens / changes over time."
        },
        "setting": {
          "type": "string",
          "description": "Where, time of day, background."
        },
        "style": {
          "type": "string",
          "description": "Cinematic, anime, 8-bit, documentary…"
        },
        "lighting": {
          "type": "string",
          "description": "Soft/warm, neon, golden hour…"
        },
        "camera": {
          "type": "string",
          "description": "Static, push-in, orbit, handheld, drone."
        },
        "consistency": {
          "type": "string",
          "description": "Recurring character/object to keep identical."
        },
        "mood": {
          "type": "string",
          "description": "Mood words."
        }
      },
      "additionalProperties": false,
      "description": "Structured brief; composed into a prompt if `prompt` is omitted."
    },
    "aspectRatio": {
      "type": "string",
      "enum": [
        "9:16",
        "16:9",
        "1:1"
      ],
      "description": "9:16 Reels/TikTok, 16:9 YouTube, 1:1 post."
    },
    "timeoutSeconds": {
      "type": "number",
      "description": "Max seconds to wait."
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
omni_statusCheck whether the Gemini session is signed in and whether a generation is in progress.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.