Gainium

by Unknown

Not rated
Website

About

Manage your crypto trading bots, deals, and backtests from your AI assistant.

Details

Author
Unknown
Categories
Finance, Other, AI

Gainium MCP lets AI apps connect to your Gainium account. The connector listed in app directories is read-only (view bots, deals, the screener, backtests, and curated presets); add the custom connector (mcp.gainium.io/mcp) for read + write. Connect with a one-click OAuth sign-in — no API key to copy. See the per-app guides below for setup.

Gainium MCP lets AI apps — Claude, ChatGPT, Perplexity, and other MCP-compatible clients — connect to your Gainium account. They can read your bots, deals, balances, exchanges, backtests, the crypto screener, and curated strategy presets. With the read + write connector, they can also create and manage bots and deals.

This is the general guide. For click-by-click setup, jump to your app below.

You can also follow along with this video walkthrough:

Pick your app for step-by-step instructions:

Using another MCP client(VS Code, Cursor, or your own)? The connector URLs and configuration examples are inAdvanced: run your own server or use another client, below.

The two connectors: read-only vs read + write#

Gainium offers two connectors. Choose based on whether your AI should onlyreadyour account or alsomanageit:

The connector listed in AI-app directories is read-only.It performs no trades and moves no funds. Trading (read + write) is a separate connector you add manually by URL — it is not the directory listing.

- A Gainium account with2FA enabled
- The AI app you want to connect (Claude, ChatGPT, Perplexity, or another MCP client)

You only need a GainiumAPI keyif you self-host the MCP server (see Advanced). For the directory and hosted connectors, you authorize with a one-click sign-in — no API key to copy.

When you add Gainium from an app's connector directory or via a hosted connector URL, the app authorizes with a secure one-click sign-in (OAuth):

Manage or revoke any connection anytime underGainium → Settings → Connected apps. Revoking immediately deletes that connection's access key.

Connected apps page in Settings with a Revoke control on each authorized app

Read (both connectors):list and inspect DCA, Combo, and Grid bots and their deals; check balances and connected exchanges; run the crypto screener; review backtests; and browse curated, backtested strategy presets.

Write (read + write connector only):create, clone, start, stop, archive, and modify bots; open, adjust, and close deals; add or reduce deal funds; set take-profit and stop-loss.

- Default to theread-onlyconnector unless your AI needs to place or modify trades.
- On the read + write connector, keeppaper trading onlyenabled while you test, or passpaperContext: trueper request.
- You can restrict a connection to asingle boton the consent screen (or with an API-key restriction / self-host environment variable).

SeePaper Trading (Forward testing)for how paper mode works inside Gainium.

What you can do depends onwhich connector you added— read-only or read + write.

These only read your account and the market — safe to run anytime:
- Find opportunities:

Find the 5 most volatile coins on the Gainium screener and summarize their 24-hour price moves and volume.

Show Gainium's top curated DCA presets for BTC on Binance and compare the short, mid, and long risk tiers by ROI and max drawdown.

Summarize my open bots, deals, and balances with pair, status, take-profit %, and unrealized P&L, and flag any open deal that has no stop-loss set.

These alsocreate or managebots and deals — keep the connection on paper trading while you test:
- Build from the screener:

Find the 3 most volatile coins and create apaperDCA bot trading them with a 2% take-profit and a 3-order safety ladder.

Create apaperbot from Gainium's mid-risk long DCA preset for BTC on Binance.

Set a 20% take-profit on my open BNBUSDTpaperdeal.

Prompts 1–3 work on either connector; prompts 4–6 require theread + writeconnector — keep it paper-only (or passpaperContext: true) until you are ready to trade for real.

Advanced: run your own server or use another client#

Most users can skip this. Use it if your client is not a directory app — or if you want to run Gainium MCP yourself with your own API key.

You will need a Gainium API key and secret (create one). When you create the key you can scope it to read-only and set a trading-mode or single-bot restriction; those limits are enforced server-side.

Local stdio (recommended for self-hosting)#

