quantlive-mcp

abbmahdin/quantlive-mcp
★ 0 stars Python Code/Dev Tools Updated 1d ago
MCP server with x402 payments, CLI reconciliation and skill pack for QuantLive
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quantlive-mcp": {
      "command": "uvx",
      "args": [
        "quantlive-mcp"
      ]
    }
  }
}

Or install with pip: pip install quantlive-mcp

README Excerpt

QuantLive skills pack : outils opérationnels pour le trading micro-trademax, les bots M9M, le flip protectif, et les backtests. - `quantlive_skills/skills/` - `trading_ops.py` : signal, audit_position, run_backtest, reconcile_csv - `m9m_ops.py` : host d'ops M9M (bridges, logs, gardien, swarm) - `flip_protective.py` : mécanisme flip -150 pts, règle de clôture, règle de sortie

Tools (4)

audit_positionget_signalreconcile_csvrun_backtest