# TVL Drain Detector MCP

> TVL Drain Detector MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Analyzes DeFi protocol data to detect potential Total Value Locked (TVL) drain events, suspicious outflows, or exploit patterns.

## Facts

- Endpoint: POST https://api.m2mcent.com/tvl-drain-detector-mcp/api/process
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tvl-drain-detector-mcp-b22886c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JK8f0AtO9cw7FkM1xbZDO

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 tvl-drain-detector-mcp-b22886c8 -d '<json body>'
```

Example prompt: Can you check this DeFi protocol data and tell me if there are any signs of a TVL drain attack or suspicious liquidity outflow happening?

## When to prefer this

Use this endpoint when you need rapid, automated detection of TVL drain events or exploit patterns in DeFi protocols, especially when monitoring for active attacks, vetting protocols before integration, or performing post-incident forensics on liquidity anomalies. Prefer this over general blockchain analytics when your specific concern is abnormal TVL outflows and drain exploits.

## Known failure modes

- Malformed or empty data string returns a validation error
- Insufficient or non-DeFi data may result in low-confidence or inconclusive detection
- Network timeouts on large data payloads
- Payment failure via x402 protocol blocks the request
- Ambiguous protocol data may yield false positives or false negatives

## 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 data contains signs of a TVL drain event, including risk flags, anomaly indicators, severity assessments, and details about suspicious patterns detected in the DeFi protocol data.

## 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/tvl-drain-detector-mcp-b22886c8/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)
