Trade-engine-MCP
# NitroStack Starter Template
Minimal template for learning NitroStack fundamentals with a calculator-focused
MCP server and basic widgets.
## What This Template Includes
- `calculator` module with tools, resources, and prompts
- TypeScript + Zod validation setup
- Widget-ready project structure
- Production-friendly npm scripts
## Quick Start
```bash
npx @nitrostack/cli init my-server --template typescript-starter
cd my-server
npm run dev
```
## Common Commands
```bash
npm run dev
npm run build
npm start
```
## NitroStudio
NitroStudio is the recommended way to test and debug this template during
development.
- Download: <https://nitrostack.ai/studio>
- Studio: <https://nitrostack.ai/studio>
## Links
- Docs: <https://docs.nitrostack.ai>
- Templates docs: <https://docs.nitrostack.ai/templates/01-starter-template>
- Main repository: <https://github.com/nitrocloudofficial/nitrostack>
## Community
- Discord: <https://discord.gg/uVWey6UhuD>
- X: <https://x.com/nitrostackai>
- YouTube: <https://www.youtube.com/@nitrostackai>
- LinkedIn: <https://linkedin.com/company/nitrostack-ai/>
- GitHub: <https://github.com/nitrostackai>
TDQS
Scored across 14 tools
Each tool targets a distinct aspect of trading: data fetching, analysis, validation, planning, and backtesting. There is no functional overlap; even similarly named tools like analyze_chart and validate_trade_setup have clearly different purposes.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., get_chart_data, analyze_chart, build_trade_plan). No mixed conventions or vague verbs.
14 tools is a well-scoped count for a trading engine server. Each tool serves a clear purpose without redundancy, covering data retrieval, AI analysis, backtesting, and trade planning.
The tool set covers the full trading workflow: data fetching, market analysis, AI predictions, backtesting, trade validation, planning, and support/resistance checking. No obvious gaps for the intended intraday trading domain.