Roundtable✓
now.roundtable.mcp/roundtable · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "now.roundtable.mcp/roundtable",
"description": "Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight.",
"title": "Roundtable",
"repository": {
"url": "https://github.com/deadpixel/roundtable-dashboard",
"source": "github"
},
"version": "1.0.2",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.roundtable.now/mcp",
"headers": [
{
"description": "Your Roundtable API key. Get one at https://roundtable.now/chat/settings/api-keys",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}