a day ago
Read and manage Gainium DCA/Combo/Grid bots, deals, balances, backtests, the crypto screener, and curated strategy presets via MCP.
Server Config
{
"mcpServers": {
"gainium": {
"command": "npx",
"args": [
"-y",
"gainium-mcp"
],
"env": {
"GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
"GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>"
}
}
}
}