MCP server for Rug Munch Intelligence — 19 tools for crypto token risk analysis, rug pull detection, and AI forensics
Project description
Rug Munch Intelligence — MCP Server
19 tools for crypto token risk intelligence. Detect rug pulls, honeypots, and scams before your agent transacts.
Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
What It Does
| Tool | What | Price |
|---|---|---|
check_token_risk |
Quick risk score (0-100) + recommendation | $0.04 |
check_token_risk_premium |
Full breakdown + deployer + social OSINT | $0.10 |
check_batch_risk |
Up to 20 tokens at once | $0.30 |
check_deployer_history |
Deployer wallet analysis — serial rugger? | $0.06 |
get_token_intelligence |
Complete token profile (price, holders, LP) | $0.06 |
get_holder_deepdive |
Top holders, concentration, sniper detection | $0.10 |
get_social_osint |
Social media presence and red flags | $0.06 |
get_kol_shills |
KOL/influencer shill detection | $0.06 |
get_coordinated_buys |
Detect coordinated buying patterns | $0.04 |
check_blacklist |
Community blacklist check | $0.02 |
check_scammer_wallet |
Known scammer wallet check | $0.02 |
get_market_risk_index |
Global market risk overview | $0.02 |
get_serial_ruggers |
Known serial rugger wallets | $0.02 |
marcus_quick |
AI verdict — Claude Sonnet 4 quick analysis | $0.15 |
marcus_forensics |
AI forensics — full Claude Sonnet 4 investigation | $0.50 |
marcus_ultra |
AI deep analysis — Claude Opus 4 | $2.00 |
marcus_thread |
AI analysis thread for X/Twitter | $1.00 |
watch_token |
7-day webhook monitoring for risk changes | $0.20 |
get_api_status |
Service health + accuracy metrics (free) | Free |
Quick Start
Install
pip install rug-munch-mcp
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"rug-munch": {
"command": "rug-munch-mcp",
"env": {}
}
}
}
Cursor / Windsurf
Add to your MCP config:
{
"rug-munch": {
"command": "python3",
"args": ["-m", "rug_munch_mcp"]
}
}
From Source
git clone https://github.com/CryptoRugMunch/rug-munch-mcp
cd rug-munch-mcp
pip install -e .
rug-munch-mcp
Payment
Endpoints are paid via x402 USDC micropayments on Base mainnet. When you call a paid tool, the API returns HTTP 402 with payment details. x402-compatible clients handle this automatically.
Alternatively, set an API key to bypass x402:
{
"mcpServers": {
"rug-munch": {
"command": "rug-munch-mcp",
"env": {
"RUG_MUNCH_API_KEY": "your-key-here"
}
}
}
}
Supported Chains
Solana, Ethereum, Base, Arbitrum, Polygon, Optimism, Avalanche
Architecture
Your Agent (Claude, Cursor, etc.)
↓ MCP stdio
rug-munch-mcp (this package)
↓ HTTPS
cryptorugmunch.app/api/agent/v1/*
↓ x402 payment (if needed)
Rug Munch Intelligence API
↓
240K+ scans, 114K+ flagged tokens, AI forensics
Other Integration Methods
- x402 Direct: x402-trading-agent — Example Python agent
- AgentKit Plugin: rug-agent-kit — Coinbase AgentKit integration
- A2A:
https://cryptorugmunch.app/.well-known/agent.json - OpenAPI:
https://cryptorugmunch.app/api/agent/v1/openapi.json
Links
- API Status: https://cryptorugmunch.app/api/agent/v1/status
- Discovery: https://cryptorugmunch.app/.well-known/mcp.json
- Docs: https://cryptorugmunch.app/api/agent/v1/skill.md
- GitHub: https://github.com/CryptoRugMunch
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rug_munch_mcp-1.0.0.tar.gz.
File metadata
- Download URL: rug_munch_mcp-1.0.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cea3372d5d639f72d6ead1dd547bae999db33c17eda78e52b7550eef6045c62
|
|
| MD5 |
ddcea561568231e2edf5aab8c516ebce
|
|
| BLAKE2b-256 |
96179c2fad119c582a60ada9b18c1246868b2406c97b805148980dbb60409025
|
File details
Details for the file rug_munch_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: rug_munch_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
003d3b33d1c614a6ee622f2e88d039d51d317505dbe3834a31b640924ebd7d14
|
|
| MD5 |
977a9911a12f3090a1330ae56a78826c
|
|
| BLAKE2b-256 |
12884dab9a88ec03d0dbd361472e61b3a537d7847dbf0c98dbb0587e68867160
|