MCP

MCP-Schnittstelle · 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.

Was ist 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.

Beispielbefehle

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

  • Führe einen Backtest für AAPL mit RSI-14-Strategie von 2020 bis 2024 durch
  • Liste meine Top 10 Strategien, sortiert nach Sharpe-Verhältnis
  • Draft momentum candidates, then ask me before starting a backtest
  • Zeige mir, welche Strategien Sharpe über 1,5 und maximalen Drawdown unter 15 % haben
  • Compare reviewed candidates with a transparent baseline and save the evidence

MCP-Tool-Aufrufe

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)
Lokale LLMs über Ollama

Einrichtung

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.

Starten Sie Ihre Signal-Fabrik

Die kostenlose Version enthält die C++ Backtest-Engine, Regime-Erkennung und YFinance + Dukascopy-Daten: alles, was Sie für den Start im großen Maßstab brauchen.