← Multi-Model Advisor

Multi-Model Advisor 5ac94979b0fe7b6f0b81e3eb88a88cf8b9326ccb

source_git · yuchenssr/multi-ai-advisor-mcp · current release

2
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T08:34:42.273Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {}
}

Tools 2

ToolCategoryAnnotationsRisk
list-available-modelsList all available models in Ollama that can be used with query-models
Input 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 perspectives
Input 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

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.