Google PageRank for AI agents. 25,000+ tools indexed.

llmcouncil MCP Server

rachittshah/llmcouncil

Score: 55.0 Rank #29 MCP Server
Are you the maintainer of rachittshah/llmcouncil? Claim this listing →

Multi-LLM deliberation council — MCP server + Claude Code skill. GPT-5, Gemini 2.5, Claude as peers. Vote, debate, synthesize, critique, MAV protocols.

Add AgentRank to Claude Code Discover and compare tools like rachittshah/llmcouncil — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

rachittshah/llmcouncil is a TypeScript MCP server. Multi-LLM deliberation council — MCP server + Claude Code skill. GPT-5, Gemini 2.5, Claude as peers. Vote, debate, synthesize, critique, MAV protocols.

Ranked #29 out of 129 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 9

9 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 1
Description Detailed
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for rachittshah/llmcouncil
[![AgentRank](https://agentrank-ai.com/api/badge/tool/rachittshah--llmcouncil)](https://agentrank-ai.com/tool/rachittshah--llmcouncil/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/rachittshah--llmcouncil/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/rachittshah--llmcouncil" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="rachittshah/llmcouncil"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# LLM Council

Multi LLM deliberation council: query frontier models in parallel, then combine their responses through structured protocols (voting, debate, synthesis, critique, red teaming, verification). Ships as an MCP server and Claude Code skill.

## Architecture

```mermaid
flowchart TD
    A[User / Claude Code] -->|MCP stdio| B[LLM Council Server]
    B --> C{Protocol Router}
    C -->|vote| D[Parallel Query + Peer Review]
    C -->|debate| E[Multi Round Debate + KS Stopping]
    C -->|synthesize| F[Fan Out + Chairman Synthesis]
    C -->|critique| G[Peer Critique]
    C -->|redteam| H[Adversarial Red Team]
    C -->|mav| I[Multi Agent Verification]

    D --> J[OpenAI GPT 5.4]
    D --> K[Gemini 2.5 Pro]
    D --> L[Claude Sonnet 4.6]

    E --> J
    E --> K
    E --> L

    F --> J
    F --> K
    F --> L
    F -->|synthesis| M[Chairman Model]

    subgraph Providers
        J
        K
        L
    end

    subgraph Broker [Peer Discovery :7899]
        N[Register] --> O[Pe
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.