← Back to Plugins
MCP Server MCP

io.github.h1-hunt/mintclub

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mintclub-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key for the wallet used to sign transactions",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...