Skip to main content
Glama

BotSpot MCP 서버 — AI 트레이딩 봇 및 백테스팅

MCP Server Website Lumibot

전략 아이디어부터 실시간 봇까지 하나의 대화로 해결할 수 있는 유일한 AI 트레이딩 MCP 서버입니다.

일반 영어로 트레이딩 전략을 생성하고, 실제 과거 데이터로 백테스트하며, 10개 이상의 브로커에 실시간으로 배포하세요. 코딩은 필요 없습니다. 주식, 옵션, 암호화폐, 선물을 지원합니다.

빠른 시작

Claude (설정 > 커넥터)

  1. Claude 설정 > 커넥터를 엽니다.

  2. 사용자 지정 커넥터 추가를 클릭합니다.

  3. 다음을 붙여넣습니다: https://mcp.botspot.trade

  4. 연결을 클릭하고 OAuth 로그인을 완료합니다.

ChatGPT (개발자 모드)

  1. ChatGPT 설정 > 커넥터 > 고급 > 개발자 모드를 엽니다.

  2. 커넥터 > 생성으로 이동합니다.

  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 별 1,300개 이상, MIT 라이선스)을 사용하여 즉시 실행 가능한 Python 코드를 생성합니다.

백테스팅

구성 가능한 날짜 범위, 시작 자본 및 매개변수로 백테스트를 실행하세요. SQL(DuckDB)로 결과를 쿼리하고, 자산 곡선, 최대 낙폭(Drawdown), 승률, 거래 로그를 확인하세요.

실시간 배포 및 모니터링

지원되는 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