Model Council MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| POLZA_BASE_URL | No | Base URL for Polza AI API | https://polza.ai/api/v1 |
| POLZA_AI_API_KEY | Yes | Your Polza AI API key from https://polza.ai/dashboard/api-keys | |
| COUNCIL_USA_GROK_MODEL | No | Model ID for Grok in USA preset | x-ai/grok-4.1-fast |
| COUNCIL_CHINA_QWEN_MODEL | No | Model ID for Qwen in China preset | qwen/qwen3.6-plus |
| COUNCIL_USA_GEMINI_MODEL | No | Model ID for Gemini in USA preset | google/gemini-3.1-flash-lite-preview |
| COUNCIL_USA_OPENAI_MODEL | No | Model ID for OpenAI in USA preset | openai/gpt-5.4-nano |
| COUNCIL_CHINA_DEEPSEEK_MODEL | No | Model ID for DeepSeek in China preset | deepseek/deepseek-v3.2 |
| COUNCIL_CHINA_MOONSHOT_MODEL | No | Model ID for Moonshot in China preset | moonshotai/kimi-k2.5 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| council_model_guideA | Return a short guide on the strengths, weaknesses, and best usage of Grok, Gemini, and DeepSeek. |
| tri_model_scanC | Run the same task through Grok, Gemini, and DeepSeek once each and return compact JSON with raw model answers. |
| tri_model_compareC | Compare several options through three different model families. |
| tri_model_red_teamC | Stress-test a plan through three different model families. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivanantigravity-lgtm/model-council-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server