loading…
Search for a command to run...
loading…
Strategy backtesting with real on-chain Polymarket data. Backtest weather-based prediction market strategies, simulate copy-trading top wallets, and query avail
Strategy backtesting with real on-chain Polymarket data. Backtest weather-based prediction market strategies, simulate copy-trading top wallets, and query available historical data. Validate your strategies against real market outcomes before risking capital.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"nephyr-backtest": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"clm-studios/nephyr-backtest"
]
}
}
}