← stratproof.com

INDIVIDUAL MCP TOOL

get_live_proof

Get StratProof's current live paper-trading statistics.

stratproof.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

stratproof.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.stratproof-com]
url = "https://stratproof.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stratproof-com": {
      "type": "http",
      "url": "https://stratproof.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stratproof-com
Remote MCP URL: https://stratproof.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "stratproof-com": {
      "url": "https://stratproof.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stratproof-com": {
      "type": "http",
      "url": "https://stratproof.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stratproof-com",
  "transport": "streamable-http",
  "url": "https://stratproof.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • prove_strategy — Run StratProof's honest backtest on a trading strategy.
  • get_research_findings — Get StratProof's research-lab findings: aggregated output from tens of thousands of strategy candidates tested by the adaptive research engine.
  • get_regime_insights — Get StratProof's regime-classifier validation results.
  • get_shootout_results — Get StratProof's strategy shootout: 20 popular "YouTube-famous" trading strategies tested with ZERO-FEE assumptions (what most backtesters show) versus REAL fees on Binance, Kraken, and Coinbase.
  • get_stats — Get StratProof site-wide stats: total trades across all engines, unique coins tracked, backtests run, and metadata.