# Chainalysis AML Risk MCP

> Chainalysis AML Risk 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).

Assesses anti-money laundering (AML) risk for cryptocurrency addresses, transactions, or entities using Chainalysis intelligence.

## Facts

- Endpoint: POST https://api.m2mcent.com/chainalysis-aml-risk-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/chainalysis-aml-risk-mcp-872c4c4d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mLTPPegvmgJUS0-m8lzFf

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 chainalysis-aml-risk-mcp-872c4c4d -d '<json body>'
```

Example prompt: Can you run an AML risk check on this Bitcoin address — bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh — and tell me if it has any exposure to illicit activity or sanctions?

## When to prefer this

Choose this endpoint when you need blockchain-specific AML risk intelligence powered by Chainalysis — the industry-standard data provider for crypto compliance. Prefer this over generic blockchain explorers when you need structured risk scores, sanctions exposure, and compliance-grade signals rather than raw transaction data. Ideal for exchanges, DeFi protocols, payment processors, and fintech apps that must meet KYC/AML regulatory requirements.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unknown or very new addresses may return insufficient data or low-confidence scores
- Rate limiting or quota exhaustion at $0.30/call may result in HTTP 402 or 429 errors
- Addresses on unsupported blockchain networks may not return results
- Missing or empty data field in request body causes validation failure

## 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 an AML risk assessment for the submitted crypto address or transaction, including a risk score, risk category (e.g. low/medium/high/severe), specific exposure flags (sanctions, darknet markets, ransomware, scams, etc.), and any compliance signals relevant to anti-money laundering regulations.

## 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/chainalysis-aml-risk-mcp-872c4c4d/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)
