MCP

MCP 인터페이스 · Connect AI Clients to Typed Research Tools

Use a compatible MCP client to request research operations, inspect tool inputs and results, and keep approval with the user.

MCP란?

Model Context Protocol (MCP) lets compatible AI clients request structured tool calls. StratCraft exposes typed research tools while preserving operation boundaries, evidence, and user control.

명령 예시

Example research requests whose execution remains subject to tool contracts and user approval.

  • 2020년부터 2024년까지 AAPL에 RSI-14 전략으로 백테스트 실행
  • 샤프 비율로 정렬된 상위 10개 전략 나열
  • Draft momentum candidates, then ask me before starting a backtest
  • 샤프 비율 1.5 이상이고 최대 낙폭 15% 미만인 전략 표시
  • Compare reviewed candidates with a transparent baseline and save the evidence

MCP 도구 호출

MCP
# Claude can call StratCraft as a tool
run_backtest(
  strategy="rsi_14",
  symbol="AAPL",
  period="2020-2024"
)

list_strategies(
  sort_by="sharpe",
  limit=10
)

generate_strategy(
  description="momentum + mean reversion hybrid"
)

compose_portfolio(
  method="frankwolfe",
  top_n=50
)

Compatible MCP Clients

Compatibility depends on the client and the enabled local tool contracts.

Claude (Anthropic)
GPT-4 (OpenAI)
Gemini (Google)
Ollama를 통한 로컬 LLM

설정

Configure a compatible MCP client for the local server.

Point the client at the local StratCraft MCP server and review the enabled tools and permissions before invoking research operations.

시그널 팩토리를 시작하세요

무료 티어에는 C++ 백테스트 엔진, Regime 감지, YFinance + Dukascopy 데이터가 포함됩니다: 스케일로 구축을 시작하는 데 필요한 모든 것.