Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QUANTTOGO_API_KEY | Yes | API authentication key | |
| QUANTTOGO_USER_ID | Yes | Your user ID | |
| QUANTTOGO_API_BASE | No | API endpoint (e.g., https://www.quanttogo.com) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_trading_signals | Get latest trading signals from live quantitative strategies. Returns real-time BUY/SELL signals with symbol, quantity, price, and strategy info. |
| confirm_signal | Confirm or skip a pending trading signal. EXECUTE will trigger virtual trade execution, SKIP will mark it as skipped. |
| get_signal_stats | Get signal statistics and performance metrics for a strategy, including win rate, total trades, and P&L. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| signals-overview | Overview of all active trading signal streams |