# Mixer Deposit Detector MCP

> Mixer Deposit 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).

Detects cryptocurrency mixer deposits by analyzing transaction data for patterns associated with mixing services

## Facts

- Endpoint: POST https://api.m2mcent.com/mixer-deposit-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/mixer-deposit-detector-mcp-ddbf9ba9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9A6W8-EhT2VYQHjmxvmee

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 mixer-deposit-detector-mcp-ddbf9ba9 -d '<json body>'
```

Example prompt: Check this transaction data to see if it involves a cryptocurrency mixer deposit — I need to know if the funds may have been tumbled or routed through a mixing service before arriving.

## When to prefer this

Choose this endpoint when you need automated, per-transaction screening of cryptocurrency data for mixer or tumbling service involvement, particularly in AML/compliance workflows where flagging obfuscated fund origins is critical. Prefer this over generic blockchain explorers when you specifically need mixer pattern detection rather than raw transaction lookup.

## Known failure modes

- Malformed or missing 'data' field in request body returns validation error
- Unrecognized transaction format may yield inconclusive detection result
- Network timeout or service unavailability returns HTTP 5xx error
- Insufficient transaction data may result in low-confidence or null result
- Payment failure (x402) prevents endpoint access

## 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 detection result indicating whether the provided transaction data shows signs of cryptocurrency mixer involvement, including pattern indicators and likely a risk classification or confidence score for mixing activity.

## 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/mixer-deposit-detector-mcp-ddbf9ba9/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)
