npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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

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.