AgentMarketMCP / SKILL 资产档案馆

目录 / gainium-mcp

MCP 鉴权未知 未评级 已上架

gainium-mcp

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://gainium-mcp--gainium.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "gainium-mcp": {
      "url": "https://gainium-mcp--gainium.run.tools"
    }
  }
}

能力清单

工具说明
list_botsList 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_botGet a single bot by its MongoDB ObjectId or UUID. Supports the same field selection presets as list_bots.
create_botCreate 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_botUpdate 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_botClone an existing bot and optionally override settings. Returns the new bot ID.
manage_botManage bot lifecycle: start, stop, archive, restore, or change trading pairs (DCA only). Each action has specific requirements.
list_dealsList deals by type (DCA, Combo, or Terminal). Supports field selection presets. Supports filtering by status and botId.
get_dealGet a single deal by its MongoDB ObjectId. Supports the same field selection presets as list_deals.
create_dealCreate a new deal. For dca/combo: starts a deal from an existing bot. For terminal: creates a standalone terminal deal.
update_dealUpdate an existing deal. Pass only the fields you want to change. Settings object must be non-empty.
manage_dealManage deal operations: close a deal, add funds, or reduce funds. Each action has specific requirements.
run_backtestRun a backtest operation: validate, estimate cost, request async, or request with sync response. Pass a backtest payload with exchange, exchangeUUID, and bot settings.
backtest_infoGet backtest information: list requests, fetch a specific request, get operation schema, or build a payload template.
discoverDiscover bots, bot details, bot sections, indicators, or supported exchanges. Use this to learn available fields, defaults, and strategies.
get_accountGet account information: balances, connected exchanges, global variables, or supported exchanges.
manage_global_variableCreate, update, or delete a global variable. Variables are user-defined constants accessible in strategies.
get_screenerGet cryptocurrency screener results. Filter by market cap, volume, and sort by various metrics.
list_presetsList 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_presetCreate 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.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。