
Connect any MCP-compatible AI agent to StratCraft. Run backtests, list strategies, and generate signals with natural language commands.
Model Context Protocol (MCP) is an open standard by Anthropic that lets AI models interact with external tools and services as structured function calls. StratCraft implements an MCP server, turning your strategy system into a tool that any compatible AI agent can call.
Natural language commands that AI agents can execute against StratCraft.
# 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
)Works with any MCP-compatible AI model.
One configuration file to connect any MCP agent.
Point your MCP client at the StratCraft MCP server. No additional infrastructure required — the server runs locally alongside StratCraft.
Уровень бесплатного пользования включает механизм бэктестинга C++, обнаружение режима и данные YFinance + Dukascopy — все, что вам нужно, чтобы начать масштабное строительство.