# Multi-Model Advisor

Query multiple AI models simultaneously to gain diverse perspectives on your questions. Synthesize insights from various AI personas to enhance your decision-making process. Integrate seamlessly with…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add YuChenSSR/multi-ai-advisor-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list YuChenSSR/multi-ai-advisor-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get YuChenSSR/multi-ai-advisor-mcp list-available-models

# Call a tool
npx -y @smithery/cli@latest tool call YuChenSSR/multi-ai-advisor-mcp list-available-models '{}'
```

## Tools (2)

- `list-available-models` — List all available models in Ollama that can be used with query-models
- `query-models` — Query multiple AI models via Ollama and get their responses to compare perspectives

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get YuChenSSR/multi-ai-advisor-mcp <tool-name>
```

---

Source: https://github.com/YuChenSSR/multi-ai-advisor-mcp | License: MIT
