# StratProof

StratProof runs honest backtests: real fees, real slippage, walk-forward validation. Six public tools, no OAuth. Call prove_strategy to test any strategy description ("Buy ETH when RSI(7) below 25, e…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add pmort2222/stratproof

# Browse available tools
npx -y @smithery/cli@latest tool list pmort2222/stratproof

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pmort2222/stratproof prove_strategy

# Call a tool
npx -y @smithery/cli@latest tool call pmort2222/stratproof prove_strategy '{}'
```

## Direct MCP Connection

Endpoint: `https://stratproof--pmort2222.run.tools`

## Tools (6)

- `prove_strategy` — Run StratProof's honest backtest on a trading strategy. Tests the strategy description against 3 years of real Binance …
- `get_live_proof` — Get StratProof's current live paper-trading statistics. Returns v1_baseline (fixed 22-strategy pool, the "control group…
- `get_research_findings` — Get StratProof's research-lab findings — aggregated output from 7,000+ strategy candidates tested by the adaptive resea…
- `get_regime_insights` — Get StratProof's regime-classifier validation results. Every night, StratProof runs a Welch's t-test on every strategy,…
- `get_shootout_results` — Get StratProof's strategy shootout — 20 popular "YouTube-famous" trading strategies tested with ZERO-FEE assumptions (w…
- `get_stats` — Get StratProof site-wide stats — total trades across all engines, unique coins tracked, backtests run, and metadata. A …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get pmort2222/stratproof <tool-name>
```
