100ms Raydium Sniper
STDIOHigh-performance token sniping tool for Raydium DEX with multi-region support and AI integration.
High-performance token sniping tool for Raydium DEX with multi-region support and AI integration.
A high-performance tool for token sniping on Raydium DEX with multi-region support and Claude AI integration.
The 100ms Raydium Sniper uses Model Context Protocol (MCP) to integrate with Claude AI, allowing natural language interaction for sniping tokens on the Raydium DEX on Solana. Key features include:
Clone the repository
git clone https://github.com/yourname/100ms-sniper-mcp.git cd 100ms-sniper-mcp
Install dependencies
pnpm install
Create environment file
cp .env.example .env
Edit .env
with your API keys and wallet private key.
Build the project
pnpm run build
Launch with Claude Desktop
pnpm run launch-claude
To try the tool in demo mode without real transactions:
pnpm run setup-demo
This builds the project and launches Claude Desktop with a mock server that simulates responses without requiring API keys or SOL in your wallet.
Once Claude Desktop is launched with the MCP installed, you can use natural language to:
Check status: "Show me the status of the Raydium sniper"
Snipe a token: "Snipe token DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 with 1% slippage"
Configure parameters: "Configure my sniper with 2% slippage and 0.1 SOL per transaction"
For multi-region deployment:
Set up cloud configuration
cp cloud/.env.cloud.example cloud/.env.cloud
Edit cloud/.env.cloud
with your API keys, project ID and wallet information.
Run cloud setup
pnpm run cloud:setup
Build and deploy cloud functions
pnpm run cloud:build pnpm run cloud:deploy
Update your environment with function URLs
After deployment, copy the deployed function URLs to your .env
file.
See DEPLOYMENT.md for detailed deployment instructions.
The architecture consists of several components:
MIT License - See LICENSE for details.