# Agent Collusion Detector MCP

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

Analyzes agent interactions or outputs to detect collusion, coordination, or suspicious alignment between AI agents

## Facts

- Endpoint: POST https://api.m2mcent.com/agent-collusion-detector-mcp/api/process
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-collusion-detector-mcp-2520f4c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cnKWkcCrrma3m2IPQ9Gut

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 agent-collusion-detector-mcp-2520f4c5 -d '<json body>'
```

Example prompt: Can you analyze these agent interaction logs and tell me whether any of the agents appear to be colluding or suspiciously coordinating with each other?

## When to prefer this

Choose this endpoint when you need to programmatically audit multi-agent systems for unauthorized coordination, collusion, or suspiciously aligned behavior — especially in high-stakes environments like trading, voting, or autonomous decision-making pipelines where independent agent operation is a safety or fairness requirement.

## Known failure modes

- Missing or malformed 'data' field returns validation error
- Insufficient interaction data may yield inconclusive results
- Very large data payloads may time out or be truncated
- Ambiguous or unstructured logs may reduce detection accuracy
- Payment not accepted or insufficient USDC balance blocks the call

## 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 structured analysis indicating whether the provided agent data shows signs of collusion, including detected patterns, risk scores, and flagged suspicious behaviors or coordination events among agents.

## 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/agent-collusion-detector-mcp-2520f4c5/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)
