VOOZH about

URL: https://mcp.so/server/mint-club/H-1

โ‡ฑ Mint Club V2 MCP Server


Mint Club V2

@H-1

Trade bonding curve tokens on Base via Mint Club V2. Buy, sell, swap (smart routing via bonding curves + Uniswap V3/V4), create tokens, check prices and balances. 10 tools for AI-powered DeFi on Base.
Overview

๐Ÿ‘ Mint Club

Mint Club V2 โ€” AI Tools

Trade, create, and manage bonding curve tokens on Base โ€” from the terminal, AI assistants, or autonomous agents.

๐Ÿ‘ CLI npm
๐Ÿ‘ MCP npm
๐Ÿ‘ MIT


What is Mint Club V2?

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:

PackageDescriptionInstall
cli/mc command-line interfacenpm i -g mint.club-cli
mcp/MCP server for Claude, Cursor, etc.npx mintclub-mcp
agent-skills/Agent skill for OpenClawclawhub install mintclub
eliza-plugin/ElizaOS pluginPR #6498

Quick Start

CLI

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

โ†’ Full CLI docs

MCP Server

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

โ†’ Full MCP docs

Agent Skill

clawhub install mintclub

โ†’ Full agent skill docs


How It Works

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.


Directory Listings

RegistryLink
npm (CLI)mint.club-cli
npm (MCP)mintclub-mcp
MCP Registryio.github.h1-hunt/mintclub
mcp.somint-club
ClawHubmintclub
ElizaOSPlugin PR #6498

Links

๐ŸŒ Appmint.club
๐Ÿ“– Docsdocs.mint.club
๐Ÿ“ฆ SDKmint.club-v2-sdk
๐Ÿ”— ContractsSteemhunt/mint.club-v2-contract
๐Ÿ’ฌ CommunityOnChat
๐Ÿฆ Twitter@MintClubPro
๐Ÿ—๏ธ Hunt Townhunt.town

License

MIT โ€” built with ๐Ÿ—๏ธ by Hunt Town

Server Config

{
 "mcpServers": {
 "mintclub": {
 "command": "npx",
 "args": [
 "-y",
 "mintclub-mcp"
 ],
 "env": {
 "PRIVATE_KEY": "your-wallet-private-key"
 }
 }
 }
}
ยฉ 2025 MCP.so. All rights reserved.

Build with ShipAny.