mcpbeat Sign in

StratEvo MCP Server

local only

StratEvo runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from pypi. Last commit 18 Apr 2026.

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

Installs per day peak 25 · avg 12 · -23% w/w
a month agotoday
68
Installs / week
pypi · stratevo
29
Stars
1 open issues
18 Apr 2026
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] StratEvo/__init__.py:1, [пакет] StratEvo/__main__.py:1, [пакет] StratEvo/a2a/__init__.py:1 и ещё 176
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable [пакет] StratEvo/cli/commands/crypto.py:294, [пакет] StratEvo/cli/commands/scaffold.py:227, [пакет] StratEvo/cli/commands/strategy.py:998 и ещё 12
        filepath = os.path.join(output_dir, filename)
Unsafe deserialization [пакет] StratEvo/cli/commands/validate.py:287
        cached = pickle.load(f)
Runs an external command [пакет] StratEvo/cli/repl.py:223
        os.system("cls" if os.name == "nt" else "clear")
Executes code built at runtime [пакет] StratEvo/evolution/factor_discovery.py:777
    result = eval(formula, sandbox)  # noqa: S307 — AST-validated above
Sends data to a third-party sink [пакет] StratEvo/crypto/telegram_notifier.py:23, [пакет] StratEvo/notifications/telegram.py:17, [пакет] StratEvo/telegram_bot/bot.py:21
    API_BASE = "https://api.telegram.org/bot{token}/sendMessage"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add stratevo -- uvx stratevo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stratevo": {
      "args": [
        "stratevo"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stratevo]
command = "uvx"
args = ["stratevo"]
.cursor/mcp.json
{
  "mcpServers": {
    "stratevo": {
      "args": [
        "stratevo"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stratevo": {
      "args": [
        "stratevo"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to StratEvo

same job, measured the same way
Finlab AI
by koreal6803

Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples.

6 tools answering
CPZAI
by cpz-lab-mcp

Build, backtest, and deploy quantitative trading strategies from your AI agent.

answering
QuantContext
by zomma-dev

Deterministic stock screening, backtesting, and factor analysis for AI trading agents

75 installs/wk local only
AlgoMaker — quantitative trading strategy factory
by algomakers

Mine, validate and paper-trade quantitative trading strategies. The engine runs on your machine.

4 tools answering
Quanttogo MCP
by michaeljiangmingfeng-debug

Quantitative trading strategies, market indices, and live performance data

75 installs/wk local only
EmidLabs Backtest
by emidlabs

Run crypto trading strategy backtests through EmidLabs's Backtesting API.

9 tools answering
Sentinel
by clarencyu-boop

Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.

36 installs/wk local only
Keel — Hyperliquid trading agent
by keel-trade

Build, backtest, and automate Hyperliquid trading strategies — typed, deterministic, live parity.

236 installs/wk local only

StratEvo — questions

Answers built from our own checks of this server.

Why is there no uptime for StratEvo?
StratEvo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package stratevo was installed 68 times last week.
How do I connect StratEvo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls stratevo straight from pypi; nothing to host, nothing to sign up for.
How many people use StratEvo?
The pypi package stratevo was installed 68 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is StratEvo open source?
We cannot say either way: 29 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.