MCP.so
登录

Gainium

@Gainium

关于 Gainium

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

基本信息

分类

其他

传输方式

stdio

发布者

Gainium

提交者

Ares Sanchez

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器