
Mintclub
Let your coding agent buy, sell, swap, and create Mint Club V2 bonding-curve tokens on Base without hand-writing contract calls.
Overview
io.github.h1-hunt/mintclub is a MCP server for the Build phase that lets AI agents trade and create Mint Club V2 bonding-curve tokens on Base via stdio.
What is this MCP server?
- stdio npm package mintclub-mcp (v0.1.1) for local agent wiring
- Operations aligned with Mint Club V2 bonding curves on Base
- Agent-callable flows to buy, sell, swap, and create tokens
- Wallet signing via PRIVATE_KEY environment variable
- Open-source server from Steemhunt/mint.club-v2-ai on GitHub
- Server schema version 0.1.1 with npm package mintclub-mcp 0.1.1
- Single required secret: PRIVATE_KEY for transaction signing
- Transport: stdio via npm registry
Community signal: 6 GitHub stars.
What problem does it solve?
Hooking an agent up to Mint Club V2 on Base usually means fragile custom scripts and manual transaction building every time you want to buy, sell, swap, or launch a curve token.
Who is it for?
Solo builders already shipping on Base who want agent-driven Mint Club V2 trades during integration or automation work.
Skip if: Anyone without on-chain experience, paper trading only, or teams that forbid hot-wallet keys in local agent environments.
What do I get? / Deliverables
After you register mintclub-mcp with PRIVATE_KEY set, your agent can invoke structured Mint Club V2 trade and create operations from the IDE instead of one-off wallet workflows.
- Registered local MCP server exposing Mint Club V2 buy, sell, swap, and create tools
- Agent-executable Base transactions against bonding curve tokens
- Repeatable stdio integration without custom RPC scripts per action
Recommended MCP Servers
Journey fit
Token trading and on-chain integration work happens while you are wiring product features and agent tooling, not during early idea research. Mint Club is an external protocol on Base; this MCP is a direct integration surface for agents, which maps to the integrations subphase.
How it compares
On-chain DeFi MCP integration, not a generic portfolio skill or market-data-only plugin.
Common Questions / FAQ
Who is io.github.h1-hunt/mintclub for?
It is for indie and solo developers who use Claude Code or Cursor and need programmatic Mint Club V2 access on Base from an MCP-aware agent.
When should I use io.github.h1-hunt/mintclub?
Use it while building or testing agent workflows that must execute real buys, sells, swaps, or token creation against Mint Club V2 curves.
How do I add io.github.h1-hunt/mintclub to my agent?
Install the mintclub-mcp npm package, configure stdio transport in your MCP client, and set the required PRIVATE_KEY secret for the signing wallet.