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データが含まれます: スケールでの構築開始に必要な全てが揃っています。