token_safety
Check ERC-20 tokens on Base for rug and honeypot risks. Analyzes conformance, ownership, minting, liquidity depth, and simulates a buy-sell trade to detect tokens you cannot sell. Returns a safety score and risk flags.
Instructions
Rug/honeypot safety check for an ERC-20 token on Base (from on-chain reads — no API key): ERC-20 conformance, ownership renounce, mint-capability, WETH/USDC liquidity depth across Uniswap V3 + Aerodrome, and a buy/sell honeypot simulation (a gas-free eth_call that round-trips a tiny WETH→token→WETH trade to detect tokens you can buy but not sell). Returns a 0–100 score + risk flags. POST { token }; unpaid returns 402. (PAID x402 service — USDC on Base; the MCP server needs a funded wallet to settle.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | 'base' (default) | |
| token | Yes | ERC-20 contract address on Base |