🔐
Token Security Analysis Tools
Detect scams, analyze token security, and protect against rug pulls
Key Features
- ✓Scam Detection: Analyze freeze authority, mint authority, and token controls
- ✓Creator Analysis: Check creator reputation and detect serial scammers
- ✓Holder Analysis: Detect bot wallets and analyze token distribution
- ✓Liquidity Locks: Verify if liquidity is locked to prevent rug pulls
- ✓Social Sentiment: Analyze social media presence and detect red flags
Security Analysis Tools
get_token_security
Comprehensive security check with risk score
Cost: 8 centsget_creator_analysis
Creator reputation and rug pull detection
Cost: 10 centsget_top_holders
Holder distribution and bot detection
Cost: 6 centsget_liquidity_lock
Liquidity lock verification
Cost: 6 centsget_social_sentiment
Social media analysis and red flags
Cost: 5 centsget_whale_activity
Track large transactions and patterns
Cost: 7 centsWhat We Check
⚠️
Freeze Authority: Can the token creator freeze your tokens?
⚠️
Mint Authority: Can the creator mint unlimited tokens?
⚠️
Holder Concentration: Are tokens highly concentrated?
⚠️
Creator History: Has the creator rug pulled before?
⚠️
Liquidity Lock: Is the liquidity pool locked?
⚠️
Social Presence: Legitimate project or scam?
Example Usage
Claude Desktop / Cursor
User: "Is this token safe to buy?" AI: [Calls get_token_security for mint_address] AI: ⚠️ Security Risk Score: 8/10 - Freeze authority enabled (could freeze your tokens) - Mint authority enabled (could mint unlimited supply) - Holder concentration: 15% (moderate) Recommendation: High risk, exercise caution User: "Check the creator's reputation" AI: [Calls get_creator_analysis] AI: Creator wallet: 5KdVr... Tokens created: 12 Rug pulls detected: 2 Reputation: LOW (red flag) Recommendation: AVOID this token
REST API
# Security check
curl -X POST https://solanamcp.dev/api/tools/get_token_security \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"mintAddress": "EPjF..."}'
# Creator analysis
curl -X POST https://solanamcp.dev/api/tools/get_creator_analysis \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"mintAddress": "EPjF..."}'Security Best Practices
- 1.Always check token security before buying
- 2.Verify creator reputation and history
- 3.Check if liquidity is locked
- 4.Analyze holder distribution for pump & dumps
- 5.Verify social media and website legitimacy