An MCP server that detects potential risks in Solana meme tokens, helping AI agents avoid rug pulls and unsafe projects.
Rug Check MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. An MCP server that detects potential risks in Solana meme tokens, helping AI agents avoid rug pulls and unsafe projects.
Once Rug Check MCP is connected, these are the calls the assistant has available:
Description — Analyzes a Solana token based on its addressInput — token_address (string) - The Solana token address to analyzeOutput — A dictionary containing:token_address — Token addresstoken_name — Token nametoken_symbol — Token symbolsnif_score — Solsniffer risk score (0-100)market_cap — Market capitalization in USDprice — Token price in USDsupply_amount — Total supply of the tokenrisks — High, moderate, and low risk details with counts and descriptionsaudit_risk — Audit status (mint/freeze disabled, LP burned, top 10 holders)@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need one environment variable: SOLSNIFFER_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Rug Check MCP's toolset — Description, Input, Output and 11 more — is a fair guide to whether it matches your workflow. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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) |
| market_cap | Market capitalization in USD |
| price | Token price in USD |
| supply_amount | Total supply of the token |
| risks | High, moderate, and low risk details with counts and descriptions |
| audit_risk | Audit status (mint/freeze disabled, LP burned, top 10 holders) |
| Price | $0.000297 |
| Risks | - High (3 risks): |
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"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SOLSNIFFER_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.