Inspiration

Launching tokens and managing smart contracts is often intimidating—complex UIs, manual setups, and risk of error. We wanted to reimagine the crypto launchpad by making AI the front-end, where anyone can deploy tokens or manage liquidity through simple natural language.

What it does

Crypto LaunchPad with AI is an AI-powered crypto launchpad that supports both Ethereum and Solana (Still in alpha). Instead of web dashboards, it provides an AI-first interface where users can create tokens, deploy smart contracts, and manage liquidity pools by just describing what they want. With pre-built templates, Uniswap integration, secure signing, and real-time monitoring, it brings crypto operations down to a single conversation with an AI.

How we built it

We built a dual-server architecture: - MCP Server for AI tool requests via Streamable HTTP Protocol which both supports Oauth and API key authentication - React frontend for secure client-side transaction signing and smart contract viewing

The backend is written in Go, with Postgres support for persistence, and a lightweight React frontend for wallet interactions. We integrated EIP-6963 wallet discovery to maximize compatibility and ensure that private keys are never exposed. We wrote dozens of e2e tests to ensure the quality of our service. We deployed a online version on AWS for user to use on Claude and ChatGPT as well as a binary for installation file for user who wants 100% privacy.

Challenges we ran into

- Designing a mcp server that maps reliably to blockchain actions.
- Managing secure signing flows without exposing private keys.\
- Provide a authentication for MCP client to use (Some clients do not support oauth signing flow)
- Provide both local installation as well as remote deployment for different types of user

Accomplishments that we’re proud of

- A fully AI-first crypto launchpad with MCP tools covering chain selection, token deployment, smart contract interactions,liquidity management, and monitoring.
-   Secure by design: no private key handling, client-side signing only.
-   Multi-chain ready: seamless Ethereum + Solana support with customizable templates.

What we learned

-   AI interfaces can drastically simplify blockchain UX if tools are designed with care.
-   Smart contract templates need both security validation and flexibility for real-world projects.
-   Secure signing flows are critical—users trust systems that never touch their keys.
-   A good developer experience (easy install, Docker, MCP integration) accelerates adoption.

What’s next for Crypto LaunchPad With AI - LLM chat interface: let users interactively deploy tokens and manage contracts directly online, without local setup. - mcprouter integration: embed this server into our remote MCP management service for unified auth and seamless embedding into any application. - Deeper Solana support: including DEX integration and advanced trading features.

Built With

Share this project:

Updates