OpenClaw Consensus✓
io.github.MICONNM/openclaw-consensus-mcp · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MICONNM/openclaw-consensus-mcp",
"description": "9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations.",
"title": "OpenClaw Consensus",
"repository": {
"url": "https://github.com/MICONNM/openclaw-consensus-mcp",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "openclaw-consensus-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your RapidAPI key from https://rapidapi.com/yanmiayn/api/openclaw-consensus",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RAPIDAPI_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}