loading…
Search for a command to run...
loading…
# Rug Munch Intelligence — MCP Server [](https://modelcontextprotocol.io) [ + 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 bash pip install rug-munch-mcp ### Claude Desktop Add to ~/Library/Application Support/Claude/claude_desktop_config.json: json { "mcpServers": { "rug-munch": { "command": "rug-munch-mcp", "env": {} } } } ### Cursor / Windsurf Add to your MCP config: json { "rug-munch": { "command": "python3", "args": ["-m", "rug_munch_mcp"] } } ### From Source bash 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: json { "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 MITSmithery CLI connects your agents to thousands of skills and MCP servers directly from the command line. To get started, simply run npx skills add smithery/cli.
npm install -g smithery@latest
Requires Node.js 20+.
smithery mcp search [term] # Search the Smithery registry
smithery mcp add <url> # Add an MCP server connection
smithery mcp list # List your connections
smithery mcp remove <ids...> # Remove connections
Interact with tools from MCP servers connected via smithery mcp.
smithery tool list [connection] # List tools from your connected MCP servers
smithery tool find [query] # Search tools by name or intent
smithery tool get <connection> <tool> # Show full details for one tool
smithery tool call <connection> <tool> [args] # Call a tool
Browse skills on the Smithery Skills Registry and install them with the upstream installer:
npx skills add <skill> # e.g. npx skills add smithery-ai/cli
smithery auth login # Login with Smithery (OAuth)
smithery auth logout # Log out
smithery auth whoami # Check current user
smithery auth token # Mint a service token
smithery auth token --policy '<json>' # Mint a restricted token
smithery namespace list # List your namespaces
smithery namespace use <name> # Set current namespace
smithery mcp publish <url> -n <org/server> # Publish an MCP server URL
smithery mcp publish <bundle.mcpb> -n <org/server> # Publish an MCP bundle
# Search and connect to an MCP server
smithery mcp search "github"
smithery mcp add github --id github
# Find and call tools from your connected MCP servers
smithery tool find "create issue"
smithery tool call github create_issue '{"title":"Bug fix","body":"..."}'
# Browse and install skills
smithery skill search "frontend" --json --page 2
smithery skill add anthropics/frontend-design --agent claude-code
# Publish your MCP server URL
smithery mcp publish https://my-mcp-server.com -n myorg/my-server
# Publish a built MCP bundle
smithery mcp publish ./server.mcpb -n myorg/my-server
git clone https://github.com/smithery-ai/cli
cd cli && pnpm install && pnpm run build
npx . --help
Contributions welcome! Please submit a Pull Request.
Run in your terminal:
claude mcp add rug-intel -- npx -y @smithery/cli run cryptorugmunch/rug-intelNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs