9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by OpenClaw Consensus.
balancedCallable MCP tool function
deepCallable MCP tool function
fastCallable MCP tool function
Multi-model consensus inside MCP clients: compare answers, surface disagreement, and escalate only when needed.
OpenClaw Consensus MCP wraps the OpenClaw Consensus API as three Model Context Protocol tools. It is designed for workflows where a maintainer wants a second opinion before accepting a risky answer, review summary, or routing decision.
OpenClaw runs the same prompt across multiple models, then returns:
This MCP server exposes those three capabilities as tools so Claude Desktop / Claude Code can call them mid-conversation.
A single model can produce a confident but incorrect answer. Comparing multiple responses does not prove correctness, but disagreement is a useful signal that a maintainer should review the output more carefully.
You also need a RapidAPI key for the OpenClaw Consensus API: https://rapidapi.com/yanmiayn/api/openclaw-consensus
Set it in your environment:
Add to ~/.claude/claude_desktop_config.json (macOS/Linux) or
%APPDATA%\Claude\claude_desktop_config.json (Windows):
For Claude Code:
consensus(prompt, mode="balanced")Get a 9-LLM consensus answer.
balanced) β deep (9 models), balanced (5), or fast (3).Returns
The consensus tool returns the upstream API response as-is. Fields may expand as the endpoint evolves.
disagreement_score(prompt)How much the deep consensus response disagrees on a prompt.
Returns
cheapest_route(prompt, target_quality=0.85)Try fast, balanced, and deep modes in order until the confidence threshold is met.
Returns
Smoke-test the server with the official MCP Inspector:
See CONTRIBUTING.md for the development workflow and docs/maintainer-workflow.md for triage, review, security, and release responsibilities.
Please report vulnerabilities privately using the process in SECURITY.md.
MIT β see LICENSE.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/openclaw-consensus)<a href="https://allmcps.com/mcp/openclaw-consensus"><img src="https://allmcps.com/api/badge/openclaw-consensus?style=directory" alt="OpenClaw Consensus on AllMCPs" /></a>