liquidity_pulls
Monitors liquidity removal events on recently-launched Base DEX pools. Returns pool, token, and amount of WETH/USDC removed for rug-pull detection.
Instructions
Liquidity-pull / rug alerts on Base — Burn (liquidity-removal) events on recently-launched DEX pools (the new-pairs watcher's set). POST { since?, limit?, dex?, minQuote? }; each event gives the pool, token, and WETH/USDC amount removed (the rug magnitude). Cross-check the token with /v1/token-safety. Unpaid returns 402. (PAID x402 service — USDC on Base; the MCP server needs a funded wallet to settle.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Only pulls first seen at or after this block | |
| limit | No | Max pulls (1–200, default 50) | |
| dex | No | Filter: 'uniswap-v3' | 'aerodrome' | |
| minQuote | No | Only removals of at least this much WETH/USDC |