StratEvo uses genetic algorithms to evolve trading strategies based on 484 factors, allowing users to generate optimized strategies without writing code. It performs walk-forward testing to validate the effectiveness of these strategies.
From the registry: Quantitative trading: quotes, backtesting, screening, and genetic algorithm strategy evolution.

Please install the `stratevo` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.10+** — Required runtime
- **stratevo package** — Install via pip Run: `pip install stratevo` (https://pypi.org/project/stratevo/)
Canonical MCP server config (stdio transport):
- command: `stratevo`
- args: ["mcp","serve"]
Note: Genetic algorithm trading strategy evolution engine with MCP server. Exposes 10 tools: get_quote, get_history, list_exchanges, run_backtest, analyze_portfolio, get_indicators, screen_stocks, get_sentiment, compare_strategies, get_funding_rates. No API keys required for basic use.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server integrating with Stripe - tools for customers, products, payments, and more.