Skip to main content
Glama
Tarika06

NitroStack Calculator MCP Server

by Tarika06

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
calculateC

Perform basic arithmetic calculations

convert_temperatureC

Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).

fetch_account_summaryA

Fetches live balance, account type, and linked instruments for a user's connected bank account. Read-only.

fetch_transaction_streamB

Fetches raw transaction logs for a date range for classification and ingestion into Supabase.

classify_transaction_batchC

Classifies a batch of raw transactions into merchant category, EMI/recurring-bill/salary flags, and confidence score.

ingest_financial_documentB

Parses an uploaded PDF into structured JSON entities and stages them for graph ingestion.

upsert_graph_nodeC

Creates or updates a node in the Neo4j Identity & Context Graph.

compute_financial_dna_scoreC

Runs the deterministic 6-dimension health score.

get_safe_to_spendC

Calculates the user's current safe-to-spend threshold.

Prompts

Interactive templates invoked by user choice

NameDescription
calculator_helpGet help with calculator operations
categorize_transactionGiven a raw transaction narration, classify it into a merchant category and flag if it's EMI/recurring/salary.
extract_financial_entitiesExtracts structured fields from a parsed financial document's raw text.
detect_life_eventScans a window of recent transactions/graph updates for signals of a major life event.
summarize_cashflow_healthProduces a plain-English summary of the user's current safe-to-spend status and any upcoming obligation risk, for push notifications.

Resources

Contextual data attached and managed by the client

NameDescription
Calculator OperationsList of available calculator operations
Bank AccountsList of all linked accounts + live balances
Bank TransactionsRaw + classified transaction log
Graph ProfileFull unified node — identity, goals, life events, risk profile
Life EventsTimeline of logged life events
Score HistoryHistorical 6-dimension score snapshots
Parsed DocumentStructured extraction result from an ingested PDF
Merchant CategoriesStatic reference list of merchant category codes
Health ChecksCurrent health status of all registered health checks
Calculator ResultUI component for Calculator Result
Widget ExamplesProvides metadata and examples for all registered UI widgets

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tarika06/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server