StratEvo MCP Server

Quantitative trading: quotes, backtesting, screening, and genetic algorithm strategy evolution.

Local serverstdio

What is the StratEvo MCP server?

Connect StratEvo to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Quantitative trading: quotes, backtesting, screening, and genetic algorithm strategy evolution. The stratevo mcp server is what makes that connection.

What the server does

A genetic algorithm engine that breeds and walk-forward validates trading strategies across 484+ market factors.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Date — Market
  • Strategy — Market
  • hold_days — 2–60
  • trailing_stop — %
  • market_regime — sensitivity
  • kelly_fraction — 0–1
  • Metric — Best DNA
  • Defense — What it does
  • Walk-Forward — Multi-window OOS validation. Must profit on data it never trained on
  • CPCV — Combinatorial Purged Cross-Validation. Industry standard for a reason
  • Category — Count
  • Crypto-Native — 200

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. StratEvo's toolset — Date, Strategy, hold_days and 11 more — is a fair guide to whether it matches your workflow. It is maintained by NeuZhou; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against StratEvo's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch StratEvo.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
DateMarket
StrategyMarket
hold_days2–60
trailing_stop%
market_regimesensitivity
kelly_fraction0–1
MetricBest DNA
DefenseWhat it does
Walk-ForwardMulti-window OOS validation. Must profit on data it never trained on.
CPCVCombinatorial Purged Cross-Validation. Industry standard for a reason.
CategoryCount
Crypto-Native200
Momentum14
Volatility13

Example prompts to try

  • Use StratEvo to Date.
  • Use StratEvo to Strategy.
  • Use StratEvo to hold days.

Frequently asked questions

It connects StratEvo to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Date, Strategy, hold_days, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with StratEvo directly.