L
LaunchPad
v2.2.2crypto
Readme
Crypto Launchpad MCP Server
AI-powered crypto launchpad supporting Ethereum and Solana blockchains. Unlike traditional web-based launchpads, this uses AI as the interface for easy token creation and management.
Download
Visit cryptolaunch.app to download the latest version of the Crypto Launchpad MCP server for your platform.
Features
- AI-First Interface: Natural language commands for blockchain operations
- Multi-Chain Support: Ethereum and Solana blockchain integration
- Smart Contract Templates: Pre-built and customizable contract templates
- Uniswap Integration: Complete DEX functionality for liquidity management
- Secure Signing: EIP-6963 wallet discovery with client-side transaction signing
- Real-time Monitoring: Pool metrics and transaction tracking
Quick Start
Prerequisites
- Go 1.24.5 or later
- Modern web browser with wallet extension (MetaMask, Coinbase Wallet, etc.)
Installation
- Clone the repository:
git clone <repository-url>
cd launchpad-mcp
- Install dependencies:
make deps
- Build the project:
make build
- Run the server:
make run
Docker Deployment
For production deployments, you can use the pre-built Docker images from GitHub Container Registry:
Using Docker Run
# Pull and run the latest image
docker run -d \
--name launchpad-mcp \
-p 8080:8080 \
-e POSTGRES_URL="your_postgres_url" \
ghcr.io/rxtech-lab/launchpad-mcp:latest