AI Crypto Sniper MCP Server — 331 MCP tools for AI-assisted control of the AI Crypto Sniper V5 Solana trading bot (Meme, Spot, Perpetuals, Mirror).
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
- !No standard license detected
claude mcp add ai-crypto-sniper-mcp -- uvx ai-crypto-sniper-mcp{
"mcpServers": {
"ai-crypto-sniper-mcp": {
"command": "uvx",
"args": ["ai-crypto-sniper-mcp"]
}
}
}Resumen de MCP Servers
<!-- mcp-name: co.solsniperbot/solana-snipe-bot-mcp --> # Solana Sniper Bot MCP  **Autonomous Solana trading bot with 328 MCP tools for AI-assisted control.** Four trading modes. One Windows desktop app. Full MCP integration for Claude, Cursor, Devin, and any MCP-compatible AI assistant. ## IMPORTANT: Requires the Solana Sniper Bot Windows Application This MCP server is **useless on its own**. It requires the **Solana Sniper Bot V4** Windows GUI application to be installed and running. **Download the Windows executable from [solsniperbot.co](https://solsniperbot.co/download.html).** ## What It Does The Solana Sniper Bot watches the Solana blockchain for trading opportunities across four modes: 1. **Meme / New-Token Sniping** — Pump.fun launch detection with safety/liquidity/market-cap/volume/holder/age/creator-holding filters, take-profit ladders, trailing stops, rug detection, volume-death detection, and momentum-reversal detection. 2. **Spot Trading** — Jupiter DEX aggregator integration with market/limit orders, DCA, portfolio rebalancing, risk-level presets, and slippage control. 3. **Perpetual Futures** — Long/short with leverage, margin trading, funding-rate controls, liquidation avoidance, market discovery, and signal generation. 4. **Mirror Mode** — Whale-wallet copy trading with proportional sizing, configurable limits, token filtering, and dry-run support. Using the 328 MCP tools, your AI agent can start/stop bots, execute trades, configure safety filters, query positions and P&L, manage wallets, analyze market data, and fine-tune strategy across all four trading modes. ## Pricing **This MCP server is 100% free.** The Solana Sniper Bot V4 Windows application (required to use this MCP server) has the following pricing: - **168 hours of live bot usage** (full version, no restrictions, no credit card required) - **After trial: First month $49.99** (50% off with promo code `SOLV4FIRST50`) - **$99.99/month** thereafter - **Cancel anytime** Subscribe at: [https://buy.stripe.com/dRm14ngiB5MBfIK6QM7bW07](https://buy.stripe.com/dRm14ngiB5MBfIK6QM7bW07?prefilled_promo_code=SOLV4FIRST50) ## Tools (328) ### Orderly Connection Setup (7) - `get_orderly_setup_status` — Check locally saved Orderly credentials without revealing the private key. - `generate_orderly_key_pair` — Generate and privately save an ED25519 pair; return only its public key. - `lookup_orderly_account` — Look up the user's Solana Raydium Orderly account; optionally save its ID. - `authorize_orderly_key` — Ask the running app to open wallet authorization; the user approves the signature. - `test_orderly_connection` — Save and test the Orderly connection with current credentials. - `copy_ai_setup_prompt` — Copy the AI setup prompt for obtaining Orderly credentials via MCP. - `get_orderly_deposit_address` — Fetch the Orderly receiver/deposit address for the configured perp wallet. ### Bot Control (10) - `start_bot` — Start the snipe bot (equivalent to clicking 'Start Bot' in the GUI). - `stop_bot` — Stop the snipe bot (equivalent to clicking 'Stop Bot' in the GUI). - `sell_all` — Panic sell — liquidate ALL open positions immediately. - `sell_position` — Sell a single position by mint address immediately. - `buy_mint` — Buy a specific token by mint address using configured automatic sizing. - `get_bot_stats` — Get bot operational statistics and per-category rejection totals. - `get_bot_status` — Get overall bot status. - `get_pending_commands` — Get pending commands from the command queue. - `clear_commands` — Clear the command queue. - `close_position` — Manually close a position without executing an on-chain sell. ### Trading Mode (1) - `set_trading_mode` — Switch between practice and live trading, matching the GUI mode button. ### RPC Pool (5) - `get_rpc_pool_status` — List configured RPC pool slots without exposing API key values. - `set_rpc_pool_key` — Set one Helius RPC pool key in the private local secrets.env file. - `set_rpc_pool_skip_until` — Set or clear the skip-until date for an RPC pool slot. - `get_rpc_pool_config` — Get the full RPC pool configuration (slots, keys masked, skip dates). - `clear_rpc_pool_slot` — Clear (remove) the API key from an RPC pool slot. ### Configuration (8) - `get_config` — Get the current bot configuration as JSON. - `update_config` — Update a single config key. The bot must be restarted for some settings. - `update_config_batch` — Validate and atomically update multiple settings from a JSON object. - `get_config_catalog` — List every supported variable, type, range, description, and value. - `validate_current_config` — Validate all current settings and return errors and risk warnings. - `preview_strategy_profile` — Preview the guarded small-account profile without changing files. - `apply_strategy_profile` — Apply the guarded profile atomically; requires confirm=true. - `save_settings` — Save current settings to config.json. ### Positions (5) - `get_open_positions` — Get all currently open (unsold) positions as JSON. - `get_positions_status` — Get universal real-time position status for Meme, Perp, and Spot. - `get_graduation_status` — Check graduation status for all open positions or a specific mint. - `audit_open_positions` — Compare saved positions to wallet balances and live exit routes (read-only). - `get_position_exit_quote` — Get a read-only Jupiter exit quote for a persisted open position. ### Trade History & P&L (7) - `get_trade_history` — Get recent trade history records. - `analyze_trade_performance` — Analyze closed-trade performance and exit-reason distribution. - `clear_trade_history` — Clear all trade history. - `get_pnl_tally` — Get the persistent all-time P&L tally. - `reset_pnl_tally` — Reset the all-time P&L tally to zero. - `refresh_pnl` — Force a P&L recompute. - `get_fee_summary` — Get fee + ATA rent breakdown. ### Wallet & Transfers (6) - `get_wallet_balances` — Get Funding, Meme, Savings, Perpetuals, and Spot wallet balances. - `transfer_sol` — Transfer SOL over any directed route among the five application wallets. - `move_all_sol` — Move all transferable SOL over any route among the five application wallets. - `get_wallet_addresses` — Get all application wallet addresses (funding, meme, savings, perpetuals, spot). - `get_perp_wallet_address` — Get the Perpetuals wallet address. - `get_spot_wallet_address` — Get the Spot wallet address. ### Pulse Trends (6) - `get_pulse_results` — Get all Pulse tab results. - `set_pulse_match_mode` — Set the Pulse match mode. - `clear_pulse_results` — Clear all Pulse results. - `get_pulse_price_history` — Get price tracking for a specific mint. - `get_pulse_purchase_preview` — Return the Pulse asset data and SOL/USD funds available for a purchase. - `buy_pulse_asset` — Purchase a Pulse asset by SOL quantity, USD value, or available-funds percentage. ### Log & Commands (4) - `get_log` — Get the last N lines of the bot log. - `clear_log` — Clear the bot log file. - `copy_log` — Copy the current bot log to the system clipboard. - `save_log` — Save the current bot log to a file. If path is empty, saves to the project directory. ### ATA Rent (1) - `close_empty_token_accounts` — Close all empty token accounts to reclaim ATA rent. ### Meme Bot — Safety & Filters (17) - `set_meme_max_buy_amount` — Set the maximum buy amount in USD for meme trades. - `set_meme_min_buy_amount` — Set the minimum buy amount in USD for meme trades. - `set_meme_min_liquidity` — Set the minimum liquidity (USD) required for a meme token to be considered. - `set_meme_min_market_cap` — Set the minimum market cap (USD) for a meme token to be considered. - `set_meme_min_volume_24h` — Set the minimum 24h volume (USD) for a meme token to be considered. - `set_meme_min_holders` — Set the minimum number of token holders required for a meme token. - `set_meme_max_token_age` — Set the maximum token age (minutes) for meme sniping (only buy new tokens). - `set_meme_max_creator_holdings_pct` — Set the max percentage of supply the creator/minter can hold (rug pull protection). - `set_meme_max_positions` — Set the maximum number of simultaneous meme positions. - `set_meme_position_size_pct` — Set the percentage of wallet to use per meme trade. - `set_meme_slippage_bps` — Set the maximum slippage in basis points for meme swaps. - `add_to_blacklist` — Add a token mint to the blacklist (never buy this token). - `remove_from_blacklist` — Remove a token mint from the blacklist. - `get_blacklist` — Return the current blacklist of token mints. - `add_to_whitelist` — Add a token mint to the whitelist (only buy these tokens). - `remove_from_whitelist` — Remove a token mint from the whitelist. - `get_whitelist` — Return the current whitelist of token mints. ### Meme Bot — Exit Strategy (10) - `set_meme_stop_loss_pct` — Set the hard stop loss percentage for meme positions. - `set_meme_take_profit_pct` — Set the take profit percentage for meme positions. - `set_meme_tp_ladder_steps` — Set the take-profit ladder steps (format: gain%:close_pct,gain%:close_pct). - `set_meme_trailing_stop` — Set the trailing stop percentage for meme positions. - `set_meme_rug_detection` — Enable or disable rug detection for meme positions. - `set_meme_volume_death_detection` — Enable or disable volume death detection (exit when volume dies). - `set_meme_momentum_reversal` — Enable or disable momentum reversal exit for meme positions. - `enable_meme_stop_loss` — Enable or disable stop loss protection for meme positions. - `enable_meme_take_profit_ladder` — Enable or disable take-profit ladder for meme positions. - `enable_meme_trailing_stop` — Enable or disable trailing stop for meme positions. ### Meme Bot — Signals & Auto-Buy (3) - `enable_meme_auto_buy` — Enable or disable automatic buying when signals are detected. - `enable_meme_signals` — Enable or disable automatic signal-based buying for the meme bot. - `clear_meme_signals` — Clear all s
Lo que la gente pregunta sobre AI-Crypto-Sniper-MCP
¿Qué es solara-sniper-bot/AI-Crypto-Sniper-MCP?
+
solara-sniper-bot/AI-Crypto-Sniper-MCP es mcp servers para el ecosistema de Claude AI. AI Crypto Sniper MCP Server — 331 MCP tools for AI-assisted control of the AI Crypto Sniper V5 Solana trading bot (Meme, Spot, Perpetuals, Mirror). Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-17.
¿Cómo se instala AI-Crypto-Sniper-MCP?
+
Puedes instalar AI-Crypto-Sniper-MCP clonando el repositorio (https://github.com/solara-sniper-bot/AI-Crypto-Sniper-MCP) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar solara-sniper-bot/AI-Crypto-Sniper-MCP?
+
Nuestro agente de seguridad ha analizado solara-sniper-bot/AI-Crypto-Sniper-MCP y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene solara-sniper-bot/AI-Crypto-Sniper-MCP?
+
solara-sniper-bot/AI-Crypto-Sniper-MCP es mantenido por solara-sniper-bot. La última actividad registrada en GitHub es del 2026-09-17, con 0 issues abiertos.
¿Hay alternativas a AI-Crypto-Sniper-MCP?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega AI-Crypto-Sniper-MCP en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/solara-sniper-bot-ai-crypto-sniper-mcp)<a href="https://claudewave.com/repo/solara-sniper-bot-ai-crypto-sniper-mcp"><img src="https://claudewave.com/api/badge/solara-sniper-bot-ai-crypto-sniper-mcp" alt="Featured on ClaudeWave: solara-sniper-bot/AI-Crypto-Sniper-MCP" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.