An MCP server that detects potential rug pull risks in Solana meme tokens.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-rug-check-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Rug-Check-MCP An MCP server that detects potential risks in Solana meme tokens, helping AI agents avoid rug pulls and unsafe projects.   [](https://smithery.ai/server/@kukapay/rug-check-mcp) ## Features - **Token Analysis Tool**: The `analysis_token` tool 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](https://solsniffer.com) to obtain one) ## Installation ### Installing via Smithery To install Rug Check for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kukapay/rug-check-mcp): ```bash npx -y @smithery/cli install @kukapay/rug-check-mcp --client claude ``` ### Manual Installation 1. **Clone the Repository**: ```bash git clone https://github.com/kukapay/rug-check-mcp.git cd rug-check-mcp ``` 2. **Install Dependencies**: Ensure you have `pip` installed, then run: ```bash pip install mcp[cli] requests python-dotenv ``` 3. **Client Configuration**: ``` "mcpServers": { "rug-check-mcp": { "command": "python", "args": ["path/to/rug-check-mcp/main.py"], "env": { "SOLSNIFFER_API_KEY": "your_solsniffer_api_key_here" } } } ``` ## Tool: `analysis_token` - **Description**: Analyzes a Solana token based on its address. - **Input**: `token_address` (string) - The Solana token address to analyze. - **Output**: A dictionary containing: - `token_address`: Token address - `token_name`: Token name - `token_symbol`: Token symbol - `snif_score`: Solsniffer risk score (0-100) - `mark…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.