← Registry

AI & Machine Learning

council-ai.app

Council AI is a platform where multiple AI models collaborate to provide diverse perspectives and consensus-based answers to questions.

1 endpoint10 known toolsFirst detected July 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://mcp.council-ai.app/mcp

No auth detected

MCP server metadata

Name
council-ai
Version
0.1.0
Capabilities
tools.listChangedresources

Known tools 10

council_query

Send a prompt to a council of frontier AI models across 9 labs (Anthropic, OpenAI, Google, xAI, DeepSeek, Qwen, Mistral, Moonshot, z.

Potential side effects
council_result

Fetch the result of a council_query started with async=true.

Inferred read-only
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.

Inferred read-only
council_review

Multi-model code review.

Inferred read-only
library_search

Semantic search over the user's Council RAG library (uploaded PDFs, Word docs, contracts, research papers, codebases).

Inferred read-only
library_list

List the documents in the user's Council RAG library.

Inferred read-only
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.

Potential side effects
library_delete

Permanently delete a document from the user's Council RAG library — the record, every indexed chunk, AND the stored file are removed.

Potential side effects
council_models

List the AI models available to the current user.

Inferred read-only
council_usage

Return the user's current monthly cost-budget consumption (current spend, budget cap, percentage used, days until reset).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.council-ai]
url = "https://mcp.council-ai.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "council-ai": {
      "type": "http",
      "url": "https://mcp.council-ai.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: council-ai
Remote MCP URL: https://mcp.council-ai.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "council-ai": {
      "url": "https://mcp.council-ai.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "council-ai": {
      "type": "http",
      "url": "https://mcp.council-ai.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "council-ai",
  "transport": "streamable-http",
  "url": "https://mcp.council-ai.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for council-ai.app was fetched 2026-08-04T15:45:16.287Z and is being refreshed.

Trust status Trusted

council-ai.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.