AgentHubAgentHub

OpenClaw Consensus

MCP ServerMCP Registry官方收录

io.github.MICONNM/openclaw-consensus-mcp · v0.1.1

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

概览

OpenClaw Consensus 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "openclaw-consensus-mcp": {
      "command": "uvx",
      "args": [
        "openclaw-consensus-mcp"
      ],
      "env": {
        "RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
      }
    }
  }
}

环境变量

RAPIDAPI_KEY必填secret

Your RapidAPI key from https://rapidapi.com/yanmiayn/api/openclaw-consensus

相关资源

统一 Manifest

{
  "id": "io.github.MICONNM/openclaw-consensus-mcp",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "OpenClaw Consensus",
  "description": "9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations.",
  "repository": {
    "url": "https://github.com/MICONNM/openclaw-consensus-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "openclaw-consensus-mcp",
        "version": "0.1.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "RAPIDAPI_KEY",
            "description": "Your RapidAPI key from https://rapidapi.com/yanmiayn/api/openclaw-consensus",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.MICONNM/openclaw-consensus-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.MICONNM%2Fopenclaw-consensus-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
OpenClaw Consensus — MCP Server 安装与配置 · AgentHub