Rug-Check-MCP
An MCP server that detects potential risks in Solana meme tokens, helping AI agents avoid rug pulls and unsafe projects.
Features
- Token Analysis Tool: The
analysis_tokentool retrieves and processes Solana token data from the Solsniffer API. - Structured Output: Returns detailed token information including name, symbol, Snif score, market cap, price, supply, risks, and audit status.
Prerequisites
- Python 3.10 or higher
- A Solsniffer API key (sign up at Solsniffer to obtain one)
Installation
Installing via Smithery
To install Rug Check for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kukapay/rug-check-mcp --client claudeManual Installation
Clone the Repository:
git clone https://github.com/kukapay/rug-check-mcp.git cd rug-check-mcpInstall Dependencies: Ensure you have
pipinstalled, then run:pip install mcp[cli] requests python-dotenvClient Configuration:
"mcpServers": { "rug-check-mcp": { "command": "python", "args": ["path/to/rug-check-mcp/main.py"], "env": { "SOLSNIFFER_API_KEY": "your_solsniffer_api_key_here" } } }






