Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’
wisepanel-mcp logo

wisepanel-mcp

ikoskela/wisepanel-mcp
1 starsv1.0.1STDIORegistry activeMITUpdated 2026-05-30Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add wisepanel -- npx -y wisepanel-mcp

Summary

ikoskela/wisepanel-mcp MCP server](https://glama.ai/mcp/servers/ikoskela/wisepanel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ikoskela/wisepanel-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Multi-agent deliberation with divergent context enhancement.

Connect from your MCP client

One-click install

Add this server to your editor with a single click. Fill in any required credentials afterward.

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add wisepanel -- npx -y wisepanel-mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings β†’ Developer β†’ Edit Config:

{
  "mcpServers": {
    "wisepanel": {
      "command": "npx",
      "args": [
        "-y",
        "wisepanel-mcp"
      ],
      "env": {
        "WISEPANEL_API_KEY": "<WISEPANEL_API_KEY>",
        "WISEPANEL_API_URL": "<WISEPANEL_API_URL>"
      }
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "wisepanel": {
      "command": "npx",
      "args": [
        "-y",
        "wisepanel-mcp"
      ],
      "env": {
        "WISEPANEL_API_KEY": "<WISEPANEL_API_KEY>",
        "WISEPANEL_API_URL": "<WISEPANEL_API_URL>"
      }
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "wisepanel": {
      "command": "npx",
      "args": [
        "-y",
        "wisepanel-mcp"
      ],
      "env": {
        "WISEPANEL_API_KEY": "<WISEPANEL_API_KEY>",
        "WISEPANEL_API_URL": "<WISEPANEL_API_URL>"
      }
    }
  }
}

Codex CLI

Register the server with OpenAI's Codex CLI β€” run this once, or add the equivalent block to ~/.codex/config.toml:

codex mcp add wisepanel --env WISEPANEL_API_KEY=<WISEPANEL_API_KEY> --env WISEPANEL_API_URL=<WISEPANEL_API_URL> -- npx -y wisepanel-mcp

# or add to ~/.codex/config.toml:
[mcp_servers.wisepanel]
command = "npx"
args = ["-y", "wisepanel-mcp"]
[mcp_servers.wisepanel.env]
WISEPANEL_API_KEY = "<WISEPANEL_API_KEY>"
WISEPANEL_API_URL = "<WISEPANEL_API_URL>"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "wisepanel": {
        "command": "npx",
        "args": [
          "-y",
          "wisepanel-mcp"
        ],
        "env": {
          "WISEPANEL_API_KEY": "<WISEPANEL_API_KEY>",
          "WISEPANEL_API_URL": "<WISEPANEL_API_URL>"
        }
      }
    }
  }
}

Replace the <PLACEHOLDER> values with your own credentials β€” see the configuration table below.

Configuration

wisepanel-mcp reads the following environment variables:

VariableRequired
WISEPANEL_API_KEYRequired
WISEPANEL_API_URLOptional

README.md

Wisepanel MCP Server

An MCP server that gives Claude Code and any MCP-compatible client direct access to Wisepanel's multi-agent deliberation platform.

Run deliberations across Claude, Gemini, and Perplexity. Stream panelist responses in real-time. Publish to the Wisepanel Commons.

Quick Start

Add to your MCP client config (e.g. ~/.mcp.json for Claude Code):

{
  "mcpServers": {
    "Wisepanel": {
      "command": "npx",
      "args": ["-y", "wisepanel-mcp"],
      "env": {
        "WISEPANEL_API_KEY": "your-api-key"
      }
    }
  }
}

Get your API key at wisepanel.ai/settings.

Tools

wisepanel_start

Start a deliberation. Convenes a panel of AI models to debate a question from assigned perspectives. Returns run_id immediately.

| Parameter | Type | Description | |---|---|---| | question | string (required) | The topic for the panel to deliberate | | topology | string | Panel size: small (faster), medium (balanced), large (thorough) | | model_group | string | mixed (random), smart, fast, cheap, informed (search-augmented), large (largest context). Or single provider: openai, anthropic, google, perplexity | | rounds | number | Deliberation rounds (1-5). More rounds deepen the debate | | context | string | Additional framing context | | compression | string | Context compression: none, moderate, aggressive (default) | | short_responses | boolean | Request concise panelist responses |

wisepanel_poll

Long-polls a running deliberation (waits up to 15s for new events). Returns panelist responses as they arrive.

wisepanel_result

Retrieve full results of a completed deliberation. Only needed if you didn't poll it live.

wisepanel_cancel

Cancel a running deliberation.

wisepanel_publish

Publish a completed deliberation to the Wisepanel Commons. Makes it publicly viewable and shareable.

wisepanel_list_runs

List all deliberation runs in the current session.

Typical Flow

1. wisepanel_start    -> returns run_id
2. wisepanel_poll     -> (repeat) returns panelist responses as they arrive
3. On completion, poll includes publish_available: true
4. wisepanel_publish  -> publishes to Commons, returns public URL

Environment Variables

| Variable | Required | Description | |---|---|---| | WISEPANEL_API_KEY | Yes | Your Wisepanel API key | | WISEPANEL_API_URL | No | API base URL (defaults to https://api.wisepanel.ai) |

Development

git clone https://github.com/ikoskela/wisepanel-mcp.git
cd wisepanel-mcp
npm install
npm run dev

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.