Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.tech-sushant/calculator-mcp

NPM · @TECH-SUSHANT/CALCULATOR-MCP · SCANNED AUG 7

A simple Model Context Protocol calculator server

+18 this week 63 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.4.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 13 of 14 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency44
Schema Quality & AI Usability83
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 207 tokens (~34/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @tech-sushant/calculator-mcp

# add to Claude Code
claude mcp add tech-sushant-calculator-mcp -- npx -y @tech-sushant/calculator-mcp
# add to Codex CLI
codex mcp add tech-sushant-calculator-mcp -- npx -y @tech-sushant/calculator-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tech-sushant-calculator-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@tech-sushant/calculator-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tech-sushant-calculator-mcp --command npx --arg -y --arg @tech-sushant/calculator-mcp
# ~/.hermes/config.yaml
mcp_servers:
  tech-sushant-calculator-mcp:
    command: "npx"
    args: ["-y", "@tech-sushant/calculator-mcp"]
// mcp.json
{
  "mcpServers": {
    "tech-sushant-calculator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tech-sushant/calculator-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 7 Aug 26 +1
    • Security disclosure: unverified → fail functional
  • 6 Aug 26 0
    • Security disclosure: fail → unverified functional
  • 5 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.20 functional
  • 31 Jul 26 −12
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +47
    • CVE-2025-66414 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • Licence: MIT functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 7 Aug 2026 · Analysed npm/@tech-sushant/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 13 packages
Packages resolved 13
Deprecated 13
Stale 6
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools · 6 exposed · ~207 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add ~34

Add two numbers together

NameTypeReqDescription
anumberyesFirst number to add
bnumberyesSecond number to add

No output schema declared.

No examples provided.

divide ~41

Divide first number by second number

NameTypeReqDescription
anumberyesDividend (number to be divided)
bnumberyesDivisor (number to divide by)

No output schema declared.

No examples provided.

multiply ~34

Multiply two numbers together

NameTypeReqDescription
anumberyesFirst number to multiply
bnumberyesSecond number to multiply

No output schema declared.

No examples provided.

power ~35

Raise first number to the power of second number

NameTypeReqDescription
basenumberyesBase number
exponentnumberyesExponent

No output schema declared.

No examples provided.

sqrt ~27

Calculate square root of a number

NameTypeReqDescription
numbernumberyesNumber to calculate square root of

No output schema declared.

No examples provided.

subtract ~36

Subtract second number from first number

NameTypeReqDescription
anumberyesNumber to subtract from
bnumberyesNumber to subtract

No output schema declared.

No examples provided.