TokenGuard
Use this MCP server when your agent needs to verify token safety before executing a trade or assess wallet risk before interacting with an unknown address.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Check Token Safety: Full token safety analysis. Returns a risk score (0-100, lower is safer), a SAFE / CAUTION / AVOID recommendation, a confidence level, and three sub-checks: deployer wallet age in
- Check Token Safety Lite: Fast token pre-trade check — deployer wallet age and LP lock status only, no holder concentration analysis. Typically completes in under 3 seconds. Returns risk score, SAFE /
- Check Wallet: Full wallet intelligence profile for any EVM address. Returns a CLEAN / SUSPICIOUS / FLAGGED verdict, composite risk score (0-100), whale/mid/retail classification by holdings, bot likel
What data it sees
Do you need an account
No: the server works without sign-in
Use this MCP server when your agent needs to verify token safety before executing a trade or assess wallet risk before interacting with an unknown address. Covers Solana/Pump.fun (474ms p50), Base, Ethereum, and Arbitrum. No API keys — pay per query in USDC on Base via x402. Tools: check_pump_token (Pump.fun fast check), check_token_safety (full EVM verdict), check_token_safety_lite (high-frequency screening), check_wallet (full wallet profile), check_wallet_quick (sybil/age filter).
Server tool list (4)
Raw names from tools/list. Only developers need these.
| check_token_safety | Full token safety analysis. Returns a risk score (0-100, lower is safer), a SAFE / CAUTION / AVOID recommendation, a confidence level, and three sub-checks: deployer wallet age in days, whether the liquidity pool is locked, and top-10 holder concentration percentage. Use this before trading or listing any token. Supports Base, Ethereum, Arbitrum, and Solana. Results cached 4 hours. |
| check_token_safety_lite | Fast token pre-trade check — deployer wallet age and LP lock status only, no holder concentration analysis. Typically completes in under 3 seconds. Returns risk score, SAFE / CAUTION / AVOID recommendation, deployer age in days, and LP lock flag. Use this when screening many tokens quickly. For full holder analysis use check_token_safety. |
| check_wallet | Full wallet intelligence profile for any EVM address. Returns a CLEAN / SUSPICIOUS / FLAGGED verdict, composite risk score (0-100), whale/mid/retail classification by holdings, bot likelihood score (0-100), contract deploy count as a rug-pull proxy, active chains, wallet age in days, transaction count, and risk flags such as NEW_WALLET, HIGH_BOT_SCORE, MIXER_INTERACTIONS, and SERIAL_DEPLOYER. Use this to evaluate token deployers, counterparties, or airdrop claimants. Cached 1 hour. |
| check_wallet_quick | Fast wallet check — wallet age in days and outgoing transaction count only. Typically completes in under 2 seconds. Returns a simple CLEAN / SUSPICIOUS verdict alongside age and tx count. Use this when confirming a wallet is not brand-new before a quick trust decision, such as filtering obvious sybils in an airdrop. For full risk profiling including bot score, classification, and rug history use check_wallet. |