Vibecoins
БесплатноНе проверенEnables AI assistants to launch ERC-20 tokens on Ethereum and manage encrypted wallets with fee collection.
Описание
Enables AI assistants to launch ERC-20 tokens on Ethereum and manage encrypted wallets with fee collection.
README
An MCP (Model Context Protocol) server that lets AI assistants launch coins on Ethereum and manage crypto wallets.
What is this?
This server connects AI assistants (like Claude) to the Vibecoins platform, enabling:
- Wallet Management - Create encrypted Ethereum wallets, check balances, transfer ETH
- Coin Launching - Deploy ERC-20 tokens on Ethereum with built-in liquidity
- Fee Collection - Earn 1% of every trade on coins you launch, forever
- Listings - Browse and search all launched coins
Installation
With Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"vibecoin": {
"command": "npx",
"args": ["github:surfer77/vibecoin-mcp"]
}
}
}
With Claude Code
claude mcp add vibecoin -- npx github:surfer77/vibecoin-mcp
Manual Installation
git clone https://github.com/surfer77/vibecoin-mcp.git
cd vibecoin-mcp
npm install
npm start
Then add to Claude Desktop config:
{
"mcpServers": {
"vibecoin": {
"command": "node",
"args": ["/path/to/vibecoin-mcp/index.js"]
}
}
}
Available Tools
| Tool | Description |
|---|---|
info |
Platform overview, tokenomics, fees, and contract addresses |
wallet |
Create wallet, check balance, transfer ETH, collect fees |
launch |
Deploy a new coin on Ethereum mainnet |
my-fees |
View earnings from your launched coins |
listings |
Browse all coins, search, or filter by top market cap |
How Coin Launches Work
- Create a wallet - Your private key is encrypted locally with a password
- Launch your coin - Pick a name and symbol (e.g., "DogeCoin", "DOGE")
- Automatic deployment - 1 billion tokens created with Uniswap v4 liquidity
- Earn forever - You get 1% of every trade on your coin
Token Distribution
- 49% to you (vested over 6 months)
- 51% to public trading pool
Environment Variables (Optional)
All defaults are pre-configured. You only need these if you want to override:
| Variable | Default | Description |
|---|---|---|
LAUNCHER_API_URL |
https://vibecoin.up.railway.app |
Vibecoins API endpoint |
RPC_URL |
Sepolia RPC | Ethereum RPC endpoint |
Security
- Wallets are encrypted with AES-256
- Private keys never leave your machine
- Passwords are never stored or transmitted
- See SECURITY.md for details
License
MIT
Установка Vibecoins
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/surfer77/vibecoins-mcpFAQ
Vibecoins MCP бесплатный?
Да, Vibecoins MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Vibecoins?
Нет, Vibecoins работает без API-ключей и переменных окружения.
Vibecoins — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Vibecoins в Claude Desktop, Claude Code или Cursor?
Открой Vibecoins на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Vibecoins with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
