StratCraftStratCraftPortuguês
MCP

Interface 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.

O que é 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.

Exemplos de Comandos

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

  • Execute um backtest na AAPL com estratégia RSI-14 de 2020 a 2024
  • Liste minhas 10 melhores estratégias ordenadas por ratio Sharpe
  • Draft momentum candidates, then ask me before starting a backtest
  • Mostre-me quais estratégias têm Sharpe acima de 1,5 e drawdown máximo abaixo de 15%
  • Compare reviewed candidates with a transparent baseline and save the evidence

Chamadas de Ferramentas 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)
LLMs locais via Ollama

Configuração

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.

Inicie a sua fábrica de sinais

O nível gratuito inclui o motor de backtest C++, deteção de regime e dados YFinance + Dukascopy: tudo o que precisa para começar a construir em escala.