mcpbeat Sign in

Council AI MCP Server

by omarkeshk Your server? Claim it
answering

Council AI is answering right now. Last checked 8 min ago. It exposes 10 tools. Last commit 30 Jul 2026.

Multi-LLM council: 25+ frontier models in parallel, consensus scoring, verdict-first code review.

Uptime history 48 days of history
48 days agonow
100.0%
Uptime 24h
92 of 92 checks
10
Tools
read from the server
574 ms
Response time
average over 24h
0
Stars
last commit 30 Jul 2026

What changed 7

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 24 August 2026. No other catalogue keeps this.

8 Sep a tool changed the parameters it asks for council_query
28 Aug 2 tools changed the parameters they ask for council_query_with_rag, council_review
25 Aug a tool appeared council_result
25 Aug a tool description was rewritten council_query
25 Aug a tool changed the parameters it asks for council_query
24 Aug a tool changed the parameters it asks for council_query

Tools have disappeared from this server

A tool that vanishes takes a piece of your agent with it, and the change arrives silently. Watch this server and every such change lands in your inbox.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add council-ai --transport http https://mcp.council-ai.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "council-ai": {
      "url": "https://mcp.council-ai.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.council-ai]
url = "https://mcp.council-ai.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "council-ai": {
      "url": "https://mcp.council-ai.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "council-ai": {
      "url": "https://mcp.council-ai.app/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

council
council_models
List the AI models available to the current user. Returns ID, provider, tier, context window, and capability flags (web search, vision, streaming). Use the IDs returned here as the `models` array argument to council_query / council_query_with_rag.
council_query
Send a prompt to a council of frontier AI models across 9 labs (Anthropic, OpenAI, Google, xAI, DeepSeek, Qwen, Mistral, Moonshot, z.ai). Returns each model's independent response plus a moderator-synthesized consensus answer with an agreement score and the key point of disagreement, when one exists. Use when a single-model answer might hallucinate or when verification across labs matters (research, contracts, architecture, legal, medical, code review). Adaptive-cost pattern: for a quick check, call with 2-3 models; if consensusScore comes back low (or keyDisagreement matters to the decision), escalate by re-running with more models — easy questions stay cheap, disputed ones get more compute. TIMEOUTS: a full council can run for minutes. If your MCP client has a fixed tool-call timeout, set async=true — you get a queryId back immediately and fetch the finished result with council_result. Call council_models first to pick specific model IDs, and council_usage to check remaining budget. Bills against the user's Council AI monthly budget.
council_query_with_rag
Like council_query, but first retrieves the most relevant passages from the user's personal Council RAG library (uploaded PDFs, Word docs, contracts, research papers, codebases) and injects them into every model's prompt. Use when the question is about content the user has uploaded — contract review, research synthesis across a paper library, code review against an architecture doc, etc. Ultra-tier only.
council_result
Fetch the result of a council_query started with async=true. Returns status "running" while the council is still working (wait 30-60 seconds and call again), the full synthesis + per-model responses once complete, or status "failed" with the error. Polling is free — the council run itself was already billed by council_query.
council_review
Multi-model code review. Sends a unified diff (or code snippet) to multiple frontier AI models from different labs in parallel, each acting as an independent reviewer with an explicit verdict + findings contract. Returns a verdict-first synthesis: overall SHIP/NO-SHIP, consensus score, confirmed findings (flagged by 2+ models), then dissents (single-model findings with reasoning), then each reviewer's verdict. Diffs are capped at 14,000 characters — split larger changes by file or hunk and call once per chunk. Bills against the user's Council AI monthly budget like any council query.
council_usage
Return the user's current monthly cost-budget consumption (current spend, budget cap, percentage used, days until reset). Use to decide whether to warn the user before invoking another council_query, or to suggest using cheaper models. Per Council's rule: never show dollar amounts to the user in the response — use percentages.
library
library_delete
Permanently delete a document from the user's Council RAG library — the record, every indexed chunk, AND the stored file are removed. This cannot be undone; re-adding the document requires uploading it again. Get document IDs from library_list. Use when the user asks to remove a document or when the 200-document library cap blocks an upload. Confirm with the user before deleting anything they did not explicitly name. No model call, no budget consumption.
library_list
List the documents in the user's Council RAG library. Returns id, filename, source type, ingestion status, chunk count, and upload date for each document. No retrieval, no budget consumption.
library_search
Semantic search over the user's Council RAG library (uploaded PDFs, Word docs, contracts, research papers, codebases). Returns top-K chunks with source filename and page number. No model call, no budget consumption. Use to find direct quotes, check what the library contains, or scope a follow-up council_query_with_rag call.
library_upload
Upload a document into the user's Council RAG library so future council_query_with_rag and library_search calls can retrieve it. Accepts PDF, Word (docx), text, and markdown files as base64 — images are not supported. Max 10MB per file via MCP (the web library at https://council-ai.app/settings?tab=library takes up to 50MB); libraries hold up to 200 documents. Ingestion (chunking + embedding) runs in the background: the returned document starts in "pending" status — check library_list for it to reach "ready" before querying against it. No model call, no budget consumption.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

get_models
removed 8 Aug 2026
get_usage
removed 8 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://mcp.council-ai.app/mcp streamable-http answering 333 ms 8 min ago

Alternatives to Council AI

same job, measured the same way
Amicus
by bourbondog

Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.

968 installs/wk local only
I
Review MCP
by hectorguerilla

Multi-model code review: a panel of models + detectors return a pass/fail verdict. Paid via x402.

1 tools answering
Verificate MCP
by verificate

Agentic code review, no signup to try: reality gates + frontier-model review, with veto.

5 tools answering
Gossipcat
by ataberk-xyz

Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning

184 installs/wk local only
Claude Army
by robbhimself-1337

Orchestrate multiple Claude Code agents in parallel from chat

35 installs/wk local only
Deed
by deed-lang

Contract-first language and MCP server for capability-aware code and patch review.

local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
Cerebras Code MCP
by kevint-cerebras

Model Context Protocol (MCP) server for Cerebras to make coding faster in AI-first IDEs

88 installs/wk local only

Council AI — questions

Answers built from our own checks of this server.

What can Council AI do?
It exposes 10 tools, read directly from the server on our last check. Among them: council_models, council_query, council_query_with_rag, council_result, council_review, council_usage and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Council AI mostly used for?
Its tools cluster around council and library. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Council AI working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 574 ms. The bar chart above shows every period we have measured.
Did Council AI ever remove tools?
Yes. get_models, get_usage are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect Council AI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Council AI need an API key?
No. Council AI completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Council AI?
It answers our handshake in 574 ms on average, which is faster than 23% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Council AI open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The repository it was published from is no longer reachable, so the code cannot be read right now.