Odel
mint.club v2 ai

mint.club v2 ai

Local
@steemhunt6TypeScriptMITUpdated 1mo ago

Trade bonding curve tokens on Base via Mint Club V2 — buy, sell, swap, create

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmintclub-mcpv0.1.1

Run

npx -y mintclub-mcp

MCP client config

{
  "mcpServers": {
    "mint-club-v2-ai": {
      "command": "npx",
      "args": [
        "-y",
        "mintclub-mcp"
      ]
    }
  }
}