Trade bonding curve tokens on Base via Mint Club V2 — buy, sell, swap, create
{
"mcpServers": {
"mintclub": {
"env": {
"PRIVATE_KEY": "0x..."
},
"args": [
"-y",
"mintclub-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Trade bonding curve tokens on Base via Mint Club V2 — buy, sell, swap, create
Is it safe?
No known CVEs for mintclub-mcp.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 49 days ago. 5 stars. 8 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
10 tools. ~400 tokens (0.2% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mintclub-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
token_infoGet information about a token
token_priceCheck token price
wallet_balanceGet wallet balance
buy_tokenBuy a token
sell_tokenSell a token
swapSwap tokens via optimal routing
zap_buyBuy token with any input token in one transaction
zap_sellSell token to any output token in one transaction
send_tokenSend token to another address
create_tokenCreate a new bonding curve token
This server is missing a description.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Mintclub MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Trade, create, and manage bonding curve tokens on Base — from the terminal, AI assistants, or autonomous agents.
Mint Club V2 is a permissionless bonding curve protocol on Base. Launch tokens backed by any reserve asset (HUNT, ETH, USDC) with automated pricing — no liquidity pool required. The protocol handles minting, burning, and price discovery through smart contracts.
This monorepo provides AI-ready tooling for the protocol:
| Package | Description | Install |
|---------|-------------|---------|
| cli/ | mc command-line interface | npm i -g mint.club-cli |
| mcp/ | MCP server for Claude, Cursor, etc. | npx mintclub-mcp |
| agent-skills/ | Agent skill for OpenClaw | clawhub install mintclub |
| eliza-plugin/ | ElizaOS plugin | PR #6498 |
npm install -g mint.club-cli
mc wallet --generate # Create a wallet
mc price SIGNET # Check token price
mc swap -i ETH -o HUNT -a 0.01 # Swap via Uniswap V3/V4
mc zap-buy SIGNET -i ETH -a 0.01 # Buy with any token
mc create -n "MyToken" -s MYT -r HUNT -x 1000000 --curve exponential
Add to Claude Desktop / Cursor config:
{
"mcpServers": {
"mintclub": {
"command": "npx",
"args": ["-y", "mintclub-mcp"],
"env": { "PRIVATE_KEY": "0x..." }
}
}
}
10 tools: token_info · token_price · wallet_balance · buy_token · sell_token · swap · zap_buy · zap_sell · send_token · create_token
clawhub install mintclub
User / AI Agent
│
├── CLI ──────────── mc swap -i ETH -o HUNT -a 0.01
├── MCP Server ───── tool call → mc CLI → transaction
├── Agent Skill ──── reads SKILL.md → runs mc CLI
└── ElizaOS Plugin ─ action handler → Bun.spawn(mc)
│
▼
mc CLI (mint.club-cli)
│
├── Bonding Curve ── MCV2_Bond contract (buy/sell/create)
├── Zap ──────────── MCV2_ZapV2 (swap + bond in one tx)
├── Uniswap ──────── UniversalRouter V2 (V3 + V4 pools)
└── Pricing ──────── 1inch Spot Price Aggregator (USD)
│
▼
Base L2 (Chain 8453)
Smart swap routing: mc swap auto-detects the optimal path — bonding curve buy/sell for Mint Club tokens, Uniswap V3/V4 for everything else, or zap (swap + bond) for cross-token purchases.
| Registry | Link |
|----------|------|
| npm (CLI) | mint.club-cli |
| npm (MCP) | mintclub-mcp |
| MCP Registry | io.github.h1-hunt/mintclub |
| mcp.so | mint-club |
| ClawHub | mintclub |
| ElizaOS | Plugin PR #6498 |
| | | |---|---| | 🌐 App | mint.club | | 📖 Docs |