Google intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
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
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
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.
| Canonical slug | claude-to-gemini-cli-mcp-0f313562 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | TrisC0/Claude-to-Gemini-CLI |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 35% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | trisc0/claude-to-gemini-cli | 3850e73cdf81a00b44096c8f29c98d002908821f | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gittrisc0/claude-to-gemini-cli | 3850e73cdf81a00b44096c8f29c98d002908821fCurrent | Aug 25, 2026 | 4 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
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"
]
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
Claude to Gemini CLI MCP Server exposed 4 tools during independent protocol observation, including ask_gemini, gemini_compare, gemini_second_opinion, verify_with_gemini.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.