Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.
If you already use Rug, the rug mcp server is the piece that lets your assistant work with it directly. Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.
Connect directly to our hosted server: https://cryptorugmunch.app/mcp/sse
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
check_token_risk — Quick risk score (0-100) + recommendationcheck_token_risk_premium — Full breakdown + deployer + social OSINTcheck_batch_risk — Up to 20 tokens at oncecheck_deployer_history — Deployer wallet analysis — serial rugger?get_token_intelligence — Complete token profile (price, holders, LP)get_holder_deepdive — Top holders, concentration, sniper detectionget_social_osint — Social media presence and red flagsget_kol_shills — KOL/influencer shill detectionget_coordinated_buys — Detect coordinated buying patternscheck_blacklist — Community blacklist checkcheck_scammer_wallet — Known scammer wallet checkget_market_risk_index — Global market risk overviewBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Rug's toolset — check_token_risk, check_token_risk_premium, check_batch_risk and 11 more — is a fair guide to whether it matches your workflow. It is maintained by amarodeabreu; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Rug's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| check_token_risk | Quick risk score (0-100) + recommendation |
| check_token_risk_premium | Full breakdown + deployer + social OSINT |
| check_batch_risk | Up to 20 tokens at once |
| check_deployer_history | Deployer wallet analysis — serial rugger? |
| get_token_intelligence | Complete token profile (price, holders, LP) |
| get_holder_deepdive | Top holders, concentration, sniper detection |
| get_social_osint | Social media presence and red flags |
| get_kol_shills | KOL/influencer shill detection |
| get_coordinated_buys | Detect coordinated buying patterns |
| check_blacklist | Community blacklist check |
| check_scammer_wallet | Known scammer wallet check |
| get_market_risk_index | Global market risk overview |
| get_serial_ruggers | Known serial rugger wallets |
| marcus_quick | AI verdict — Claude Sonnet 4 quick analysis |
### Cursor / Windsurf / VS Code
```json
{
"mcpServers": {
"rug-munch": {
"command": "rug-munch-mcp",
"env": {}
}
}
}Configuration as documented by the project. Restart the client after saving.
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.