目录 / gainium-mcp
MCP
鉴权未知
未评级
已上架
gainium-mcp
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://gainium-mcp--gainium.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"gainium-mcp": {
"url": "https://gainium-mcp--gainium.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| list_bots | List bots by type (DCA, Combo, or Grid). Supports field selection presets (minimal, standard, extended, full). Supports filtering by status and paper/real trading context. |
| get_bot | Get a single bot by its MongoDB ObjectId or UUID. Supports the same field selection presets as list_bots. |
| create_bot | Create a new bot in a single step — no follow-up update needed. The top-level properties cover the most common fields. For any field from discover(target: "bot") that is NOT listed here (e.g. startOrderType, useMoveTP, moveTPTrigger, moveTPValue, stopLossTimeout, takeProfitTimeout, dcaOrdersMultiplier, dcaStepMultiplier, trailingTP, trailingTPPerc, indicators, timers, and any other discovery field), pass them inside the 'settings' object — it is transparently merged into the request body at creation time. This avoids a create→update two-step. Use discover(target: 'bot', botType) to discover all available fields and defaults. The 'futures' and 'coinm' fields are auto-detected from the exchange — do not provide them. Requires write API key permission. |
| update_bot | Update an existing bot (DCA or Combo only; Grid has no update endpoint). Pass only the fields you want to change. Settings object must be non-empty. Boolean gate enforcement: feature value fields are silently ignored unless their toggle is set to true. |
| clone_bot | Clone an existing bot and optionally override settings. Returns the new bot ID. |
| manage_bot | Manage bot lifecycle: start, stop, archive, restore, or change trading pairs (DCA only). Each action has specific requirements. |
| list_deals | List deals by type (DCA, Combo, or Terminal). Supports field selection presets. Supports filtering by status and botId. |
| get_deal | Get a single deal by its MongoDB ObjectId. Supports the same field selection presets as list_deals. |
| create_deal | Create a new deal. For dca/combo: starts a deal from an existing bot. For terminal: creates a standalone terminal deal. |
| update_deal | Update an existing deal. Pass only the fields you want to change. Settings object must be non-empty. |
| manage_deal | Manage deal operations: close a deal, add funds, or reduce funds. Each action has specific requirements. |
| run_backtest | Run a backtest operation: validate, estimate cost, request async, or request with sync response. Pass a backtest payload with exchange, exchangeUUID, and bot settings. |
| backtest_info | Get backtest information: list requests, fetch a specific request, get operation schema, or build a payload template. |
| discover | Discover bots, bot details, bot sections, indicators, or supported exchanges. Use this to learn available fields, defaults, and strategies. |
| get_account | Get account information: balances, connected exchanges, global variables, or supported exchanges. |
| manage_global_variable | Create, update, or delete a global variable. Variables are user-defined constants accessible in strategies. |
| get_screener | Get cryptocurrency screener results. Filter by market cap, volume, and sort by various metrics. |
| list_presets | List curated bot-strategy presets, ranked by backtested performance. Each coin returns tiers (short/mid/long) × strategy (long/short) with ROI, drawdown, and the full strategy settings for review and comparison. |
| apply_preset | Create a bot from a curated preset in one call: fetches the preset for the given coin/exchange/tier/strategy, then creates a bot from its settings. Override pair, name, or sizing as needed. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。