Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Roundtable

now.roundtable.mcp/roundtable

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

Uptime
100.0%
1 direct probes · 30d
Response
474ms
last probe
Tools
13
callable
Resources
3
readable
Prompts
3
available

Tools · 13

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.

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.

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.

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.

check-usage

Check your remaining credits, usage limits, and plan info

get-thread-link

Get the dashboard URL for a previous debate session. Returns the thread link and public URL if the thread is public.

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.

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…

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.

review-code

Code review council. Senior Engineer, Security Reviewer, and Performance Analyst analyze your code and a moderator synthesizes their findings.

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.

debug-issue

Debugging council. Root Cause Analyst, Systems Engineer, and Edge Case Investigator collaboratively diagnose bugs, analyze errors, and propose fixes.

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.

Resources · 3

usage

Current credit balance, plan type, and rate limit status

roundtable://usage
models

Available AI models grouped by thinking level with credit multipliers

roundtable://models
Roundtable Widget

Roundtable debate results viewer

ui://roundtable/debate-results.html

Prompts · 3

quick-consult

Fast, cheap AI council opinion on a question

deep-review

High-thinking code review with security + performance focus

architecture-decision

Full architecture council for design decisions

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "roundtable": {
      "url": "https://mcp.roundtable.now/mcp",
      "transport": "streamable-http"
    }
  }
}