canlicapital.com backtest validation. A verdict is not admission to anything and is not a forecast.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y canli-validation-mcp
MCP client config
{
"mcpServers": {
"canlicapital": {
"command": "npx",
"args": [
"-y",
"canli-validation-mcp"
]
}
}
}