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.
ENDPOINT 1
https://mcp.council-ai.app/mcp
MCP server metadata
- Name
- council-ai
- Version
- 0.1.0
Known tools 10
council_querySend a prompt to a council of frontier AI models across 9 labs (Anthropic, OpenAI, Google, xAI, DeepSeek, Qwen, Mistral, Moonshot, z.
Potential side effectscouncil_query_with_ragLike 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-onlylibrary_searchSemantic search over the user's Council RAG library (uploaded PDFs, Word docs, contracts, research papers, codebases).
Inferred read-onlylibrary_uploadUpload a document into the user's Council RAG library so future council_query_with_rag and library_search calls can retrieve it.
Potential side effectslibrary_deletePermanently delete a document from the user's Council RAG library — the record, every indexed chunk, AND the stored file are removed.
Potential side effectscouncil_usageReturn the user's current monthly cost-budget consumption (current spend, budget cap, percentage used, days until reset).
Inferred read-onlyCONNECT 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.
council-ai.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.