PluginBench
MCP Server
Active
MIT

io.gainium/gainium-mcp MCP Server

io.gainium/gainium-mcp

What is the io.gainium/gainium-mcp MCP server?

MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

How to install io.gainium/gainium-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GAINIUM_API_KEY
    required
    secret

    Gainium API key (https://app.gainium.io → Settings → API)

  • GAINIUM_API_SECRET
    required
    secret

    Gainium API secret (paired with GAINIUM_API_KEY)

  • GAINIUM_PAPER_ONLY

    Set to "true" to restrict the server to paper-trading bots only

  • GAINIUM_ALLOWED_BOT_ID

    Optional: restrict all operations to a single bot ID

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gainium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gainium-mcp"
      ],
      "env": {
        "GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
        "GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>",
        "GAINIUM_PAPER_ONLY": "<YOUR_GAINIUM_PAPER_ONLY>",
        "GAINIUM_ALLOWED_BOT_ID": "<YOUR_GAINIUM_ALLOWED_BOT_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gainium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gainium-mcp"
      ],
      "env": {
        "GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
        "GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>",
        "GAINIUM_PAPER_ONLY": "<YOUR_GAINIUM_PAPER_ONLY>",
        "GAINIUM_ALLOWED_BOT_ID": "<YOUR_GAINIUM_ALLOWED_BOT_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gainium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gainium-mcp"
      ],
      "env": {
        "GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
        "GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>",
        "GAINIUM_PAPER_ONLY": "<YOUR_GAINIUM_PAPER_ONLY>",
        "GAINIUM_ALLOWED_BOT_ID": "<YOUR_GAINIUM_ALLOWED_BOT_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gainium-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gainium-mcp"
      ],
      "env": {
        "GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
        "GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>",
        "GAINIUM_PAPER_ONLY": "<YOUR_GAINIUM_PAPER_ONLY>",
        "GAINIUM_ALLOWED_BOT_ID": "<YOUR_GAINIUM_ALLOWED_BOT_ID>"
      }
    }
  }
}
Claude Code
claude mcp add gainium-mcp --env GAINIUM_API_KEY=<YOUR_GAINIUM_API_KEY> --env GAINIUM_API_SECRET=<YOUR_GAINIUM_API_SECRET> --env GAINIUM_PAPER_ONLY=<YOUR_GAINIUM_PAPER_ONLY> --env GAINIUM_ALLOWED_BOT_ID=<YOUR_GAINIUM_ALLOWED_BOT_ID> -- npx -y gainium-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →