You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Full documentation lives at [`docs.ninjatrader.com/mcp`](https://docs.ninjatrade
7
7

8
8
9
9
> [!IMPORTANT]
10
-
> This beta connects to the demo server only, so nothing here reaches a live account. The skills propose orders and never submit them, and you approve every payload. See [Safety and disclosures](https://docs.ninjatrader.com/mcp/safety).
10
+
> This beta runs on two separate servers: Demo, which trades simulated money, and Live, which trades real money. Start on Demo. The skills propose orders and never submit them, and you approve every payload. See [Safety and disclosures](https://docs.ninjatrader.com/mcp/safety).
Log in to `ninjatrader-live` instead to trade a live account. The plugin bundles both servers.
52
+
51
53
### Skills CLI
52
54
53
55
```bash
54
56
npx skills add NT-NinjaTrader/mcp-skills
55
57
```
56
58
57
59
> [!NOTE]
58
-
> The skills CLI installs the skills only, and it doesn't register the MCP server. Register it separately:
60
+
> The skills CLI installs the skills only, and it doesn't register the MCP server. Register the server you want:
59
61
> ```bash
60
62
> claude mcp add --transport http ninjatrader-demo https://mcp-demo.tradovateapi.com/mcp
63
+
> claude mcp add --transport http ninjatrader-live https://mcp-live.tradovateapi.com/mcp
61
64
>```
62
65
> The first tool call opens the OAuth flow. Full instructions forevery client, including Claude Desktop and ChatGPT, arein [Connect Your AI Agent](https://docs.ninjatrader.com/mcp/connect).
63
66
@@ -67,7 +70,7 @@ The marketplace listing awaits review. Meanwhile, add the server from this repo'
67
70
68
71
## Prerequisites
69
72
70
-
- A Tradovate or NinjaTrader account with demo access.
73
+
- A Tradovate or NinjaTrader account with demo or live access.
71
74
- Python 3.10+, used by the analytics scripts the skills run.
72
75
- `matplotlib`, only for `chart-render`. The script declares it inline, so `uv run` installs it for you.
0 commit comments