Multi-Model Advisor MCP Server
An MCP server that queries multiple Ollama models and combines their responses, providing diverse AI perspectives on a single question for more comprehensive answers
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 slug | multi-model-advisor-3bd0275d | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | YuChenSSR/multi-ai-advisor-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | yuchenssr/multi-ai-advisor-mcp | 5ac94979b0fe7b6f0b81e3eb88a88cf8b9326ccb | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gityuchenssr/multi-ai-advisor-mcp | 5ac94979b0fe7b6f0b81e3eb88a88cf8b9326ccbCurrent | Aug 25, 2026 | 2 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
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
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 2
| Tool | Category | Annotations | Risk |
|---|---|---|---|
list-available-modelsList all available models in Ollama that can be used with query-modelsInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
query-modelsQuery multiple AI models via Ollama and get their responses to compare perspectivesInput schema{
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The question to ask all models"
},
"models": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of model names to query (defaults to configured models)"
},
"system_prompt": {
"type": "string",
"description": "Optional system prompt to provide context to all models (overridden by model_system_prompts if provided)"
},
"model_system_prompts": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Optional object mapping model names to specific system prompts"
}
},
"required": [
"question"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Multi-Model Advisor MCP Server questions
How do I install Multi-Model Advisor MCP Server?
No verified package installation command is available in the retained catalog evidence.
What tools does Multi-Model Advisor MCP Server provide?
Multi-Model Advisor MCP Server exposed 2 tools during independent protocol observation, including list-available-models, query-models.
Is Multi-Model Advisor MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.