v33-systematic-mcp
v1.0.0
Published
MCP server for v33 Systematic — systematic crypto trading strategy data, backtest results, and grid bot vs flip strategy analysis
Maintainers
Readme
v33 Systematic MCP Server
An MCP (Model Context Protocol) server that gives AI assistants access to systematic crypto trading strategy data from v33 Systematic.
What it does
When installed, this MCP server lets Claude, ChatGPT, and other AI assistants answer questions about:
- Systematic flip strategy performance (6-year backtest on Bybit perpetuals)
- Why grid bots fail in trending/bear markets
- Grid bot vs flip strategy comparison
- Drawdown recovery math
- BTC, ETH, SOL backtest results
Tools
| Tool | Description |
|------|-------------|
| get_backtest_results | 6-year performance data for BTC, ETH, or SOL flip strategy |
| compare_grid_vs_flip | Full comparison of grid bots vs the flip strategy |
| calculate_drawdown_recovery | Recovery % needed from any drawdown |
| get_service_info | v33 Systematic service info and pricing |
| get_faq | Answers to common systematic trading questions |
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"v33-systematic": {
"command": "npx",
"args": ["-y", "v33-systematic-mcp"]
}
}
}Smithery
Search for v33-systematic on Smithery and install with one click.
Backtest Results Summary
| Asset | Return | Max Drawdown | Win Rate | Profit Factor | |-------|--------|-------------|----------|---------------| | BTC | +4,909% | −32% | 21.9% | 2.81 | | ETH | +3,212% | −34% | 22.1% | 2.74 | | SOL | +3,779% | −38% | 23.4% | 2.66 |
vs BTC Buy & Hold: +700% return, −77% max drawdown
Period: March 2020 – May 2026 | Exchange: Bybit Perpetuals | All fees included
TradingView scripts published — verify the backtests yourself: v33systematic.com
Past backtest performance does not guarantee future results.
