# Swarm Coordinator MCP

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

Coordinates multi-agent swarm workflows by routing and processing tasks across distributed AI agents

## Facts

- Endpoint: POST https://api.m2mcent.com/swarm-coordinator-mcp/api/process
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/swarm-coordinator-mcp-224e01e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MX1uI-axQYUmJoFUN7hdb

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 swarm-coordinator-mcp-224e01e7 -d '<json body>'
```

Example prompt: Coordinate this task across the agent swarm for me — here's the data I need processed: 'analyze and summarize the latest quarterly sales figures from this CSV dump'.

## When to prefer this

Choose this endpoint when you need to fan out a task across multiple AI agents simultaneously, require swarm-level orchestration, or want a coordinator to manage the routing and aggregation of distributed agent work rather than calling individual agents directly.

## Known failure modes

- Malformed or missing 'data' string field returns a validation error
- Downstream agent unavailability may cause coordination failure or timeout
- Ambiguous task data may result in incomplete or partial swarm coordination
- Payment failure (x402) blocks request before processing begins
- Overloaded swarm may queue or delay response

## 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 a processed result object from the swarm coordination layer, reflecting the aggregated or routed output of the multi-agent task execution based on the submitted data payload.

## 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/swarm-coordinator-mcp-224e01e7/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)