Your client launchesgainium-mcplocally; credentials stay on your machine:

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

Add"GAINIUM_PAPER_ONLY": "true"and/or"GAINIUM_ALLOWED_BOT_ID": "<botId>"to force paper trading or lock the server to a single bot, regardless of the API key's own permissions.

For clients that authenticate with headers instead of the OAuth connector:

{ "mcpServers": { "gainium": { "transport": "http", "url": "https://mcp.gainium.io/mcp", "headers": { "X-API-Key": "YOUR_GAINIUM_API_KEY", "X-API-Secret": "YOUR_GAINIUM_API_SECRET" } } } }

Any trading-mode or bot-ID restriction baked into the API key is enforced here too. (Connecting from Claude, ChatGPT, or Perplexity? Use the one-click connector in yourper-app guideinstead — no headers needed.)

Run the server in HTTP mode if your client needs a local HTTP or SSE endpoint:

export GAINIUM_API_KEY=YOUR_GAINIUM_API_KEY export GAINIUM_API_SECRET=YOUR_GAINIUM_API_SECRET export GAINIUM_MCP_TRANSPORT=http export GAINIUM_MCP_HOST=127.0.0.1 export GAINIUM_MCP_PORT=3000 node dist/server.js

Then connect tohttp://127.0.0.1:3000/mcp. Legacy SSE endpoints (GET /sse,POST /messages?sessionId=...) are also available; prefer/mcpwhen your client supports modern MCP over HTTP.

The connector won't authorize / sign-in fails.Make sure you are signed in to Gainium with 2FA, and that pop-ups are allowed for the sign-in window. You can review or remove the connection under Settings → Connected apps and try again.

A write action is refused.The read-only connector cannot create or modify anything — add the read + write connector for that. If you are on read + write, check that the connection (or your API key) is not restricted to read, paper-only, or a single bot.

Self-hosting: "missing credentials."SetGAINIUM_API_KEYandGAINIUM_API_SECRETon the server process (local stdio/HTTP), or sendX-API-Key/X-API-Secretheaders (hosted HTTP with an API key).

Your client only supports SSE.Run the server in local HTTP mode and connect to/sse(see Advanced).

- Use theread-onlyconnector unless your AI needs to place or modify trades.
- For trading, use theread + writeconnector and keeppaper trading onlyon while you test.
- Self-hosting? Preferlocal stdiowith a scoped API key, and setGAINIUM_PAPER_ONLY/GAINIUM_ALLOWED_BOT_IDif you want server-enforced limits.

Coinrule Agentic Trading MCP enables investors to create, backtest, execute, and manage trading agents through natural language across stocks, crypto and ETFs

Institutional squeeze scanner, options flow, IWM 0DTE, AI council verdicts. Pay per call in RLUSD on XRPL — no API keys. Agent Credit Bureau, signal marketplace, hiring protocol.

oken-compact crypto / Trading market-state briefs for AI trading agents — compact candles + detected patterns + support/resistance + interpreted RSI/EMA in one call, instead of raw OHLCV.

Live scored Solana memecoin signals with safety profiles, conviction scoring, and paper trading for AI agents.

Keyless CEX/DEX signing for AI agents — exchange API keys stay inside an AWS Nitro Enclave, so a prompt-injected agent can't leak them. Binance, OKX, Bybit, KuCoin, Hyperliquid, Asterdex.

Risk Intelligence MCP Server for crypto agents — 52 tools, 72B AI model, 560+ signals, derivatives, on-chain, autonomous trading

Full-lifecycle algorithmic trading: describe strategies in plain English, AI generates code, backtest on real data, deploy live to 10+ brokers. Stocks, options, crypto, futures. Free tier available.

Integrate AI with high-frequency cryptocurrency trading systems.

Crypto trading backtesting, bot deployment, and account management for Sentinel Bot via AI agents.

63 deterministic quant computation tools for autonomous financial agents. Options pricing, derivatives, risk, portfolio optimization, statistics, crypto/DeFi, macro/FX. 1,000 free calls/day, no signup.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.