HomeFinance › gainium-mcp

gainium-mcp

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

Official TypeScript CloudLocal Remote
★ 2 stars Last pushed 2026-09-23 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.gainium.io/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http gainium-mcp https://mcp.gainium.io/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "gainium-mcp": {
      "url": "https://mcp.gainium.io/mcp"
    }
  }
}

Package (npm 3.3.0)

npx -y gainium-mcp@3.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "gainium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gainium-mcp@3.3.0"
      ],
      "env": {
        "GAINIUM_API_KEY": "<YOUR_VALUE>",
        "GAINIUM_API_SECRET": "<YOUR_VALUE>",
        "GAINIUM_PAPER_ONLY": "<YOUR_VALUE>",
        "GAINIUM_ALLOWED_BOT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry