Skip to main content
Glama

BotSpot MCP 服务器 — AI 交易机器人与回测

MCP Server Website Lumibot

唯一一款能让你在一次对话中从策略构思到部署实盘机器人的 AI 交易 MCP 服务器。

通过纯英语生成交易策略,在真实历史数据上进行回测,并部署到 10 多家经纪商进行实盘交易。无需编程。支持股票、期权、加密货币和期货。

快速入门

Claude (设置 > 连接器)

  1. 打开 Claude 设置 > 连接器 (Settings > Connectors)

  2. 点击 添加自定义连接器 (Add custom connector)

  3. 粘贴:https://mcp.botspot.trade

  4. 点击 连接 (Connect) 并完成 OAuth 登录

ChatGPT (开发者模式)

  1. 打开 ChatGPT 设置 > 连接器 > 高级 > 开发者模式 (Settings > Connectors > Advanced > Developer Mode)

  2. 前往 连接器 > 创建 (Connectors > Create)

  3. 粘贴:https://mcp.botspot.trade/mcp/public

  4. 完成 OAuth 登录

Claude Code (CLI)

claude mcp add --transport http botspot https://mcp.botspot.trade/mcp \
  -H "Authorization: Bearer botspot_YOUR_API_KEY"

Cursor

添加到 .cursor/mcp.json

{
  "mcpServers": {
    "botspot": {
      "url": "https://mcp.botspot.trade/mcp",
      "headers": {
        "Authorization": "Bearer botspot_YOUR_API_KEY"
      }
    }
  }
}

botspot.trade/account-settings(账户设置 > API 密钥)获取 API 密钥。

你可以做什么

AI 策略生成

用纯英语描述交易策略。AI 会使用 Lumibot(GitHub 1300+ 星,MIT 许可证)生成生产就绪的 Python 代码。

回测

通过可配置的日期范围、初始资金和参数运行回测。使用 SQL (DuckDB) 查询结果。查看权益曲线、回撤、胜率和交易日志。

实盘部署与监控

部署到 10 多家支持的经纪商。实时监控持仓、表现和权益曲线。

策略市场

浏览带有真实表现数据的社区验证策略。克隆并修改。

支持的经纪商

Charles Schwab, Interactive Brokers, Alpaca, Tradier, Tradeovate, Coinbase, Binance, Kraken, KuCoin, NinjaTrader

支持的资产

股票、期权、加密货币、期货

32 个 MCP 工具

分类

工具

策略生成

generate_strategy, refine_strategy, generation_status, generate_other_code

策略管理

list_strategies, get_strategy, update_strategy, delete_strategy, get_code, list_revisions, set_strategy_revision

回测

start_backtest, stop_backtest, backtest_status, list_backtests, get_backtest_artifact, query_csv

部署

list_deployments, get_deployment_logs, get_bot_performance, get_bot_positions, get_portfolio_series

可视化

get_strategy_visuals, get_backtest_visuals, get_backtest_chart_series

市场

list_public_bots, share_strategy, publish_to_marketplace, unpublish_from_marketplace, clone_strategy

账户

get_account_status, get_tool_call_metrics

数据

set_data_provider

免费层级

  • 每月 10 条 AI 消息

  • 每月 2 次策略生成

  • 每月 30 分钟回测时间

  • 无需信用卡

定价

  • 免费版: 有限的使用量(见上文)

  • 入门版: $99/月

  • 专业版: $199/月

  • 全功能版: $399/月

  • 企业版: 定制价格

详见 botspot.trade/pricing

技术细节

  • 传输: Streamable HTTP (JSON 响应模式)

  • 认证: 带有动态客户端注册的 OAuth 2.1 (浏览器) 或 API 密钥持有者令牌 (CLI/IDE)

  • 端点:

    • https://mcp.botspot.trade/mcp — 全套工具 (Claude, CLI, IDE)

    • https://mcp.botspot.trade/mcp/public — 商业过滤版 (ChatGPT Apps SDK)

  • OAuth 发现: https://mcp.botspot.trade/.well-known/oauth-protected-resource

链接

许可证

BotSpot MCP 服务器是一款商业产品。底层交易引擎 (Lumibot) 是基于 MIT 许可证的开源软件。

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lumiwealth/botspot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server