Ways to use SignalAI
SignalAI has three front doors. Use whichever fits the moment — they share one account.
Web app
Build signals in chat and view backtests + signals in the dashboard at signal-ai-mu.vercel.app. The fastest way to start — nothing to install. Sign in with Google.
Command line
A standalone signalai binary for the terminal — scriptable, no Python required.
curl -fsSL https://signal-ai-mu.vercel.app/install.sh | sh
signalai login # opens your browser
signalai signals list
signalai backtests submit my_strategy.py --symbols AAPL --from 2015-01-01 --to 2024-12-31
signalai backtests get <id>
Every read command takes --json for piping. Full list: CLI reference.
In Claude (MCP connector)
Add SignalAI as a connector and drive it from any Claude chat — "backtest a momentum strategy on AAPL", "list my signals". See Connect to Claude.
Which one?
- Just exploring → Web.
- Scripting / CI / a terminal workflow → CLI.
- You live in Claude → the MCP connector.