# QuantToGo — Trading Signals

Get real-time buy/sell trading signals for US and China markets. Query strategy performance, compare strategies, and receive actionable signals — free 30-day trial, zero setup.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add quanttogo/quanttogo-mcp

# Browse available tools
npx -y smithery tool list quanttogo/quanttogo-mcp

# Get full schema for a tool
npx -y smithery tool get quanttogo/quanttogo-mcp list_strategies

# Call a tool
npx -y smithery tool call quanttogo/quanttogo-mcp list_strategies '{}'
```

## Direct MCP Connection

Endpoint: `https://quanttogo-mcp--quanttogo.run.tools`

## Tools (8)

- `list_strategies` — List all available trading strategies with live performance data. Returns strategy name, market (US/China), total retur…
- `get_strategy_performance` — Get detailed performance for a specific strategy — returns, drawdown, Sharpe, win rate, and daily NAV history for chart…
- `get_index_data` — Get custom market indices — China A-share momentum and strategy-weighted momentum. Requires API key (get one free via r…
- `compare_strategies` — Compare multiple strategies side-by-side — returns, drawdown, and recent performance.
- `get_subscription_info` — Get subscription plans and free trial info.
- `register_trial` — Start a free 30-day trial. Provide your email, get an API key instantly. Calling again with the same email returns your…
- `get_signals` — Get today's buy/sell signals for a strategy. Requires API key from register_trial.
- `check_subscription` — Check subscription status and remaining trial days. Requires API key from register_trial.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get quanttogo/quanttogo-mcp <tool-name>
```

## Resources

- `quanttogo://strategies/overview` — Overview of all available trading strategies and their live performance

## Prompts (4)

- `quick-start` — Get started in 30 seconds — see strategies, pick one, and start a free trial
- `daily-check` (apiKey) — Check today's buy/sell signals across all your subscribed strategies
- `compare-top` — Compare the top strategies and recommend a combination for your risk profile
- `china-signals` — Focus on China A-share strategies and market indices
