🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mintclub-mcp

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mintclub-mcp

Model Context Protocol server for Mint Club V2 on Base — trade bonding curve tokens via AI

latest
Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
48
-2.04%
Maintainers
2
Weekly downloads
 
Created
Source

Mint Club

Mint Club V2 — MCP Server

Model Context Protocol server for Mint Club V2 on Base — enables AI assistants to trade bonding curve tokens through standardized tool calls.

npm downloads install size GitHub MIT

Part of the mint.club-v2-ai monorepo.

Quick Start

{
  "mcpServers": {
    "mintclub": {
      "command": "npx",
      "args": ["-y", "mintclub-mcp"],
      "env": { "PRIVATE_KEY": "0x..." }
    }
  }
}

Add this to your Claude Desktop (claude_desktop_config.json) or Cursor MCP config.

Prerequisites

The MCP server wraps the mc CLI, so it must be installed:

npm install -g mint.club-cli
mc wallet --set-private-key 0x...

Tools

ToolDescription
token_infoToken details — price, supply, reserve, bonding curve
token_priceCurrent price in reserve token + USD
wallet_balanceWallet address and balances
buy_tokenBuy (mint) via bonding curve
sell_tokenSell (burn) via bonding curve
swapSmart swap — auto-routes via bonding curve or Uniswap V3/V4
zap_buyBuy bonding curve tokens with any token
zap_sellSell bonding curve tokens for any token
send_tokenTransfer ETH or ERC-20 tokens
create_tokenCreate a new bonding curve token

Example Prompts

  • "What's the price of SIGNET?"token_price
  • "Buy 100 SIGNET with ETH"zap_buy
  • "Swap 0.01 ETH for HUNT"swap
  • "Create a token called TEST with exponential curve"create_token

Development

cd mcp
npm install
npm run build
node dist/index.js  # Run locally

Registry Listings

Keywords

mcp

FAQs

Package last updated on 15 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts