calculator-mcp-server
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.2/5.0
Scored across 2 tools
Disambiguation5/5
The two tools, 'calculate' and 'convert_temperature', have clearly distinct purposes with no overlap. An agent can easily select the appropriate tool based on the task.
Naming Consistency5/5
Both tool names follow a consistent verb_noun pattern: 'calculate' (verb) and 'convert_temperature' (verb_noun). The naming is predictable and clear.
Tool Count4/5
With only 2 tools, the set is minimal but still reasonable for a focused calculator server. It covers core arithmetic calculation and temperature conversion without unnecessary clutter.
Completeness3/5
The tool surface covers basic arithmetic and temperature conversion, but lacks other common calculator operations like exponentiation, trigonometry, or memory functions, leaving notable gaps for a general-purpose calculator.
Maintenance
ActivityStale
ResponsivenessNo issues