NitroStack Calculator MCP Server
by tharunn2007
README.md
# 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
B3.4/5.0
Scored across 2 tools
Disambiguation5/5
Each tool addresses a distinct function: arithmetic calculation and temperature conversion. There is no overlap or ambiguity between the two tools.
Naming Consistency4/5
Both tools use imperative verb forms, but 'calculate' is a bare verb while 'convert_temperature' includes an object. This is a minor stylistic inconsistency, yet the names are predictable and readable.
Tool Count3/5
With only two tools, the server is minimal but covers its narrow purpose. The count falls at the low end of the acceptable range, feeling slightly thin for a general-purpose calculator.
Completeness4/5
The server covers basic arithmetic and temperature conversion between Celsius and Fahrenheit. The lack of Kelvin support is a minor gap, but the core calculator functionality is complete.
Maintenance
ActivityStale
ResponsivenessNo issues