Skip to main content
Glama
Tarika06

NitroStack Calculator MCP Server

by Tarika06
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

C2.9/5.0

Scored across 9 tools

Disambiguation4/5

Each tool has a distinct purpose, but 'calculate' and 'compute_financial_dna_score' both involve computation, potentially causing confusion. Descriptions clarify differences, so overlap is minimal.

Naming Consistency4/5

Most names follow a verb_noun pattern in snake_case. 'calculate' deviates by being just a verb, but overall consistency is high.

Tool Count3/5

9 tools is reasonable for a financial management server, but the server name 'Calculator MCP Server' implies a narrower scope, making the count feel oversized.

Completeness2/5

The tool set mixes unrelated domains (calculator, temperature, finance) and lacks essential CRUD operations for a cohesive financial system, leaving significant gaps.

Maintenance

ActivitySlowing
ResponsivenessNo issues