MCP.so
Sign In

Gainium

@Gainium

About Gainium

Read and manage Gainium DCA/Combo/Grid bots, deals, balances, backtests, the crypto screener, and curated strategy presets via MCP.

Basic information

Category

Other

Transports

stdio

Publisher

Gainium

Submitted by

Ares Sanchez

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "gainium": {
      "command": "npx",
      "args": [
        "-y",
        "gainium-mcp"
      ],
      "env": {
        "GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
        "GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Gainium?

The official MCP server for Gainium — a crypto trading bot platform supporting DCA, Combo, and Grid strategies across 10+ major exchanges. It enables AI assistants to manage bots, monitor deals, check balances, run backtests, and browse the crypto screener.

How to use Gainium?

Install by adding the provided JSON configuration to your MCP client config (e.g., Claude Desktop, Code, Cursor) with GAINIUM_API_KEY and GAINIUM_API_SECRET environment variables. Alternatively, use the hosted remote endpoint at https://mcp.gainium.io/mcp with OAuth 2.1.

Key features of Gainium

  • List, create, clone, update, start/stop, and inspect DCA/Combo/Grid bots
  • List open and closed deals, get details, manually open/close positions
  • Run backtests on historical data and retrieve results
  • Fetch balances, connected exchanges, and account metadata
  • Search the crypto screener and browse curated strategy presets
  • List and apply community-vetted bot templates

Use cases of Gainium

  • Manage crypto trading bots across multiple exchanges from an AI assistant
  • Monitor open deals and identify underwater positions
  • Clone existing bots to new pairs and run backtests before deploying
  • Explore top crypto pairs by volume using the screener
  • Restrict operations to paper‑trading or read‑only mode for safety

FAQ from Gainium

What are the runtime dependencies?

Node.js (via npx) and Gainium API credentials. Environment variables GAINIUM_API_KEY and GAINIUM_API_SECRET are required.

Can I use Gainium without local installation?

Yes, a hosted remote endpoint at https://mcp.gainium.io/mcp with OAuth 2.1 works with clients supporting remote MCP.

How do I restrict access to read‑only or paper‑trading?

Set GAINIUM_READONLY to true for read‑only tools, or GAINIUM_PAPER_ONLY to true to limit to paper‑trading bots.

What authentication methods are supported?

Local install uses API key/secret via environment variables. Remote endpoint uses OAuth 2.1 (RFC 8707).

Where do I get my API key and secret?

From app.gainium.io → Settings → API.

Comments

More Other MCP servers