Back to Home
gennaio-winger icon

mcp-gemini-tool

Verified Safe

by gennaio-winger

Overview

This server extends Claude Code's capabilities by providing access to external AI models (Groq, OpenRouter, Gemini, LiteAPI) as tools, enabling Claude to consult various LLMs for specific tasks and cost optimization.

Installation

Run Command
node index.js

Environment Variables

  • OPENROUTER_API_KEY
  • GROQ_API_KEY
  • GEMINI_API_KEY
  • LITEAPI_KEY

Security Notes

The project follows good practices for API key management, requiring keys to be set as environment variables and explicitly checking for their presence. Test files contain placeholder API keys, but the main server scripts correctly load them from environment variables. No 'eval' or obvious obfuscation/malicious patterns were found. Network calls are made to reputable AI API endpoints. Provided API keys are managed securely, the server is safe.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-25

Tags

AILLMMCPToolingCost ManagementModel Routing