# GemSuite

Leverage the power of Gemini API for intelligent model selection and advanced file handling. Optimize your AI operations with seamless integration and efficient processing across various file types. …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add PV-Bhat/gemsuite-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list PV-Bhat/gemsuite-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get PV-Bhat/gemsuite-mcp gem_search

# Call a tool
npx -y @smithery/cli@latest tool call PV-Bhat/gemsuite-mcp gem_search '{}'
```

## Tools (4)

- `gem_search` — Generates responses based on the latest information using Gemini 2.0 Flash and Google Search. Best for general knowledg…
- `gem_reason` — Solves complex problems with step-by-step reasoning using Gemini 2.0 Flash Thinking. Best for math and science problems…
- `gem_process` — Performs fast, cost-efficient content processing using Gemini 2.0 Flash-Lite. Best for high-volume operations requiring…
- `gem_analyze` — Analyzes files using the appropriate Gemini model. Automatically selects the best model based on file type and analysis…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get PV-Bhat/gemsuite-mcp <tool-name>
```

---

Source: https://github.com/PV-Bhat/gemsuite-mcp | License: MIT
