On-chain token-safety MCP for Solana AI trading agents — rug check, honeypot detection & authority-trap screening before you buy, plus MEV-protected swap execution.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport streamable-http · http counts 4 tools · 0 res
· 0 prompts
permission surface via code analysis
tools
-
check_authorities
mint / freeze authority and extension detection
-
execute_safe_swap
gas-optimized, MEV-protected swap execution
-
simulate_sell
can the token actually be sold? (on-chain block check)
-
verify_token_safety
on-chain audit: mint/freeze authority + Token-2022 traps
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit 6f8c3ba · analyzer v17 · 3d ago
skills & prompt files 1
- agent-rulesMrWizardlyLoaf-rugcheck-ai-6f8c3ba/AGENTS.md
evidence-backed
findings quoted directly from the published source artifact — not inferred
network 1
- net MrWizardlyLoaf-rugcheck-ai-6f8c3ba/server.py :12
import httpx
tool registrations 3
- verify_token_safety MrWizardlyLoaf-rugcheck-ai-6f8c3ba/server.py :169
- check_authorities MrWizardlyLoaf-rugcheck-ai-6f8c3ba/server.py :193
- simulate_sell MrWizardlyLoaf-rugcheck-ai-6f8c3ba/server.py :206
declared dependencies 3
- fastmcp@>=2.0
- solders@>=0.21
- httpx@>=0.27