mcpbeat Sign in

OpenClaw Consensus MCP Server

local only

OpenClaw Consensus runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 1 Jun 2026.

9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations.

Installs per day peak 22 · avg 13 · -10% w/w
a month agotoday
80
Installs / week
pypi · openclaw-consensus-mcp
0
Stars
0 open issues
1 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check OpenClaw Consensus every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openclaw-consensus-mcp -- uvx openclaw-consensus-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openclaw-consensus-mcp": {
      "args": [
        "openclaw-consensus-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openclaw-consensus-mcp]
command = "uvx"
args = ["openclaw-consensus-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openclaw-consensus-mcp": {
      "args": [
        "openclaw-consensus-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openclaw-consensus-mcp": {
      "args": [
        "openclaw-consensus-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RAPIDAPI_KEY (Your RapidAPI key from https://rapidapi.com/yanmiayn/api/openclaw-consensus). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OpenClaw Consensus

same job, measured the same way
Mythsensus MCP
by mythsensus

Cosmic Score from 26 divination systems: the consensus when traditions disagree about you.

63 installs/wk 7 tools answering
Clawbackai MCP
by rckl88

LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.

44 installs/wk local only
Seracade
by rckl88

LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.

31 installs/wk local only
Llmmcp
by zero-abd

MCP server for real-time LLM API documentation — stop hallucinations

local only
VeriGhost-Clarity
by evozim

Hallucination validator and factual grounding checker for LLM outputs.

answering
Google Flights Deals
by johnisanerd

Cheapest destinations from an airport, each with its fare and that route's typical price.

answering
Toolroute
by grossiweb

Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.

846 installs/wk local only
Council AI
by omarkeshk

Multi-LLM council: 25+ frontier models in parallel, consensus scoring, verdict-first code review.

10 tools answering

OpenClaw Consensus — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenClaw Consensus?
OpenClaw Consensus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package openclaw-consensus-mcp was installed 80 times last week.
How do I connect OpenClaw Consensus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openclaw-consensus-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use OpenClaw Consensus?
The pypi package openclaw-consensus-mcp was installed 80 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpenClaw Consensus open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.