Skip to main content
ClaudeWave

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).

MCP ServersOfficial Registry0 stars0 forksPythonUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/17/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · ai-crypto-sniper-mcp
Claude Code CLI
claude mcp add ai-crypto-sniper-mcp -- uvx ai-crypto-sniper-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ai-crypto-sniper-mcp": {
      "command": "uvx",
      "args": ["ai-crypto-sniper-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/solara-sniper-bot/AI-Crypto-Sniper-MCP and follow its README.
Use cases

MCP Servers overview

<!-- mcp-name: co.solsniperbot/solana-snipe-bot-mcp -->
# Solana Sniper Bot MCP

![Solana Sniper Bot MCP](assets/mcp-software-box.png)

**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

What people ask about AI-Crypto-Sniper-MCP

What is solara-sniper-bot/AI-Crypto-Sniper-MCP?

+

solara-sniper-bot/AI-Crypto-Sniper-MCP is mcp servers for the Claude AI ecosystem. 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). It has 0 GitHub stars and its last recorded update is dated 2026-09-17.

How do I install AI-Crypto-Sniper-MCP?

+

You can install AI-Crypto-Sniper-MCP by cloning the repository (https://github.com/solara-sniper-bot/AI-Crypto-Sniper-MCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is solara-sniper-bot/AI-Crypto-Sniper-MCP safe to use?

+

Our security agent has analyzed solara-sniper-bot/AI-Crypto-Sniper-MCP and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains solara-sniper-bot/AI-Crypto-Sniper-MCP?

+

solara-sniper-bot/AI-Crypto-Sniper-MCP is maintained by solara-sniper-bot. The last recorded GitHub activity is dated 2026-09-17, with 0 open issues.

Are there alternatives to AI-Crypto-Sniper-MCP?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy AI-Crypto-Sniper-MCP to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: solara-sniper-bot/AI-Crypto-Sniper-MCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/solara-sniper-bot-ai-crypto-sniper-mcp)](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>

More MCP Servers

AI-Crypto-Sniper-MCP alternatives