# Wallet Hygiene MCP

> Wallet Hygiene 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).

Analyzes and audits cryptocurrency wallet data for hygiene issues such as dust, risky addresses, or compliance concerns.

## Facts

- Endpoint: POST https://api.m2mcent.com/wallet-hygiene-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/wallet-hygiene-mcp-ff5ef291
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uaF5pPa0yK6fxbVMUMbNZ

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 wallet-hygiene-mcp-ff5ef291 -d '<json body>'
```

Example prompt: Can you run a wallet hygiene check on my crypto wallet and tell me if there are any dust transactions, risky address associations, or compliance red flags I should know about?

## When to prefer this

Choose this endpoint when you need automated, agent-friendly wallet hygiene analysis without setting up your own blockchain analytics infrastructure. Ideal for compliance checks, pre-transfer audits, or routine wallet health monitoring in agentic workflows where a quick $0.05 per-call cost is acceptable.

## Known failure modes

- Invalid or malformed wallet data string returns an error response
- Unsupported blockchain or address format may yield incomplete results
- Empty data field results in a validation error
- Network timeouts or payment verification failures may interrupt 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 a hygiene report for the submitted wallet data, including flags for dust transactions, risky or blacklisted address associations, compliance issues, and an overall wallet health assessment.

## 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/wallet-hygiene-mcp-ff5ef291/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)
