# Consensus Voter MCP

> Consensus Voter MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Aggregates and processes voting or consensus data from multiple agents or sources to determine a collective decision or outcome.

## Facts

- Endpoint: POST https://api.m2mcent.com/consensus-voter-mcp/api/process
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/consensus-voter-mcp-51fa4633
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ukUG55-rCPu80GzN-hTno

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability consensus-voter-mcp-51fa4633 -d '<json body>'
```

Example prompt: I have responses from five different agents on whether to approve this proposal — can you run a consensus vote on their answers and tell me what the majority decision is?

## When to prefer this

Choose this endpoint when coordinating multiple AI agents or voters and needing to programmatically resolve disagreement or tally distributed responses into a single collective decision. Especially useful in agentic pipelines where several models independently evaluate the same input and a final answer must be selected by majority or weighted consensus.

## Known failure modes

- Malformed or empty data string returns a processing error
- Ambiguous or unstructured input may produce unreliable consensus output
- Insufficient votes or unanimous deadlock may result in no clear consensus
- Payment failure (x402) causes request rejection before processing

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns the aggregated consensus result including the winning option, vote tallies per candidate, and an indication of whether consensus was achieved, derived from the input voting data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/consensus-voter-mcp-51fa4633/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
