Mint Club V2 AI Tools v2.0.0
Packages
@mint.club/v2-cli@2.0.0@mint.club/v2-mcp@2.0.0@mint.club/v2-eliza-plugin@2.0.0
Highlights
- Expanded Mint Club V2 reads, Bond transactions, token creation, transfers, pricing, and wallet balances from Base to ten mainnets and two testnets.
- Added
MCV2_ZapV2routed buys and sells on every supported chain, with local RPC-only Uniswap V2, V3, and V4 route discovery. - Added direct and single-intermediary route candidates, deterministic best-output selection, and native currency, ERC-20, and ERC-1155 Mint Club token support where applicable.
- Added shared chain metadata through the published
chain-registry.json, public fallback RPCs, andMINTCLUB_RPC_<CHAIN>overrides. - Added protocol-native Robinhood Chain support.
- Added the public ElizaOS plugin and refreshed the CLI, MCP, root
SKILL.md, and repository documentation.
Package migration
The public tools are now grouped under the @mint.club npm organization:
| Previous package | New package |
|---|---|
mint.club-cli |
@mint.club/v2-cli |
mintclub-mcp |
@mint.club/v2-mcp |
Unpublished @elizaos/plugin-mintclub name |
@mint.club/v2-eliza-plugin |
The CLI and MCP binaries remain mc and mintclub-mcp. Put the global CLI chain option before the command, for example mc --chain arbitrum info 0xTOKEN. The tools intentionally expose Mint Club Bond and ZapV2 operations rather than a general-purpose DEX swap command.
Supported chains
Mainnets: Ethereum, Optimism, Arbitrum One, Avalanche C-Chain, Base, Polygon PoS, BNB Smart Chain, Zora, Unichain, and Robinhood Chain.
Testnets: Sepolia and Base Sepolia.
Blast is intentionally unsupported because it is outside the official Uniswap deployment set used by this integration.
Upgrade
npm uninstall -g mint.club-cli mintclub-mcp
npm install -g @mint.club/v2-cli@2.0.0
npm install -g @mint.club/v2-mcp@2.0.0
npm install @mint.club/v2-eliza-plugin@2.0.0Full changelog: v1.4.2...v2.0.0