AI Crypto Sniper MCP server
AI-assisted Solana trading bot with 331 MCP tools across Meme, Spot, Perpetuals, and Mirror modes.
0 stars
Reviews
Write oneNobody has reviewed AI Crypto Sniper MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
AI Crypto Sniper MCP tools (100, 13 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
analyze_perp_performanceAnalyze perp trade performance and return summary stats.
apply_perp_risk_levelApply a risk level (1-20) to the perp configuration.
authorize_orderly_keyAsk the running app to open wallet authorization; the user approves the signature.
buy_mintwrite actionBuy a specific token by mint address using configured automatic sizing.
buy_pulse_assetwrite actionPurchase a Pulse asset by SOL quantity, USD value, or available-funds percentage.
cancel_all_perp_orderswrite actionCancel all open perp orders, optionally filtered by symbol.
cancel_perp_orderwrite actionCancel a specific perp order by order ID.
clear_perp_logClear the perp bot log file.
clear_perp_signal_historyClear the perp signal history file.
clear_perp_trade_historyClear the perp trade history file.
close_perp_positionClose (reduce) a perp position by symbol and percentage.
disable_perp_signalDisable signal generation for a perp market.
enable_perp_signalRe-enable signal generation for a blocked perp market.
generate_orderly_key_pairGenerate and privately save an ED25519 pair; return only its public key.
get_configGet the current bot configuration as JSON.
get_funding_historyReturn recent funding payment history for a perp market.
get_funding_ratesReturn current funding rates for all perp markets.
get_liquidationsReturn recent large liquidation events.
get_orderly_setup_statusCheck locally saved Orderly credentials without revealing the private key.
get_perp_bot_statusReturn the current perpetuals bot status (running, stopped, etc.).
get_perp_candlesReturn recent candle (kline) data for a perp market.
get_perp_configReturn the current perp configuration.
get_perp_config_catalogReturn the catalog of all available perp config keys.
get_perp_correlation_matrixReturn a simple correlation matrix between open perp positions.
get_perp_exposureReturn total perp exposure and margin usage summary.
get_perp_fee_summaryReturn a summary of fees paid across all perp trades.
get_perp_funding_costReturn total funding payments paid/received for a position or all.
get_perp_liquidation_priceReturn the estimated liquidation price for a perp position.
get_perp_logReturn the tail of the perp bot log.
get_perp_margin_infoReturn detailed margin information for all open perp positions.
get_perp_margin_ratioReturn the current perp margin ratio / health.
get_perp_market_detailReturn detailed data for a specific perp market.
get_perp_market_statsReturn aggregate statistics across all perp markets.
get_perp_marketsReturn the list of available perpetual markets.
get_perp_open_ordersReturn all open perp orders.
get_perp_order_historywrite actionReturn recent perp order history.
get_perp_orderbookReturn the latest orderbook snapshot for a perp market.
get_perp_pnl_tallyReturn the all-time perp P&L tally.
get_perp_position_detailReturn detailed data for a specific perp position.
get_perp_position_pnlReturn the P&L for a specific perp position.
get_perp_positionsReturn all open perpetual positions.
get_perp_price_changesReturn multi-timeframe price changes for all perp markets.
get_perp_risk_statusReturn the current perp risk status (leverage, exposure, etc.).
get_perp_signal_detailReturn details for a specific perp signal.
get_perp_signal_historyReturn the history of past perp signals (executed and rejected).
get_perp_signal_summaryReturn a summary of signal generation stats (counts by type, direction).
get_perp_signalsReturn the latest perp trading signals.
get_perp_trade_detailReturn details for a specific perp trade by its index in history.
get_perp_trade_historyReturn perp trade history.
get_perp_var_estimateReturn a simple parametric VaR estimate for open positions.
get_perp_wallet_balancesReturn the perp trading and savings wallet balances.
get_pulse_purchase_previewwrite actionReturn the Pulse asset data and SOL/USD funds available for a purchase.
get_rpc_pool_statusList configured RPC pool slots without exposing API key values.
get_top_perp_marketsReturn top perp markets sorted by volume, open interest, or 24h change.
lookup_orderly_accountLook up the user's Solana Raydium Orderly account; optionally save its ID.
modify_perp_orderwrite actionModify an existing perp order's price and/or size.
open_perp_longOpen a long perpetual position by symbol and notional size.
open_perp_shortOpen a short perpetual position by symbol and notional size.
preview_perp_risk_levelPreview the perp configuration for a specific risk level (1-20).
refresh_perp_pnlForce a refresh of the perp P&L tally from trade history.
reset_perp_pnl_tallyReset the all-time perp P&L tally to zero.
save_perp_settingsPersist the current perp configuration to disk.
search_perp_marketsSearch perp markets by symbol substring with optional volume/leverage filters.
sell_allPanic sell — liquidate ALL open positions immediately.
sell_all_perpsPanic close all open perpetual positions immediately.
sell_positionSell a single position by mint address immediately.
set_perp_allowed_tokensSet the comma-separated list of allowed base tokens (empty = all allowed).
set_perp_auto_executewrite actionEnable or disable automatic perp order execution.
set_perp_auto_savingsConfigure auto savings sweep for perp profits.
set_perp_blocked_tokensSet the comma-separated list of blocked base tokens (never trade these).
set_perp_directionSet allowed trade directions: 'long', 'short', or 'both'.
set_perp_dry_runwrite actionEnable or disable perp dry-run (practice) mode.
set_perp_funding_exitSet the max adverse funding rate before the bot exits a position.
set_perp_leverageSet leverage for an existing perp position or as default.
set_perp_liquidation_floorSet the minimum liquidation distance floor percentage.
set_perp_margin_modeSet perp margin mode to isolated or cross.
set_perp_market_filtersSet market entry filters: min 24h volume, min open interest, max spread.
set_perp_max_exposureSet the perp max total exposure in USD.
set_perp_max_leverageSet the perp max leverage cap.
set_perp_order_typewrite actionSet the default perp order type: MARKET, LIMIT, POST_ONLY, IOC, or FOK.
set_perp_poll_intervalsSet polling intervals for market data, position monitoring, and signals.
set_perp_position_sizeSet position sizing: % of wallet as margin and max notional cap.
set_perp_position_timeoutSet the auto-close position timeout in seconds (0 = disable).
set_perp_signal_modeSet the perp signal generation mode.
set_perp_slippageSet the max acceptable slippage in basis points for perp orders.
set_perp_stop_lossSet the hard stop loss percentage for perp positions.
set_perp_take_profit_ladderSet the take-profit ladder steps string (e.g. '2%:30,5%:30,10%:20').
set_perp_testnetSwitch perp API between testnet and mainnet.
set_perp_trailing_stopConfigure the trailing stop activation and drawdown percentages.
set_rpc_pool_keySet one Helius RPC pool key in the private local secrets.env file.
set_rpc_pool_skip_untilSet or clear the skip-until date for an RPC pool slot.
set_trading_modeSwitch between practice and live trading, matching the GUI mode button.
start_botStart the snipe bot (equivalent to clicking 'Start Bot' in the GUI).
start_perp_botStart the perpetuals trading bot.
stop_botStop the snipe bot (equivalent to clicking 'Stop Bot' in the GUI).
stop_perp_botStop the perpetuals trading bot.
transfer_perp_solwrite actionTransfer SOL between trading and savings wallets.
update_perp_configwrite actionUpdate a single perp configuration value.
update_perp_config_batchwrite actionUpdate multiple perp config values at once.
validate_perp_config_toolValidate the current perp configuration and return any warnings.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan9 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 1 days ago15/15
- Maintainer identitynamespace and repository owner differ; website matches verified namespace5/10
Install directly
claude mcp add ai-crypto-sniper-mcp -- uvx ai-crypto-sniper-mcp
AI Crypto Sniper MCP: common questions
- Is AI Crypto Sniper MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the AI Crypto Sniper MCP safety report
- How do I install AI Crypto Sniper MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does AI Crypto Sniper MCP need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is AI Crypto Sniper MCP maintained?
- The last commit was in the last day (2026-09-18). The latest release is v5.0.0.
- What can I use instead of AI Crypto Sniper MCP?
- Servers from other publishers that do the same job: AlgoVault — Crypto Quant Trade Calls MCP server, CoinRithm Agent Trading MCP server and AI Crypto Sniper MCP (renamed) MCP server. Compare all AI Crypto Sniper MCP alternatives.
Alternatives to AI Crypto Sniper MCP
Same job from other publishers: the closest match first, then the best rated.
AlgoVault — Crypto Quant Trade CallsThe Brain Layer for AI Trading Agents — quant calls + cross-venue arb across perp venues via MCP.not reviewedGrowingA- CoinRithm Agent TradingKeyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.not reviewedGrowingB
- AI Crypto Sniper MCP (renamed)Renamed to AI Crypto Sniper. Use com.aicryptosniper/ai-crypto-sniper-mcp instead.not reviewedGrowingA
- Trading SignalsLive AI crypto trading signals for agents. No API key needed to try — 3 signals + hit rate.not reviewedGrowingB
- EdgeDepth ResearchTest crypto and TradFi-perpetual claims using recorded counts, baselines, and replay.not reviewedGrowingA