MCP server intelligence profile

Claude to Gemini CLI MCP Server

An MCP server that lets Claude query Google's Gemini CLI as a sub-agent. Get second opinions, verify information, and cross-reference answers between AI models

Local OnlyTrisC0
Awaiting current scanSource Git · 3850e73cdf81a00b44096c8f29c98d002908821f

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugclaude-to-gemini-cli-mcp-0f313562DeploymentLocal Only
Canonical packageRepositoryTrisC0/Claude-to-Gemini-CLI
First publishedLatest release
Last security verificationClassification confidence35%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gittrisc0/claude-to-gemini-cli3850e73cdf81a00b44096c8f29c98d002908821f1Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gittrisc0/claude-to-gemini-cli3850e73cdf81a00b44096c8f29c98d002908821fCurrentAug 25, 20264 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
claude-to-gemini-cliServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
ask_geminiAsk Gemini a question and get a response. Use this to get a second opinion, verify information, or leverage Gemini's strengths (e.g. Google Search grounding, code generation, multilingual).
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "The question or prompt to send to Gemini"
    },
    "model": {
      "description": "Specific Gemini model to use (e.g. 'gemini-2.5-pro'). Defaults to Gemini CLI's default.",
      "type": "string"
    },
    "timeout": {
      "description": "Timeout in milliseconds. Default: 120000 (2 min)",
      "type": "number"
    }
  },
  "required": [
    "prompt"
  ]
}
gemini_compareSend a question to Gemini to get an independent perspective that can be compared with Claude's answer. Useful for cross-referencing.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "question": {
      "type": "string",
      "description": "The question to get Gemini's perspective on"
    },
    "claude_answer": {
      "description": "Claude's answer to include for direct comparison",
      "type": "string"
    },
    "model": {
      "description": "Specific Gemini model to use",
      "type": "string"
    }
  },
  "required": [
    "question"
  ]
}
gemini_second_opinionGet Gemini's second opinion on a proposed solution, approach, or code. Useful for peer-reviewing ideas before committing.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "proposal": {
      "type": "string",
      "description": "The solution, approach, or code to review"
    },
    "question": {
      "description": "Specific aspect to focus the review on",
      "type": "string"
    },
    "model": {
      "description": "Specific Gemini model to use",
      "type": "string"
    }
  },
  "required": [
    "proposal"
  ]
}
verify_with_geminiAsk Gemini to verify or fact-check a claim. Wraps the claim in a verification prompt so Gemini critically evaluates it.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "claim": {
      "type": "string",
      "description": "The claim or information to verify"
    },
    "context": {
      "description": "Additional context about where the claim came from",
      "type": "string"
    },
    "model": {
      "description": "Specific Gemini model to use",
      "type": "string"
    }
  },
  "required": [
    "claim"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Claude to Gemini CLI MCP Server questions

How do I install Claude to Gemini CLI MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Claude to Gemini CLI MCP Server provide?

Claude to Gemini CLI MCP Server exposed 4 tools during independent protocol observation, including ask_gemini, gemini_compare, gemini_second_opinion, verify_with_gemini.

Is Claude to Gemini CLI MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Google intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.