# Roundtable MCP server

Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight.

## Links
- Registry page: https://www.getdrio.com/mcp/now-roundtable-mcp-roundtable
- Repository: https://github.com/deadpixel/roundtable-dashboard

## Install
- Endpoint: https://mcp.roundtable.now/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: X-API-Key (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.roundtable.now/mcp
- Header: X-API-Key

## Tools
- list-models (List Models) - List available AI models grouped by thinking level (low/medium/high). Shows default models, credit costs, capabilities for each tier. Use this before consult to understand model options. Endpoint: https://mcp.roundtable.now/mcp
- list-sessions (List Sessions) - List your previous MCP tool sessions. Returns session metadata including prompt, tool used, quality score, and credits consumed. Useful for reviewing past council discussions. Endpoint: https://mcp.roundtable.now/mcp
- get-session (Get Session) - Get full details of a previous MCP session by ID. Returns the complete result including participant responses and moderator synthesis. Use list-sessions first to find session IDs. Endpoint: https://mcp.roundtable.now/mcp
- get-logs (Get Logs) - Query structured logs from your MCP tool executions. Filter by session, severity level, event type, and time range. Useful for debugging and monitoring tool usage. Endpoint: https://mcp.roundtable.now/mcp
- check-usage (Check Usage) - Check your remaining credits, usage limits, and plan info Endpoint: https://mcp.roundtable.now/mcp
- get-thread-link (Get Thread Link) - Get the dashboard URL for a previous debate session. Returns the thread link and public URL if the thread is public. Endpoint: https://mcp.roundtable.now/mcp
- set-thread-visibility (Set Thread Visibility) - Set a thread as public or private. Public threads can be shared via URL. Use session_id from a previous debate session. Endpoint: https://mcp.roundtable.now/mcp
- consult-council (Consult Council) - Consult the AI coding council — multiple models discuss your engineering question sequentially (each sees prior responses), then a moderator synthesizes. Auto-mode by default — AI picks optimal models, roles, and conversation mode from your prompt. Provide explicit models to override (manual mode). Fully configurable: mode, format, roles, models, thinking level. Endpoint: https://mcp.roundtable.now/mcp
- design-architecture (Design Architecture) - Architecture design council. Systems Architect, Infrastructure Engineer, and DX Advocate evaluate your system design. Always uses high thinking for maximum depth. Output as ADR. Endpoint: https://mcp.roundtable.now/mcp
- review-code (Review Code) - Code review council. Senior Engineer, Security Reviewer, and Performance Analyst analyze your code and a moderator synthesizes their findings. Endpoint: https://mcp.roundtable.now/mcp
- plan-implementation (Plan Implementation) - Implementation planning council. Tech Lead, Senior Engineer, and QA Strategist break down a feature into actionable steps, identify risks, and define acceptance criteria. Output as ADR. Endpoint: https://mcp.roundtable.now/mcp
- debug-issue (Debug Issue) - Debugging council. Root Cause Analyst, Systems Engineer, and Edge Case Investigator collaboratively diagnose bugs, analyze errors, and propose fixes. Endpoint: https://mcp.roundtable.now/mcp
- assess-tradeoffs (Assess Tradeoffs) - Tradeoff assessment council. Pragmatist, Skeptic, and Futurist evaluate options from different angles — short-term vs long-term, risk vs reward, simplicity vs flexibility. Output as pros-cons. Endpoint: https://mcp.roundtable.now/mcp

## Resources
- roundtable://usage - Usage & Credits Current credit balance, plan type, and rate limit status MIME type: application/json
- roundtable://models - Available Models Available AI models grouped by thinking level with credit multipliers MIME type: application/json
- ui://roundtable/debate-results.html - Roundtable debate results viewer MIME type: text/html;profile=mcp-app

## Prompts
- quick-consult - Quick Consult Fast, cheap AI council opinion on a question Arguments: question
- deep-review - Deep Code Review High-thinking code review with security + performance focus Arguments: code
- architecture-decision - Architecture Decision Full architecture council for design decisions Arguments: description

## Metadata
- Owner: now.roundtable.mcp
- Version: 1.0.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 10, 2026
- Source: https://registry.modelcontextprotocol.io
